#E0B5EF

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

Shades of Mauve #E0B5EF

Tints of Mauve #E0B5EF

Color information

#E0B5EF (or 0xE0B5EF) is unknown color: approx Mauve. HEX triplet: E0, B5 and EF. RGB value is (224,181,239). Sum of RGB (Red+Green+Blue) = 224+181+239=644 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.78% from 644); Green value is 181 (71.09% from 255 or 28.11% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0B5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B5EF is #1F4A10. Grayscale: #C8C8C8. Windows color (decimal): -2050577 or 15709664. OLE color: 15709664.

HSL color Cylindrical-coordinate representation of color #E0B5EF: hue angle of 284.48º 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 #E0B5EF is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224181239-
CMYK0.060.2400.06
HSL284.48º64.44%82.35%-
HSV(B)284.48º24.27%93.73%-
XYZ62.8455.1388.99-
YUV200.47149.75144.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.78%
GREEN value IS 181 (71.09% from 255) = 28.11%
BLUE value IS 239 (93.75% from 255) = 37.11%
R=34.78%
G=28.11%
B=37.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2241812390.060.2400.06284.4864.4482.35
HexE0B5EF6180611c4052
Octal34026535763006434100122
Binary11100000101101011110111111011000011010001110010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B5EF; }

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

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

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

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

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

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

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

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