#EAAFF3

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

Shades of Mauve #EAAFF3

Tints of Mauve #EAAFF3

Color information

#EAAFF3 (or 0xEAAFF3) is unknown color: approx Mauve. HEX triplet: EA, AF and F3. RGB value is (234,175,243). Sum of RGB (Red+Green+Blue) = 234+175+243=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 175 (68.75% from 255 or 26.84% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #EAAFF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAFF3 is #15500C. Grayscale: #C8C8C8. Windows color (decimal): -1396749 or 15970282. OLE color: 15970282.

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

Color convert

RGB234175243-
CMYK0.040.2800.05
HSL292.06º73.91%81.96%-
HSV(B)292.06º27.98%95.29%-
XYZ65.4454.6291.89-
YUV200.39152.05151.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.89%
GREEN value IS 175 (68.75% from 255) = 26.84%
BLUE value IS 243 (95.31% from 255) = 37.27%
R=35.89%
G=26.84%
B=37.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341752430.040.2800.05292.0673.9181.96
HexEAAFF341C051244a52
Octal35225736343405444112122
Binary11101010101011111111001110011100010110010010010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFF3; }

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

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

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

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

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

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

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

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