#EAA8FE

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

Shades of Mauve #EAA8FE

Tints of Mauve #EAA8FE

Color information

#EAA8FE (or 0xEAA8FE) is unknown color: approx Mauve. HEX triplet: EA, A8 and FE. RGB value is (234,168,254). Sum of RGB (Red+Green+Blue) = 234+168+254=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 168 (66.02% from 255 or 25.61% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAA8FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA8FE is #155701. Grayscale: #C5C5C5. Windows color (decimal): -1398530 or 16689386. OLE color: 16689386.

HSL color Cylindrical-coordinate representation of color #EAA8FE: hue angle of 286.05º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAA8FE is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB234168254-
CMYK0.080.3400.00
HSL286.05º97.73%82.75%-
HSV(B)286.05º33.86%99.61%-
XYZ65.8252.65100.46-
YUV197.54159.87154.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.67%
GREEN value IS 168 (66.02% from 255) = 25.61%
BLUE value IS 254 (99.61% from 255) = 38.72%
R=35.67%
G=25.61%
B=38.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2341682540.080.3400.00286.0597.7382.75
HexEAA8FE8220011e6253
Octal352250376104200436142123
Binary11101010101010001111111010001000100010001111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA8FE; }

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

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

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

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

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

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

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

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