Html Css Color HEX #EA04E1 Hot Magenta

📋 copy color: '#EA04E1'

red 234 ◦ green 4 ◦ blue 225

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

Shades of Hot Magenta #EA04E1

Tints of Hot Magenta #EA04E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.6%

R = 50.54%
G = 0.86%
B = 48.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EA04E1 (or 0xEA04E1) is known color: Hot Magenta. HEX triplet: EA, 04 and E1. RGB value is (234,4,225). Sum of RGB (Red+Green+Blue) = 234+4+225=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 4 (1.95% from 255 or 0.86% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EA04E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA04E1 is #15FB1E. Grayscale: #616161. Windows color (decimal): -1440543 or 14746858. OLE color: 14746858.

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

Color convert

RGB 234 4 225 -
CMYK 0 0.98 0.04 0.08
HSL 302.35º 0.97% 0.47% -
HSV(B) 302.35º 0.98% 0.92% -
XYZ 47.57 23.02 73.17 -
YUV 97.96 199.7 225.03 -
System Red Green Blue C M Y K H S L
Decimal 234 4 225 0 0.98 0.04 0.08 302.35 0.97 0.47
Hex EA 4 E1 0 62 4 8 12E 61 2F
Octal 352 4 341 0 142 4 10 456 141 57
Binary 11101010 100 11100001 0 1100010 100 1000 100101110 1100001 101111

Color Harmonies of #EA04E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA04E1

Black with #EA04E1

Text Example


Text Example

White with #EA04E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA04E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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