#EEB9FE

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

Shades of Mauve #EEB9FE

Tints of Mauve #EEB9FE

Color information

#EEB9FE (or 0xEEB9FE) is unknown color: approx Mauve. HEX triplet: EE, B9 and FE. RGB value is (238,185,254). Sum of RGB (Red+Green+Blue) = 238+185+254=677 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.16% from 677); Green value is 185 (72.66% from 255 or 27.33% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEB9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEB9FE is #114601. Grayscale: #D0D0D0. Windows color (decimal): -1132034 or 16693742. OLE color: 16693742.

HSL color Cylindrical-coordinate representation of color #EEB9FE: hue angle of 286.09º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEB9FE is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB238185254-
CMYK0.060.2700.00
HSL286.09º97.18%86.08%-
HSV(B)286.09º27.17%99.61%-
XYZ70.560.03101.64-
YUV208.71153.56148.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.16%
GREEN value IS 185 (72.66% from 255) = 27.33%
BLUE value IS 254 (99.61% from 255) = 37.52%
R=35.16%
G=27.33%
B=37.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2381852540.060.2700.00286.0997.1886.08
HexEEB9FE61B0011e6156
Octal35627137663300436141126
Binary111011101011100111111110110110110010001111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB9FE; }

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

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

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

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

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

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

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

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