#EA9EFF

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

Shades of Mauve #EA9EFF

Tints of Mauve #EA9EFF

Color information

#EA9EFF (or 0xEA9EFF) is unknown color: approx Mauve. HEX triplet: EA, 9E and FF. RGB value is (234,158,255). Sum of RGB (Red+Green+Blue) = 234+158+255=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 158 (62.11% from 255 or 24.42% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA9EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9EFF is #156100. Grayscale: #BFBFBF. Windows color (decimal): -1401089 or 16752362. OLE color: 16752362.

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

Color convert

RGB234158255-
CMYK0.080.3800
HSL287.01º100%80.98%-
HSV(B)287.01º38.04%100%-
XYZ64.2149.17100.71-
YUV191.78163.68158.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.17%
GREEN value IS 158 (62.11% from 255) = 24.42%
BLUE value IS 255 (100% from 255) = 39.41%
R=36.17%
G=24.42%
B=39.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341582550.080.3800287.0110080.98
HexEA9EFF8260011f6451
Octal352236377104600437144121
Binary11101010100111101111111110001001100010001111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9EFF; }

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

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

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

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

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

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

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

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