Html Css Color HEX #E2BBF2 Mauve

📋 copy color: '#E2BBF2'

red 226 ◦ green 187 ◦ blue 242

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

Shades of Mauve #E2BBF2

Tints of Mauve #E2BBF2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.55%

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

R = 34.5%
G = 28.55%
B = 36.95%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E2BBF2 (or 0xE2BBF2) is known color: Mauve. HEX triplet: E2, BB and F2. RGB value is (226,187,242). Sum of RGB (Red+Green+Blue) = 226+187+242=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #E2BBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BBF2 is #1D440D. Grayscale: #CCCCCC. Windows color (decimal): -1917966 or 15907810. OLE color: 15907810.

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

Color convert

RGB 226 187 242 -
CMYK 0.07 0.23 0 0.05
HSL 282.55º 0.68% 0.84% -
HSV(B) 282.55º 0.23% 0.95% -
XYZ 65.16 58.12 91.79 -
YUV 204.93 148.92 143.03 -
System Red Green Blue C M Y K H S L
Decimal 226 187 242 0.07 0.23 0 0.05 282.55 0.68 0.84
Hex E2 BB F2 7 17 0 5 11B 44 54
Octal 342 273 362 7 27 0 5 433 104 124
Binary 11100010 10111011 11110010 111 10111 0 101 100011011 1000100 1010100

Color Harmonies of #E2BBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BBF2

Black with #E2BBF2

Text Example


Text Example

White with #E2BBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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