#EEB1F9

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

Shades of Mauve #EEB1F9

Tints of Mauve #EEB1F9

Color information

#EEB1F9 (or 0xEEB1F9) is unknown color: approx Mauve. HEX triplet: EE, B1 and F9. RGB value is (238,177,249). Sum of RGB (Red+Green+Blue) = 238+177+249=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 177 (69.53% from 255 or 26.66% from 664); Blue value is 249 (97.66% from 255 or 37.5% from 664); Max value from RGB is 249 - color contains mainly: blue. Hex color #EEB1F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEB1F9 is #114E06. Grayscale: #CBCBCB. Windows color (decimal): -1134087 or 16364014. OLE color: 16364014.

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

Color convert

RGB238177249-
CMYK0.040.2900.02
HSL290.83º85.71%83.53%-
HSV(B)290.83º28.92%97.65%-
XYZ68.0856.4696.93-
YUV203.45153.71152.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.84%
GREEN value IS 177 (69.53% from 255) = 26.66%
BLUE value IS 249 (97.66% from 255) = 37.5%
R=35.84%
G=26.66%
B=37.5%

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
Decimal2381772490.040.2900.02290.8385.7183.53
HexEEB1F941D021235654
Octal35626137143502443126124
Binary1110111010110001111110011001110101010010001110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB1F9; }

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

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

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

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

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

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

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

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