#EA19DF

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

Shades of Hot Magenta #EA19DF

Tints of Hot Magenta #EA19DF

Color information

#EA19DF (or 0xEA19DF) is unknown color: approx Hot Magenta. HEX triplet: EA, 19 and DF. RGB value is (234,25,223). Sum of RGB (Red+Green+Blue) = 234+25+223=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 25 (10.16% from 255 or 5.19% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA19DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA19DF is #15E620. Grayscale: #6D6D6D. Windows color (decimal): -1435169 or 14621162. OLE color: 14621162.

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

Color convert

RGB23425223-
CMYK00.890.050.08
HSL303.16º83.27%50.78%-
HSV(B)303.16º89.32%91.76%-
XYZ47.623.5271.84-
YUV110.06191.74216.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.55%
GREEN value IS 25 (10.16% from 255) = 5.19%
BLUE value IS 223 (87.5% from 255) = 46.27%
R=48.55%
G=5.19%
B=46.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342522300.890.050.08303.1683.2750.78
HexEA19DF0595812f5333
Octal35231337013151045712363
Binary1110101011001110111110101100110110001001011111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA19DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA19DF; }

 p { color: rgb(234,25,223); }

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

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

 a { background-color: rgb(234,25,223); }

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

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

 span { border-color: rgb(234,25,223); }

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