#EA9FFF

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

Shades of Mauve #EA9FFF

Tints of Mauve #EA9FFF

Color information

#EA9FFF (or 0xEA9FFF) is unknown color: approx Mauve. HEX triplet: EA, 9F and FF. RGB value is (234,159,255). Sum of RGB (Red+Green+Blue) = 234+159+255=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 159 (62.5% from 255 or 24.54% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA9FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FFF is #156000. Grayscale: #C0C0C0. Windows color (decimal): -1400833 or 16752618. OLE color: 16752618.

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

Color convert

RGB234159255-
CMYK0.080.3800
HSL286.88º100%81.18%-
HSV(B)286.88º37.65%100%-
XYZ64.3849.51100.77-
YUV192.37163.35157.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.11%
GREEN value IS 159 (62.5% from 255) = 24.54%
BLUE value IS 255 (100% from 255) = 39.35%
R=36.11%
G=24.54%
B=39.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341592550.080.3800286.8810081.18
HexEA9FFF8260011f6451
Octal352237377104600437144121
Binary11101010100111111111111110001001100010001111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9FFF; }

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

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

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

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

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

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

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

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