#EAA6FD

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

Shades of Mauve #EAA6FD

Tints of Mauve #EAA6FD

Color information

#EAA6FD (or 0xEAA6FD) is unknown color: approx Mauve. HEX triplet: EA, A6 and FD. RGB value is (234,166,253). Sum of RGB (Red+Green+Blue) = 234+166+253=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 166 (65.23% from 255 or 25.42% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAA6FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA6FD is #155902. Grayscale: #C3C3C3. Windows color (decimal): -1399043 or 16623338. OLE color: 16623338.

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

Color convert

RGB234166253-
CMYK0.080.3400.01
HSL286.9º95.6%82.16%-
HSV(B)286.9º34.39%99.22%-
XYZ65.351.8699.5-
YUV196.25160.03154.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 166 (65.23% from 255) = 25.42%
BLUE value IS 253 (99.22% from 255) = 38.74%
R=35.83%
G=25.42%
B=38.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341662530.080.3400.01286.995.682.16
HexEAA6FD8220111f6052
Octal352246375104201437140122
Binary11101010101001101111110110001000100110001111111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA6FD; }

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

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

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

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

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

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

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

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