#EAAAF9

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

Shades of Mauve #EAAAF9

Tints of Mauve #EAAAF9

Color information

#EAAAF9 (or 0xEAAAF9) is unknown color: approx Mauve. HEX triplet: EA, AA and F9. RGB value is (234,170,249). Sum of RGB (Red+Green+Blue) = 234+170+249=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 170 (66.80% from 255 or 26.03% from 653); Blue value is 249 (97.66% from 255 or 38.13% from 653); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAAAF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAF9 is #155506. Grayscale: #C5C5C5. Windows color (decimal): -1398023 or 16362218. OLE color: 16362218.

HSL color Cylindrical-coordinate representation of color #EAAAF9: hue angle of 288.61º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAAAF9 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234170249-
CMYK0.060.3200.02
HSL288.61º86.81%82.16%-
HSV(B)288.61º31.73%97.65%-
XYZ65.4153.0896.42-
YUV198.14156.7153.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 170 (66.80% from 255) = 26.03%
BLUE value IS 249 (97.66% from 255) = 38.13%
R=35.83%
G=26.03%
B=38.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341702490.060.3200.02288.6186.8182.16
HexEAAAF9620021215752
Octal35225237164002441127122
Binary11101010101010101111100111010000001010010000110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAAF9; }

 p { color: rgb(234,170,249); }

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

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

 a { background-color: rgb(234,170,249); }

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

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

 span { border-color: rgb(234,170,249); }

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