#EAAFF8

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

Shades of Mauve #EAAFF8

Tints of Mauve #EAAFF8

Color information

#EAAFF8 (or 0xEAAFF8) is unknown color: approx Mauve. HEX triplet: EA, AF and F8. RGB value is (234,175,248). Sum of RGB (Red+Green+Blue) = 234+175+248=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 175 (68.75% from 255 or 26.64% from 657); Blue value is 248 (97.27% from 255 or 37.75% from 657); Max value from RGB is 248 - color contains mainly: blue. Hex color #EAAFF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAFF8 is #155007. Grayscale: #C8C8C8. Windows color (decimal): -1396744 or 16297962. OLE color: 16297962.

HSL color Cylindrical-coordinate representation of color #EAAFF8: hue angle of 288.49º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAAFF8 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234175248-
CMYK0.060.2900.03
HSL288.49º83.91%82.94%-
HSV(B)288.49º29.44%97.25%-
XYZ66.254.9395.92-
YUV200.96154.55151.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.62%
GREEN value IS 175 (68.75% from 255) = 26.64%
BLUE value IS 248 (97.27% from 255) = 37.75%
R=35.62%
G=26.64%
B=37.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2341752480.060.2900.03288.4983.9182.94
HexEAAFF861D031205453
Octal35225737063503440124123
Binary1110101010101111111110001101110101110010000010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFF8; }

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

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

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

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

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

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

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

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