#EA9DFE

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

Shades of Mauve #EA9DFE

Tints of Mauve #EA9DFE

Color information

#EA9DFE (or 0xEA9DFE) is unknown color: approx Mauve. HEX triplet: EA, 9D and FE. RGB value is (234,157,254). Sum of RGB (Red+Green+Blue) = 234+157+254=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 157 (61.72% from 255 or 24.34% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA9DFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9DFE is #156201. Grayscale: #BEBEBE. Windows color (decimal): -1401346 or 16686570. OLE color: 16686570.

HSL color Cylindrical-coordinate representation of color #EA9DFE: hue angle of 287.63º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA9DFE is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB234157254-
CMYK0.080.3800.00
HSL287.63º97.98%80.59%-
HSV(B)287.63º38.19%99.61%-
XYZ63.8848.7699.81-
YUV191.08163.51158.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.28%
GREEN value IS 157 (61.72% from 255) = 24.34%
BLUE value IS 254 (99.61% from 255) = 39.38%
R=36.28%
G=24.34%
B=39.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2341572540.080.3800.00287.6397.9880.59
HexEA9DFE826001206251
Octal352235376104600440142121
Binary11101010100111011111111010001001100010010000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9DFE; }

 p { color: rgb(234,157,254); }

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

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

 a { background-color: rgb(234,157,254); }

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

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

 span { border-color: rgb(234,157,254); }

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