#EEAAFE

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

Shades of Mauve #EEAAFE

Tints of Mauve #EEAAFE

Color information

#EEAAFE (or 0xEEAAFE) is unknown color: approx Mauve. HEX triplet: EE, AA and FE. RGB value is (238,170,254). Sum of RGB (Red+Green+Blue) = 238+170+254=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 170 (66.80% from 255 or 25.68% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEAAFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAAFE is #115501. Grayscale: #C7C7C7. Windows color (decimal): -1135874 or 16689902. OLE color: 16689902.

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

Color convert

RGB238170254-
CMYK0.060.3300.00
HSL288.57º97.67%83.14%-
HSV(B)288.57º33.07%99.61%-
XYZ67.5254.08100.65-
YUV199.91158.53155.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.95%
GREEN value IS 170 (66.80% from 255) = 25.68%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=35.95%
G=25.68%
B=38.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2381702540.060.3300.00288.5797.6783.14
HexEEAAFE621001216253
Octal35625237664100441142123
Binary1110111010101010111111101101000010010010000111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAAFE; }

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

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

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

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

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

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

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

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