#EA9AFD

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

Shades of Mauve #EA9AFD

Tints of Mauve #EA9AFD

Color information

#EA9AFD (or 0xEA9AFD) is unknown color: approx Mauve. HEX triplet: EA, 9A and FD. RGB value is (234,154,253). Sum of RGB (Red+Green+Blue) = 234+154+253=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 154 (60.55% from 255 or 24.02% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA9AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9AFD is #156502. Grayscale: #BCBCBC. Windows color (decimal): -1402115 or 16620266. OLE color: 16620266.

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

Color convert

RGB234154253-
CMYK0.080.3900.01
HSL288.48º96.12%79.8%-
HSV(B)288.48º39.13%99.22%-
XYZ63.2247.798.8-
YUV189.21164159.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.51%
GREEN value IS 154 (60.55% from 255) = 24.02%
BLUE value IS 253 (99.22% from 255) = 39.47%
R=36.51%
G=24.02%
B=39.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341542530.080.3900.01288.4896.1279.8
HexEA9AFD827011206050
Octal352232375104701440140120
Binary11101010100110101111110110001001110110010000011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9AFD; }

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

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

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

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

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

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

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

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