Html Css Color HEX #EA04C7 Hot Magenta

📋 copy color: '#EA04C7'

red 234 ◦ green 4 ◦ blue 199

#EA04C7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Magenta #EA04C7

Tints of Hot Magenta #EA04C7

RGB

 RED value IS 234 (91.8% from 255) = 53.55%

 GREEN value IS 4 (1.95% from 255) = 0.92%

 BLUE value IS 199 (78.13% from 255) = 45.54%

R = 53.55%
G = 0.92%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EA04C7 (or 0xEA04C7) is known color: Hot Magenta. HEX triplet: EA, 04 and C7. RGB value is (234,4,199). Sum of RGB (Red+Green+Blue) = 234+4+199=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 4 (1.95% from 255 or 0.92% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA04C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA04C7 is #15FB38. Grayscale: #5E5E5E. Windows color (decimal): -1440569 or 13042922. OLE color: 13042922.

HSL color Cylindrical-coordinate representation of color #EA04C7: hue angle of 309.13º 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 #EA04C7 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 4 199 -
CMYK 0 0.98 0.15 0.08
HSL 309.13º 0.97% 0.47% -
HSV(B) 309.13º 0.98% 0.92% -
XYZ 44.28 21.7 55.89 -
YUV 95 186.7 227.14 -
System Red Green Blue C M Y K H S L
Decimal 234 4 199 0 0.98 0.15 0.08 309.13 0.97 0.47
Hex EA 4 C7 0 62 F 8 135 61 2F
Octal 352 4 307 0 142 17 10 465 141 57
Binary 11101010 100 11000111 0 1100010 1111 1000 100110101 1100001 101111

Color Harmonies of #EA04C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA04C7

Black with #EA04C7

Text Example


Text Example

White with #EA04C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA04C7; }

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

 H1.HeaderClassName
 {
   color: #EA04C7;
 }
 .AnyTagClassName
 {
   color: #EA04C7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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