#EA04DF

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

Shades of Hot Magenta #EA04DF

Tints of Hot Magenta #EA04DF

Color information

#EA04DF (or 0xEA04DF) is unknown color: approx Hot Magenta. HEX triplet: EA, 04 and DF. RGB value is (234,4,223). Sum of RGB (Red+Green+Blue) = 234+4+223=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 4 (1.95% from 255 or 0.87% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA04DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA04DF is #15FB20. Grayscale: #616161. Windows color (decimal): -1440545 or 14615786. OLE color: 14615786.

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

Color convert

RGB2344223-
CMYK00.980.050.08
HSL302.87º96.64%46.67%-
HSV(B)302.87º98.29%91.76%-
XYZ47.2922.9171.74-
YUV97.74198.7225.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.76%
GREEN value IS 4 (1.95% from 255) = 0.87%
BLUE value IS 223 (87.5% from 255) = 48.37%
R=50.76%
G=0.87%
B=48.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234422300.980.050.08302.8796.6446.67
HexEA4DF0625812f612f
Octal3524337014251045714157
Binary11101010100110111110110001010110001001011111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA04DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA04DF; }

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

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

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

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

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

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

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

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