#EE9AFF

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

Shades of Mauve #EE9AFF

Tints of Mauve #EE9AFF

Color information

#EE9AFF (or 0xEE9AFF) is unknown color: approx Mauve. HEX triplet: EE, 9A and FF. RGB value is (238,154,255). Sum of RGB (Red+Green+Blue) = 238+154+255=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 154 (60.55% from 255 or 23.80% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE9AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9AFF is #116500. Grayscale: #BEBEBE. Windows color (decimal): -1139969 or 16751342. OLE color: 16751342.

HSL color Cylindrical-coordinate representation of color #EE9AFF: hue angle of 289.9º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE9AFF is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB238154255-
CMYK0.070.4000
HSL289.9º100%80.2%-
HSV(B)289.9º39.61%100%-
XYZ64.8748.51100.55-
YUV190.63164.33161.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.79%
GREEN value IS 154 (60.55% from 255) = 23.80%
BLUE value IS 255 (100% from 255) = 39.41%
R=36.79%
G=23.80%
B=39.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2381542550.070.4000289.910080.2
HexEE9AFF728001226450
Octal35623237775000442144120
Binary1110111010011010111111111111010000010010001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9AFF; }

 p { color: rgb(238,154,255); }

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

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

 a { background-color: rgb(238,154,255); }

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

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

 span { border-color: rgb(238,154,255); }

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