#EEB0F9

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

Shades of Mauve #EEB0F9

Tints of Mauve #EEB0F9

Color information

#EEB0F9 (or 0xEEB0F9) is unknown color: approx Mauve. HEX triplet: EE, B0 and F9. RGB value is (238,176,249). Sum of RGB (Red+Green+Blue) = 238+176+249=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 176 (69.14% from 255 or 26.55% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEB0F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB0F9 is #114F06. Grayscale: #CACACA. Windows color (decimal): -1134343 or 16363758. OLE color: 16363758.

HSL color Cylindrical-coordinate representation of color #EEB0F9: hue angle of 290.96º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEB0F9 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238176249-
CMYK0.040.2900.02
HSL290.96º85.88%83.33%-
HSV(B)290.96º29.32%97.65%-
XYZ67.8856.0796.87-
YUV202.86154.04153.06-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.90%
GREEN value IS 176 (69.14% from 255) = 26.55%
BLUE value IS 249 (97.66% from 255) = 37.56%
R=35.90%
G=26.55%
B=37.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381762490.040.2900.02290.9685.8883.33
HexEEB0F941D021235653
Octal35626037143502443126123
Binary1110111010110000111110011001110101010010001110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB0F9; }

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

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

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

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

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

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

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

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