#EAAFF4

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

Shades of Mauve #EAAFF4

Tints of Mauve #EAAFF4

Color information

#EAAFF4 (or 0xEAAFF4) is unknown color: approx Mauve. HEX triplet: EA, AF and F4. RGB value is (234,175,244). Sum of RGB (Red+Green+Blue) = 234+175+244=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 244 (95.70% from 255 or 37.37% from 653); Max value from RGB is 244 - color contains mainly: blue. Hex color #EAAFF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAFF4 is #15500B. Grayscale: #C8C8C8. Windows color (decimal): -1396748 or 16035818. OLE color: 16035818.

HSL color Cylindrical-coordinate representation of color #EAAFF4: hue angle of 291.3º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAAFF4 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234175244-
CMYK0.040.2800.04
HSL291.3º75.82%82.16%-
HSV(B)291.3º28.28%95.69%-
XYZ65.5954.6892.69-
YUV200.51152.55151.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 175 (68.75% from 255) = 26.80%
BLUE value IS 244 (95.70% from 255) = 37.37%
R=35.83%
G=26.80%
B=37.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341752440.040.2800.04291.375.8282.16
HexEAAFF441C041234c52
Octal35225736443404443114122
Binary11101010101011111111010010011100010010010001110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFF4; }

 p { color: rgb(234,175,244); }

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

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

 a { background-color: rgb(234,175,244); }

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

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

 span { border-color: rgb(234,175,244); }

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