#EEB9FA

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

Shades of Mauve #EEB9FA

Tints of Mauve #EEB9FA

Color information

#EEB9FA (or 0xEEB9FA) is unknown color: approx Mauve. HEX triplet: EE, B9 and FA. RGB value is (238,185,250). Sum of RGB (Red+Green+Blue) = 238+185+250=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 185 (72.66% from 255 or 27.49% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEB9FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB9FA is #114605. Grayscale: #D0D0D0. Windows color (decimal): -1132038 or 16431598. OLE color: 16431598.

HSL color Cylindrical-coordinate representation of color #EEB9FA: hue angle of 288.92º degrees, saturation: 0.87, 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 #EEB9FA is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238185250-
CMYK0.050.2600.02
HSL288.92º86.67%85.29%-
HSV(B)288.92º26%98.04%-
XYZ69.8659.7898.3-
YUV208.26151.56149.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.36%
GREEN value IS 185 (72.66% from 255) = 27.49%
BLUE value IS 250 (98.05% from 255) = 37.15%
R=35.36%
G=27.49%
B=37.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381852500.050.2600.02288.9286.6785.29
HexEEB9FA51A021215755
Octal35627137253202441127125
Binary1110111010111001111110101011101001010010000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB9FA; }

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

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

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

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

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

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

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

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