#EA0ED6

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

Shades of Hot Magenta #EA0ED6

Tints of Hot Magenta #EA0ED6

Color information

#EA0ED6 (or 0xEA0ED6) is unknown color: approx Hot Magenta. HEX triplet: EA, 0E and D6. RGB value is (234,14,214). Sum of RGB (Red+Green+Blue) = 234+14+214=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 14 (5.86% from 255 or 3.03% from 462); Blue value is 214 (83.98% from 255 or 46.32% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0ED6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0ED6 is #15F129. Grayscale: #666666. Windows color (decimal): -1437994 or 14028522. OLE color: 14028522.

HSL color Cylindrical-coordinate representation of color #EA0ED6: hue angle of 305.45º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0ED6 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB23414214-
CMYK00.940.090.08
HSL305.45º88.71%48.63%-
HSV(B)305.45º94.02%91.76%-
XYZ46.2322.6665.56-
YUV102.58190.89221.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.65%
GREEN value IS 14 (5.86% from 255) = 3.03%
BLUE value IS 214 (83.98% from 255) = 46.32%
R=50.65%
G=3.03%
B=46.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341421400.940.090.08305.4588.7148.63
HexEAED605E981315931
Octal352163260136111046113161
Binary1110101011101101011001011110100110001001100011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0ED6; }

 p { color: rgb(234,14,214); }

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

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

 a { background-color: rgb(234,14,214); }

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

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

 span { border-color: rgb(234,14,214); }

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