Html Css Color HEX #E2BFF2 Mauve

📋 copy color: '#E2BFF2'

red 226 ◦ green 191 ◦ blue 242

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

Shades of Mauve #E2BFF2

Tints of Mauve #E2BFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.72%

R = 34.29%
G = 28.98%
B = 36.72%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E2BFF2 (or 0xE2BFF2) is known color: Mauve. HEX triplet: E2, BF and F2. RGB value is (226,191,242). Sum of RGB (Red+Green+Blue) = 226+191+242=659 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.29% from 659); Green value is 191 (75% from 255 or 28.98% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 242 - color contains mainly: blue. Hex color #E2BFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BFF2 is #1D400D. Grayscale: #CFCFCF. Windows color (decimal): -1916942 or 15908834. OLE color: 15908834.

HSL color Cylindrical-coordinate representation of color #E2BFF2: hue angle of 281.18º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2BFF2 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 191 242 -
CMYK 0.07 0.21 0 0.05
HSL 281.18º 0.66% 0.85% -
HSV(B) 281.18º 0.21% 0.95% -
XYZ 66.02 59.84 92.08 -
YUV 207.28 147.6 141.35 -
System Red Green Blue C M Y K H S L
Decimal 226 191 242 0.07 0.21 0 0.05 281.18 0.66 0.85
Hex E2 BF F2 7 15 0 5 119 42 55
Octal 342 277 362 7 25 0 5 431 102 125
Binary 11100010 10111111 11110010 111 10101 0 101 100011001 1000010 1010101

Color Harmonies of #E2BFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BFF2

Black with #E2BFF2

Text Example


Text Example

White with #E2BFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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