#EAAAFD

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

Shades of Mauve #EAAAFD

Tints of Mauve #EAAAFD

Color information

#EAAAFD (or 0xEAAAFD) is unknown color: approx Mauve. HEX triplet: EA, AA and FD. RGB value is (234,170,253). Sum of RGB (Red+Green+Blue) = 234+170+253=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 170 (66.80% from 255 or 25.88% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAAAFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAFD is #155502. Grayscale: #C6C6C6. Windows color (decimal): -1398019 or 16624362. OLE color: 16624362.

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

Color convert

RGB234170253-
CMYK0.080.3300.01
HSL286.27º95.4%82.94%-
HSV(B)286.27º32.81%99.22%-
XYZ66.0453.3399.74-
YUV198.6158.7153.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.62%
GREEN value IS 170 (66.80% from 255) = 25.88%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=35.62%
G=25.88%
B=38.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341702530.080.3300.01286.2795.482.94
HexEAAAFD8210111e5f53
Octal352252375104101436137123
Binary11101010101010101111110110001000010110001111010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAAFD; }

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

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

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

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

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

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

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

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