#EAA9FD

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

Shades of Mauve #EAA9FD

Tints of Mauve #EAA9FD

Color information

#EAA9FD (or 0xEAA9FD) is unknown color: approx Mauve. HEX triplet: EA, A9 and FD. RGB value is (234,169,253). Sum of RGB (Red+Green+Blue) = 234+169+253=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 169 (66.41% from 255 or 25.76% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAA9FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA9FD is #155602. Grayscale: #C5C5C5. Windows color (decimal): -1398275 or 16624106. OLE color: 16624106.

HSL color Cylindrical-coordinate representation of color #EAA9FD: hue angle of 286.43º 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 #EAA9FD is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234169253-
CMYK0.080.3300.01
HSL286.43º95.45%82.75%-
HSV(B)286.43º33.2%99.22%-
XYZ65.8552.9699.68-
YUV198.01159.03153.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.67%
GREEN value IS 169 (66.41% from 255) = 25.76%
BLUE value IS 253 (99.22% from 255) = 38.57%
R=35.67%
G=25.76%
B=38.57%

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
Decimal2341692530.080.3300.01286.4395.4582.75
HexEAA9FD8210111e5f53
Octal352251375104101436137123
Binary11101010101010011111110110001000010110001111010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA9FD; }

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

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

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

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

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

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

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

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