#E2BBEE

Color #E2BBEE Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #E2BBEE

Tints of Mauve #E2BBEE

Color information

#E2BBEE (or 0xE2BBEE) is unknown color: approx 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

RGB226187238-
CMYK0.050.2100.07
HSL285.88º60%83.33%-
HSV(B)285.88º21.43%93.33%-
XYZ64.5757.8888.66-
YUV204.48146.92143.35-

RGB Variations

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

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 (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261872380.050.2100.07285.886083.33
HexE2BBEE5150711e3c53
Octal3422733565250743674123
Binary1110001010111011111011101011010101111000111101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>