#E0B5F1

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

Shades of Mauve #E0B5F1

Tints of Mauve #E0B5F1

Color information

#E0B5F1 (or 0xE0B5F1) is unknown color: approx Mauve. HEX triplet: E0, B5 and F1. RGB value is (224,181,241). Sum of RGB (Red+Green+Blue) = 224+181+241=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 181 (71.09% from 255 or 28.02% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 241 - color contains mainly: blue. Hex color #E0B5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0B5F1 is #1F4A0E. Grayscale: #C8C8C8. Windows color (decimal): -2050575 or 15840736. OLE color: 15840736.

HSL color Cylindrical-coordinate representation of color #E0B5F1: hue angle of 283º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0B5F1 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB224181241-
CMYK0.070.2500.05
HSL283º68.18%82.75%-
HSV(B)283º24.9%94.51%-
XYZ63.1455.2590.55-
YUV200.7150.75144.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.67%
GREEN value IS 181 (71.09% from 255) = 28.02%
BLUE value IS 241 (94.53% from 255) = 37.31%
R=34.67%
G=28.02%
B=37.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2241812410.070.2500.0528368.1882.75
HexE0B5F17190511b4453
Octal34026536173105433104123
Binary11100000101101011111000111111001010110001101110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B5F1; }

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

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

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

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

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

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

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

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