#EA9CFF

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

Shades of Mauve #EA9CFF

Tints of Mauve #EA9CFF

Color information

#EA9CFF (or 0xEA9CFF) is unknown color: approx Mauve. HEX triplet: EA, 9C and FF. RGB value is (234,156,255). Sum of RGB (Red+Green+Blue) = 234+156+255=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 156 (61.33% from 255 or 24.19% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA9CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9CFF is #156300. Grayscale: #BEBEBE. Windows color (decimal): -1401601 or 16751850. OLE color: 16751850.

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

Color convert

RGB234156255-
CMYK0.080.3900
HSL287.27º100%80.59%-
HSV(B)287.27º38.82%100%-
XYZ63.8748.49100.6-
YUV190.61164.34158.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.28%
GREEN value IS 156 (61.33% from 255) = 24.19%
BLUE value IS 255 (100% from 255) = 39.53%
R=36.28%
G=24.19%
B=39.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341562550.080.3900287.2710080.59
HexEA9CFF8270011f6451
Octal352234377104700437144121
Binary11101010100111001111111110001001110010001111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9CFF; }

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

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

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

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

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

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

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

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