Html Css Color HEX #EA04C6 Hot Magenta

📋 copy color: '#EA04C6'

red 234 ◦ green 4 ◦ blue 198

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

Shades of Hot Magenta #EA04C6

Tints of Hot Magenta #EA04C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.41%

R = 53.67%
G = 0.92%
B = 45.41%

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

#EA04C6 (or 0xEA04C6) is known color: Hot Magenta. HEX triplet: EA, 04 and C6. RGB value is (234,4,198). Sum of RGB (Red+Green+Blue) = 234+4+198=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 4 (1.95% from 255 or 0.92% from 436); Blue value is 198 (77.73% from 255 or 45.41% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA04C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA04C6 is #15FB39. Grayscale: #5E5E5E. Windows color (decimal): -1440570 or 12977386. OLE color: 12977386.

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

Color convert

RGB 234 4 198 -
CMYK 0 0.98 0.15 0.08
HSL 309.39º 0.97% 0.47% -
HSV(B) 309.39º 0.98% 0.92% -
XYZ 44.17 21.66 55.28 -
YUV 94.89 186.2 227.23 -
System Red Green Blue C M Y K H S L
Decimal 234 4 198 0 0.98 0.15 0.08 309.39 0.97 0.47
Hex EA 4 C6 0 62 F 8 135 61 2F
Octal 352 4 306 0 142 17 10 465 141 57
Binary 11101010 100 11000110 0 1100010 1111 1000 100110101 1100001 101111

Color Harmonies of #EA04C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA04C6

Black with #EA04C6

Text Example


Text Example

White with #EA04C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA04C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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