#E8B5EF

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

Shades of Mauve #E8B5EF

Tints of Mauve #E8B5EF

Color information

#E8B5EF (or 0xE8B5EF) is unknown color: approx Mauve. HEX triplet: E8, B5 and EF. RGB value is (232,181,239). Sum of RGB (Red+Green+Blue) = 232+181+239=652 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.58% from 652); Green value is 181 (71.09% from 255 or 27.76% 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 #E8B5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B5EF is #174A10. Grayscale: #CACACA. Windows color (decimal): -1526289 or 15709672. OLE color: 15709672.

HSL color Cylindrical-coordinate representation of color #E8B5EF: hue angle of 292.76º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E8B5EF is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB232181239-
CMYK0.030.2400.06
HSL292.76º64.44%82.35%-
HSV(B)292.76º24.27%93.73%-
XYZ65.3856.4489.11-
YUV202.86148.4148.78-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.58%
GREEN value IS 181 (71.09% from 255) = 27.76%
BLUE value IS 239 (93.75% from 255) = 36.66%
R=35.58%
G=27.76%
B=36.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2321812390.030.2400.06292.7664.4482.35
HexE8B5EF318061254052
Octal35026535733006445100122
Binary1110100010110101111011111111000011010010010110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B5EF; }

 p { color: rgb(232,181,239); }

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

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

 a { background-color: rgb(232,181,239); }

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

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

 span { border-color: rgb(232,181,239); }

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