#EAA8F8

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

Shades of Mauve #EAA8F8

Tints of Mauve #EAA8F8

Color information

#EAA8F8 (or 0xEAA8F8) is unknown color: approx Mauve. HEX triplet: EA, A8 and F8. RGB value is (234,168,248). Sum of RGB (Red+Green+Blue) = 234+168+248=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 168 (66.02% from 255 or 25.85% from 650); Blue value is 248 (97.27% from 255 or 38.15% from 650); Max value from RGB is 248 - color contains mainly: blue. Hex color #EAA8F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA8F8 is #155707. Grayscale: #C4C4C4. Windows color (decimal): -1398536 or 16296170. OLE color: 16296170.

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

Color convert

RGB234168248-
CMYK0.060.3200.03
HSL289.5º85.11%81.57%-
HSV(B)289.5º32.26%97.25%-
XYZ64.8852.2895.48-
YUV196.85156.87154.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36%
GREEN value IS 168 (66.02% from 255) = 25.85%
BLUE value IS 248 (97.27% from 255) = 38.15%
R=36%
G=25.85%
B=38.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2341682480.060.3200.03289.585.1181.57
HexEAA8F8620031225552
Octal35225037064003442125122
Binary11101010101010001111100011010000001110010001010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA8F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA8F8; }

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

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

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

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

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

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

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

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