#EAAAFE

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

Shades of Mauve #EAAAFE

Tints of Mauve #EAAAFE

Color information

#EAAAFE (or 0xEAAAFE) is unknown color: approx Mauve. HEX triplet: EA, AA and FE. RGB value is (234,170,254). Sum of RGB (Red+Green+Blue) = 234+170+254=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 170 (66.80% from 255 or 25.84% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAAAFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAFE is #155501. Grayscale: #C6C6C6. Windows color (decimal): -1398018 or 16689898. OLE color: 16689898.

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

Color convert

RGB234170254-
CMYK0.080.3300.00
HSL285.71º97.67%83.14%-
HSV(B)285.71º33.07%99.61%-
XYZ66.253.4100.58-
YUV198.71159.2153.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.56%
GREEN value IS 170 (66.80% from 255) = 25.84%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=35.56%
G=25.84%
B=38.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2341702540.080.3300.00285.7197.6783.14
HexEAAAFE8210011e6253
Octal352252376104100436142123
Binary11101010101010101111111010001000010010001111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAAFE; }

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

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

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

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

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

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

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

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