#EEB0F5

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

Shades of Mauve #EEB0F5

Tints of Mauve #EEB0F5

Color information

#EEB0F5 (or 0xEEB0F5) is unknown color: approx Mauve. HEX triplet: EE, B0 and F5. RGB value is (238,176,245). Sum of RGB (Red+Green+Blue) = 238+176+245=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 176 (69.14% from 255 or 26.71% from 659); Blue value is 245 (96.09% from 255 or 37.18% from 659); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEB0F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB0F5 is #114F0A. Grayscale: #CACACA. Windows color (decimal): -1134347 or 16101614. OLE color: 16101614.

HSL color Cylindrical-coordinate representation of color #EEB0F5: hue angle of 293.91º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEB0F5 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238176245-
CMYK0.030.2800.04
HSL293.91º77.53%82.55%-
HSV(B)293.91º28.16%96.08%-
XYZ67.2755.8293.62-
YUV202.4152.04153.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.12%
GREEN value IS 176 (69.14% from 255) = 26.71%
BLUE value IS 245 (96.09% from 255) = 37.18%
R=36.12%
G=26.71%
B=37.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2381762450.030.2800.04293.9177.5382.55
HexEEB0F531C041264e53
Octal35626036533404446116123
Binary1110111010110000111101011111100010010010011010011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB0F5; }

 p { color: rgb(238,176,245); }

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

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

 a { background-color: rgb(238,176,245); }

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

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

 span { border-color: rgb(238,176,245); }

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