#EEAEFA

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

Shades of Mauve #EEAEFA

Tints of Mauve #EEAEFA

Color information

#EEAEFA (or 0xEEAEFA) is unknown color: approx Mauve. HEX triplet: EE, AE and FA. RGB value is (238,174,250). Sum of RGB (Red+Green+Blue) = 238+174+250=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 174 (68.36% from 255 or 26.28% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEAEFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAEFA is #115105. Grayscale: #C9C9C9. Windows color (decimal): -1134854 or 16428782. OLE color: 16428782.

HSL color Cylindrical-coordinate representation of color #EEAEFA: hue angle of 290.53º 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 #EEAEFA is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238174250-
CMYK0.050.3000.02
HSL290.53º88.37%83.14%-
HSV(B)290.53º30.4%98.04%-
XYZ67.6555.3597.56-
YUV201.8155.2153.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.95%
GREEN value IS 174 (68.36% from 255) = 26.28%
BLUE value IS 250 (98.05% from 255) = 37.76%
R=35.95%
G=26.28%
B=37.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381742500.050.3000.02290.5388.3783.14
HexEEAEFA51E021235853
Octal35625637253602443130123
Binary1110111010101110111110101011111001010010001110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAEFA; }

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

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

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

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

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

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

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

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