#EAA8FF

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

Shades of Mauve #EAA8FF

Tints of Mauve #EAA8FF

Color information

#EAA8FF (or 0xEAA8FF) is unknown color: approx Mauve. HEX triplet: EA, A8 and FF. RGB value is (234,168,255). Sum of RGB (Red+Green+Blue) = 234+168+255=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 168 (66.02% from 255 or 25.57% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAA8FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA8FF is #155700. Grayscale: #C5C5C5. Windows color (decimal): -1398529 or 16754922. OLE color: 16754922.

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

Color convert

RGB234168255-
CMYK0.080.3400
HSL285.52º100%82.94%-
HSV(B)285.52º34.12%100%-
XYZ65.9852.72101.31-
YUV197.65160.37153.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.62%
GREEN value IS 168 (66.02% from 255) = 25.57%
BLUE value IS 255 (100% from 255) = 38.81%
R=35.62%
G=25.57%
B=38.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341682550.080.3400285.5210082.94
HexEAA8FF8220011e6453
Octal352250377104200436144123
Binary11101010101010001111111110001000100010001111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA8FF; }

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

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

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

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

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

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

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

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