#E0B0EB

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

Shades of Mauve #E0B0EB

Tints of Mauve #E0B0EB

Color information

#E0B0EB (or 0xE0B0EB) is unknown color: approx Mauve. HEX triplet: E0, B0 and EB. RGB value is (224,176,235). Sum of RGB (Red+Green+Blue) = 224+176+235=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 176 (69.14% from 255 or 27.72% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0B0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0B0EB is #1F4F14. Grayscale: #C4C4C4. Windows color (decimal): -2051861 or 15446240. OLE color: 15446240.

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

Color convert

RGB224176235-
CMYK0.050.2500.08
HSL288.81º59.6%80.59%-
HSV(B)288.81º25.11%92.16%-
XYZ61.2652.985.58-
YUV197.08149.4147.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.28%
GREEN value IS 176 (69.14% from 255) = 27.72%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=35.28%
G=27.72%
B=37.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241762350.050.2500.08288.8159.680.59
HexE0B0EB519081213c51
Octal34026035353101044174121
Binary11100000101100001110101110111001010001001000011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B0EB; }

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

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

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

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

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

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

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

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