#EA9DFF

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

Shades of Mauve #EA9DFF

Tints of Mauve #EA9DFF

Color information

#EA9DFF (or 0xEA9DFF) is unknown color: approx Mauve. HEX triplet: EA, 9D and FF. RGB value is (234,157,255). Sum of RGB (Red+Green+Blue) = 234+157+255=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 157 (61.72% from 255 or 24.30% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA9DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9DFF is #156200. Grayscale: #BEBEBE. Windows color (decimal): -1401345 or 16752106. OLE color: 16752106.

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

Color convert

RGB234157255-
CMYK0.080.3800
HSL287.14º100%80.78%-
HSV(B)287.14º38.43%100%-
XYZ64.0448.83100.66-
YUV191.2164.01158.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.22%
GREEN value IS 157 (61.72% from 255) = 24.30%
BLUE value IS 255 (100% from 255) = 39.47%
R=36.22%
G=24.30%
B=39.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341572550.080.3800287.1410080.78
HexEA9DFF8260011f6451
Octal352235377104600437144121
Binary11101010100111011111111110001001100010001111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9DFF; }

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

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

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

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

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

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

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

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