Html Css Color HEX #EA0ED4 Hot Magenta

📋 copy color: '#EA0ED4'

red 234 ◦ green 14 ◦ blue 212

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

Shades of Hot Magenta #EA0ED4

Tints of Hot Magenta #EA0ED4

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.04%

 BLUE value IS 212 (83.2% from 255) = 46.09%

R = 50.87%
G = 3.04%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA0ED4 (or 0xEA0ED4) is known color: Hot Magenta. HEX triplet: EA, 0E and D4. RGB value is (234,14,212). Sum of RGB (Red+Green+Blue) = 234+14+212=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 14 (5.86% from 255 or 3.04% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0ED4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0ED4 is #15F12B. Grayscale: #656565. Windows color (decimal): -1437996 or 13897450. OLE color: 13897450.

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

Color convert

RGB 234 14 212 -
CMYK 0 0.94 0.09 0.08
HSL 306º 0.89% 0.49% -
HSV(B) 306º 0.94% 0.92% -
XYZ 45.97 22.56 64.22 -
YUV 102.35 189.89 221.9 -
System Red Green Blue C M Y K H S L
Decimal 234 14 212 0 0.94 0.09 0.08 306 0.89 0.49
Hex EA E D4 0 5E 9 8 132 59 31
Octal 352 16 324 0 136 11 10 462 131 61
Binary 11101010 1110 11010100 0 1011110 1001 1000 100110010 1011001 110001

Color Harmonies of #EA0ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0ED4

Black with #EA0ED4

Text Example


Text Example

White with #EA0ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0ED4; }

 p { color: rgb(234,14,212); }

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

background-color css

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

 a { background-color: rgb(234,14,212); }

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

border-color css

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

 span { border-color: rgb(234,14,212); }

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