#EEA9FD

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

Shades of Mauve #EEA9FD

Tints of Mauve #EEA9FD

Color information

#EEA9FD (or 0xEEA9FD) is unknown color: approx Mauve. HEX triplet: EE, A9 and FD. RGB value is (238,169,253). Sum of RGB (Red+Green+Blue) = 238+169+253=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 169 (66.41% from 255 or 25.61% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEA9FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA9FD is #115602. Grayscale: #C6C6C6. Windows color (decimal): -1136131 or 16624110. OLE color: 16624110.

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

Color convert

RGB238169253-
CMYK0.060.3300.01
HSL289.29º95.45%82.75%-
HSV(B)289.29º33.2%99.22%-
XYZ67.1853.6499.74-
YUV199.21158.36155.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.06%
GREEN value IS 169 (66.41% from 255) = 25.61%
BLUE value IS 253 (99.22% from 255) = 38.33%
R=36.06%
G=25.61%
B=38.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381692530.060.3300.01289.2995.4582.75
HexEEA9FD621011215f53
Octal35625137564101441137123
Binary1110111010101001111111011101000010110010000110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA9FD; }

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

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

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

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

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

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

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

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