Html Css Color HEX #E2BBEE Mauve

📋 copy color: '#E2BBEE'

red 226 ◦ green 187 ◦ blue 238

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

Shades of Mauve #E2BBEE

Tints of Mauve #E2BBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.56%

R = 34.72%
G = 28.73%
B = 36.56%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E2BBEE (or 0xE2BBEE) is known color: Mauve. HEX triplet: E2, BB and EE. RGB value is (226,187,238). Sum of RGB (Red+Green+Blue) = 226+187+238=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BBEE is #1D4411. Grayscale: #CCCCCC. Windows color (decimal): -1917970 or 15645666. OLE color: 15645666.

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

Color convert

RGB 226 187 238 -
CMYK 0.05 0.21 0 0.07
HSL 285.88º 0.6% 0.83% -
HSV(B) 285.88º 0.21% 0.93% -
XYZ 64.57 57.88 88.66 -
YUV 204.48 146.92 143.35 -
System Red Green Blue C M Y K H S L
Decimal 226 187 238 0.05 0.21 0 0.07 285.88 0.6 0.83
Hex E2 BB EE 5 15 0 7 11E 3C 53
Octal 342 273 356 5 25 0 7 436 74 123
Binary 11100010 10111011 11101110 101 10101 0 111 100011110 111100 1010011

Color Harmonies of #E2BBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BBEE

Black with #E2BBEE

Text Example


Text Example

White with #E2BBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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