#EEB9F9

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

Shades of Mauve #EEB9F9

Tints of Mauve #EEB9F9

Color information

#EEB9F9 (or 0xEEB9F9) is unknown color: approx Mauve. HEX triplet: EE, B9 and F9. RGB value is (238,185,249). Sum of RGB (Red+Green+Blue) = 238+185+249=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 185 (72.66% from 255 or 27.53% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEB9F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB9F9 is #114606. Grayscale: #CFCFCF. Windows color (decimal): -1132039 or 16366062. OLE color: 16366062.

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

Color convert

RGB238185249-
CMYK0.040.2600.02
HSL289.69º84.21%85.1%-
HSV(B)289.69º25.7%97.65%-
XYZ69.7159.7197.47-
YUV208.14151.06149.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.42%
GREEN value IS 185 (72.66% from 255) = 27.53%
BLUE value IS 249 (97.66% from 255) = 37.05%
R=35.42%
G=27.53%
B=37.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381852490.040.2600.02289.6984.2185.1
HexEEB9F941A021225455
Octal35627137143202442124125
Binary1110111010111001111110011001101001010010001010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB9F9; }

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

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

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

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

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

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

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

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