#E0B8EB

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

Shades of Mauve #E0B8EB

Tints of Mauve #E0B8EB

Color information

#E0B8EB (or 0xE0B8EB) is unknown color: approx Mauve. HEX triplet: E0, B8 and EB. RGB value is (224,184,235). Sum of RGB (Red+Green+Blue) = 224+184+235=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 184 (72.27% from 255 or 28.62% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0B8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B8EB is #1F4714. Grayscale: #C9C9C9. Windows color (decimal): -2049813 or 15448288. OLE color: 15448288.

HSL color Cylindrical-coordinate representation of color #E0B8EB: hue angle of 287.06º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0B8EB is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224184235-
CMYK0.050.2200.08
HSL287.06º56.04%82.16%-
HSV(B)287.06º21.7%92.16%-
XYZ62.8856.1386.12-
YUV201.77146.75143.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.84%
GREEN value IS 184 (72.27% from 255) = 28.62%
BLUE value IS 235 (92.19% from 255) = 36.55%
R=34.84%
G=28.62%
B=36.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241842350.050.2200.08287.0656.0482.16
HexE0B8EB5160811f3852
Octal34027035352601043770122
Binary11100000101110001110101110110110010001000111111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B8EB; }

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

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

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

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

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

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

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

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