#EA9FF9

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

Shades of Mauve #EA9FF9

Tints of Mauve #EA9FF9

Color information

#EA9FF9 (or 0xEA9FF9) is unknown color: approx Mauve. HEX triplet: EA, 9F and F9. RGB value is (234,159,249). Sum of RGB (Red+Green+Blue) = 234+159+249=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 159 (62.5% from 255 or 24.77% from 642); Blue value is 249 (97.66% from 255 or 38.79% from 642); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA9FF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FF9 is #156006. Grayscale: #BFBFBF. Windows color (decimal): -1400839 or 16359402. OLE color: 16359402.

HSL color Cylindrical-coordinate representation of color #EA9FF9: hue angle of 290º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA9FF9 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234159249-
CMYK0.060.3600.02
HSL290º88.24%80%-
HSV(B)290º36.14%97.65%-
XYZ63.4349.1395.76-
YUV191.68160.35158.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.45%
GREEN value IS 159 (62.5% from 255) = 24.77%
BLUE value IS 249 (97.66% from 255) = 38.79%
R=36.45%
G=24.77%
B=38.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341592490.060.3600.0229088.2480
HexEA9FF9624021225850
Octal35223737164402442130120
Binary11101010100111111111100111010010001010010001010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9FF9; }

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

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

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

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

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

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

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

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