Html Css Color HEX #E2BFFD Mauve

📋 copy color: '#E2BFFD'

red 226 ◦ green 191 ◦ blue 253

#E2BFFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #E2BFFD

Tints of Mauve #E2BFFD

RGB

 RED value IS 226 (88.67% from 255) = 33.73%

 GREEN value IS 191 (75% from 255) = 28.51%

 BLUE value IS 253 (99.22% from 255) = 37.76%

R = 33.73%
G = 28.51%
B = 37.76%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E2BFFD (or 0xE2BFFD) is known color: Mauve. HEX triplet: E2, BF and FD. RGB value is (226,191,253). Sum of RGB (Red+Green+Blue) = 226+191+253=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 191 (75% from 255 or 28.51% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2BFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BFFD is #1D4002. Grayscale: #D0D0D0. Windows color (decimal): -1916931 or 16629730. OLE color: 16629730.

HSL color Cylindrical-coordinate representation of color #E2BFFD: hue angle of 273.87º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2BFFD is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 191 253 -
CMYK 0.11 0.25 0 0.01
HSL 273.87º 0.94% 0.87% -
HSV(B) 273.87º 0.25% 0.99% -
XYZ 67.72 60.52 101.04 -
YUV 208.53 153.1 140.46 -
System Red Green Blue C M Y K H S L
Decimal 226 191 253 0.11 0.25 0 0.01 273.87 0.94 0.87
Hex E2 BF FD B 19 0 1 112 5E 57
Octal 342 277 375 13 31 0 1 422 136 127
Binary 11100010 10111111 11111101 1011 11001 0 1 100010010 1011110 1010111

Color Harmonies of #E2BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BFFD

Black with #E2BFFD

Text Example


Text Example

White with #E2BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BFFD; }

 p { color: rgb(226,191,253); }

 H1.HeaderClassName
 {
   color: #E2BFFD;
 }
 .AnyTagClassName
 {
   color: #E2BFFD;
 }
</style>

background-color css

<style>
 a { background-color: #E2BFFD; }

 a { background-color: rgb(226,191,253); }

 div.DivClassName
 {
   background-color: #E2BFFD;
 }
 .BgClassName
 {
   background-color: #E2BFFD;
 }
</style>

border-color css

<style>
 span { border-color: #E2BFFD; }

 span { border-color: rgb(226,191,253); }

 td.TdClassName
 {
   border-color: #E2BFFD;
 }
 .TagClassName
 {
   border-color: #E2BFFD;
 }
</style>