#E0BBEB

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

Shades of Mauve #E0BBEB

Tints of Mauve #E0BBEB

Color information

#E0BBEB (or 0xE0BBEB) is unknown color: approx Mauve. HEX triplet: E0, BB and EB. RGB value is (224,187,235). Sum of RGB (Red+Green+Blue) = 224+187+235=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BBEB is #1F4414. Grayscale: #CBCBCB. Windows color (decimal): -2049045 or 15449056. OLE color: 15449056.

HSL color Cylindrical-coordinate representation of color #E0BBEB: hue angle of 286.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0BBEB is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224187235-
CMYK0.050.2000.08
HSL286.25º54.55%82.75%-
HSV(B)286.25º20.43%92.16%-
XYZ63.5157.3986.33-
YUV203.54145.76142.6-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.67%
GREEN value IS 187 (73.44% from 255) = 28.95%
BLUE value IS 235 (92.19% from 255) = 36.38%
R=34.67%
G=28.95%
B=36.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241872350.050.2000.08286.2554.5582.75
HexE0BBEB5140811e3753
Octal34027335352401043667123
Binary11100000101110111110101110110100010001000111101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BBEB; }

 p { color: rgb(224,187,235); }

 H1.HeaderClassName
 {
   color: #E0BBEB;
 }
 .AnyTagClassName
 {
   color: #E0BBEB;
 }
</style>
background-color css

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

 a { background-color: rgb(224,187,235); }

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

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

 span { border-color: rgb(224,187,235); }

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