#EA9FF7

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

Shades of Mauve #EA9FF7

Tints of Mauve #EA9FF7

Color information

#EA9FF7 (or 0xEA9FF7) is unknown color: approx Mauve. HEX triplet: EA, 9F and F7. RGB value is (234,159,247). Sum of RGB (Red+Green+Blue) = 234+159+247=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 159 (62.5% from 255 or 24.84% from 640); Blue value is 247 (96.88% from 255 or 38.59% from 640); Max value from RGB is 247 - color contains mainly: blue. Hex color #EA9FF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9FF7 is #156008. Grayscale: #BFBFBF. Windows color (decimal): -1400841 or 16228330. OLE color: 16228330.

HSL color Cylindrical-coordinate representation of color #EA9FF7: hue angle of 291.14º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA9FF7 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234159247-
CMYK0.050.3600.03
HSL291.14º84.62%79.61%-
HSV(B)291.14º35.63%96.86%-
XYZ63.124994.13-
YUV191.46159.35158.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 159 (62.5% from 255) = 24.84%
BLUE value IS 247 (96.88% from 255) = 38.59%
R=36.56%
G=24.84%
B=38.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2341592470.050.3600.03291.1484.6279.61
HexEA9FF7524031235550
Octal35223736754403443125120
Binary11101010100111111111011110110010001110010001110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9FF7; }

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

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

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

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

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

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

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

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