#E0B1EB

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

Shades of Mauve #E0B1EB

Tints of Mauve #E0B1EB

Color information

#E0B1EB (or 0xE0B1EB) is unknown color: approx Mauve. HEX triplet: E0, B1 and EB. RGB value is (224,177,235). Sum of RGB (Red+Green+Blue) = 224+177+235=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 177 (69.53% from 255 or 27.83% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0B1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0B1EB is #1F4E14. Grayscale: #C5C5C5. Windows color (decimal): -2051605 or 15446496. OLE color: 15446496.

HSL color Cylindrical-coordinate representation of color #E0B1EB: hue angle of 288.62º degrees, saturation: 0.59, 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 #E0B1EB is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224177235-
CMYK0.050.2500.08
HSL288.62º59.18%80.78%-
HSV(B)288.62º24.68%92.16%-
XYZ61.4653.2985.64-
YUV197.66149.07146.78-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.22%
GREEN value IS 177 (69.53% from 255) = 27.83%
BLUE value IS 235 (92.19% from 255) = 36.95%
R=35.22%
G=27.83%
B=36.95%

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
Decimal2241772350.050.2500.08288.6259.1880.78
HexE0B1EB519081213b51
Octal34026135353101044173121
Binary11100000101100011110101110111001010001001000011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B1EB; }

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

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

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

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

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

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

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

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