#EEAAF5

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

Shades of Mauve #EEAAF5

Tints of Mauve #EEAAF5

Color information

#EEAAF5 (or 0xEEAAF5) is unknown color: approx Mauve. HEX triplet: EE, AA and F5. RGB value is (238,170,245). Sum of RGB (Red+Green+Blue) = 238+170+245=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 170 (66.80% from 255 or 26.03% from 653); Blue value is 245 (96.09% from 255 or 37.52% from 653); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEAAF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAAF5 is #11550A. Grayscale: #C6C6C6. Windows color (decimal): -1135883 or 16100078. OLE color: 16100078.

HSL color Cylindrical-coordinate representation of color #EEAAF5: hue angle of 294.4º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEAAF5 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238170245-
CMYK0.030.3100.04
HSL294.4º78.95%81.37%-
HSV(B)294.4º30.61%96.08%-
XYZ66.1253.5293.23-
YUV198.88154.03155.9-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.45%
GREEN value IS 170 (66.80% from 255) = 26.03%
BLUE value IS 245 (96.09% from 255) = 37.52%
R=36.45%
G=26.03%
B=37.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2381702450.030.3100.04294.478.9581.37
HexEEAAF531F041264f51
Octal35625236533704446117121
Binary1110111010101010111101011111111010010010011010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAAF5; }

 p { color: rgb(238,170,245); }

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

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

 a { background-color: rgb(238,170,245); }

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

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

 span { border-color: rgb(238,170,245); }

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