#EAAAFF

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

Shades of Mauve #EAAAFF

Tints of Mauve #EAAAFF

Color information

#EAAAFF (or 0xEAAAFF) is unknown color: approx Mauve. HEX triplet: EA, AA and FF. RGB value is (234,170,255). Sum of RGB (Red+Green+Blue) = 234+170+255=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 170 (66.80% from 255 or 25.80% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAAAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAFF is #155500. Grayscale: #C6C6C6. Windows color (decimal): -1398017 or 16755434. OLE color: 16755434.

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

Color convert

RGB234170255-
CMYK0.080.3300
HSL285.18º100%83.33%-
HSV(B)285.18º33.33%100%-
XYZ66.3653.46101.43-
YUV198.83159.7153.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.51%
GREEN value IS 170 (66.80% from 255) = 25.80%
BLUE value IS 255 (100% from 255) = 38.69%
R=35.51%
G=25.80%
B=38.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341702550.080.3300285.1810083.33
HexEAAAFF8210011d6453
Octal352252377104100435144123
Binary11101010101010101111111110001000010010001110111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAAFF; }

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

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

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

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

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

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

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

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