#EEAFFA

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

Shades of Mauve #EEAFFA

Tints of Mauve #EEAFFA

Color information

#EEAFFA (or 0xEEAFFA) is unknown color: approx Mauve. HEX triplet: EE, AF and FA. RGB value is (238,175,250). Sum of RGB (Red+Green+Blue) = 238+175+250=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 175 (68.75% from 255 or 26.40% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEAFFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAFFA is #115005. Grayscale: #CACACA. Windows color (decimal): -1134598 or 16429038. OLE color: 16429038.

HSL color Cylindrical-coordinate representation of color #EEAFFA: hue angle of 290.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEAFFA is Cyan = 0.05, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238175250-
CMYK0.050.300.02
HSL290.4º88.24%83.33%-
HSV(B)290.4º30%98.04%-
XYZ67.8555.7497.63-
YUV202.39154.87153.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.90%
GREEN value IS 175 (68.75% from 255) = 26.40%
BLUE value IS 250 (98.05% from 255) = 37.71%
R=35.90%
G=26.40%
B=37.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381752500.050.300.02290.488.2483.33
HexEEAFFA51E021225853
Octal35625737253602442130123
Binary1110111010101111111110101011111001010010001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAFFA; }

 p { color: rgb(238,175,250); }

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

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

 a { background-color: rgb(238,175,250); }

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

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

 span { border-color: rgb(238,175,250); }

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