#EAA5FF

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

Shades of Mauve #EAA5FF

Tints of Mauve #EAA5FF

Color information

#EAA5FF (or 0xEAA5FF) is unknown color: approx Mauve. HEX triplet: EA, A5 and FF. RGB value is (234,165,255). Sum of RGB (Red+Green+Blue) = 234+165+255=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 165 (64.84% from 255 or 25.23% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAA5FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA5FF is #155A00. Grayscale: #C3C3C3. Windows color (decimal): -1399297 or 16754154. OLE color: 16754154.

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

Color convert

RGB234165255-
CMYK0.080.3500
HSL286º100%82.35%-
HSV(B)286º35.29%100%-
XYZ65.4451.62101.12-
YUV195.89161.36155.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 165 (64.84% from 255) = 25.23%
BLUE value IS 255 (100% from 255) = 38.99%
R=35.78%
G=25.23%
B=38.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341652550.080.350028610082.35
HexEAA5FF8230011e6452
Octal352245377104300436144122
Binary11101010101001011111111110001000110010001111011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA5FF; }

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

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

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

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

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

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

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

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