Html Css Color HEX #E2BBEF Mauve

📋 copy color: '#E2BBEF'

red 226 ◦ green 187 ◦ blue 239

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

Shades of Mauve #E2BBEF

Tints of Mauve #E2BBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.66%

R = 34.66%
G = 28.68%
B = 36.66%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E2BBEF (or 0xE2BBEF) is known color: Mauve. HEX triplet: E2, BB and EF. RGB value is (226,187,239). Sum of RGB (Red+Green+Blue) = 226+187+239=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 187 (73.44% from 255 or 28.68% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #E2BBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BBEF is #1D4410. Grayscale: #CCCCCC. Windows color (decimal): -1917969 or 15711202. OLE color: 15711202.

HSL color Cylindrical-coordinate representation of color #E2BBEF: hue angle of 285º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2BBEF is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 187 239 -
CMYK 0.05 0.22 0 0.06
HSL 285º 0.62% 0.84% -
HSV(B) 285º 0.22% 0.94% -
XYZ 64.71 57.94 89.43 -
YUV 204.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 226 187 239 0.05 0.22 0 0.06 285 0.62 0.84
Hex E2 BB EF 5 16 0 6 11D 3E 54
Octal 342 273 357 5 26 0 6 435 76 124
Binary 11100010 10111011 11101111 101 10110 0 110 100011101 111110 1010100

Color Harmonies of #E2BBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BBEF

Black with #E2BBEF

Text Example


Text Example

White with #E2BBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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