#EE9FFC

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

Shades of Mauve #EE9FFC

Tints of Mauve #EE9FFC

Color information

#EE9FFC (or 0xEE9FFC) is unknown color: approx Mauve. HEX triplet: EE, 9F and FC. RGB value is (238,159,252). Sum of RGB (Red+Green+Blue) = 238+159+252=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 159 (62.5% from 255 or 24.50% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE9FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9FFC is #116003. Grayscale: #C0C0C0. Windows color (decimal): -1138692 or 16556014. OLE color: 16556014.

HSL color Cylindrical-coordinate representation of color #EE9FFC: hue angle of 290.97º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE9FFC is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238159252-
CMYK0.060.3700.01
HSL290.97º93.94%80.59%-
HSV(B)290.97º36.9%98.82%-
XYZ65.235098.31-
YUV193.22161.17159.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.67%
GREEN value IS 159 (62.5% from 255) = 24.50%
BLUE value IS 252 (98.83% from 255) = 38.83%
R=36.67%
G=24.50%
B=38.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381592520.060.3700.01290.9793.9480.59
HexEE9FFC625011235e51
Octal35623737464501443136121
Binary1110111010011111111111001101001010110010001110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9FFC; }

 p { color: rgb(238,159,252); }

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

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

 a { background-color: rgb(238,159,252); }

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

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

 span { border-color: rgb(238,159,252); }

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