#E0B6ED

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

Shades of Mauve #E0B6ED

Tints of Mauve #E0B6ED

Color information

#E0B6ED (or 0xE0B6ED) is unknown color: approx Mauve. HEX triplet: E0, B6 and ED. RGB value is (224,182,237). Sum of RGB (Red+Green+Blue) = 224+182+237=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 182 (71.48% from 255 or 28.30% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #E0B6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B6ED is #1F4912. Grayscale: #C8C8C8. Windows color (decimal): -2050323 or 15578848. OLE color: 15578848.

HSL color Cylindrical-coordinate representation of color #E0B6ED: hue angle of 285.82º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0B6ED is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224182237-
CMYK0.050.2300.07
HSL285.82º60.44%82.16%-
HSV(B)285.82º23.21%92.94%-
XYZ62.7555.4287.51-
YUV200.83148.41144.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.84%
GREEN value IS 182 (71.48% from 255) = 28.30%
BLUE value IS 237 (92.97% from 255) = 36.86%
R=34.84%
G=28.30%
B=36.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241822370.050.2300.07285.8260.4482.16
HexE0B6ED5170711e3c52
Octal3402663555270743674122
Binary1110000010110110111011011011011101111000111101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B6ED; }

 p { color: rgb(224,182,237); }

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

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

 a { background-color: rgb(224,182,237); }

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

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

 span { border-color: rgb(224,182,237); }

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