Html Css Color HEX #EA11D9 Hot Magenta

📋 copy color: '#EA11D9'

red 234 ◦ green 17 ◦ blue 217

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

Shades of Hot Magenta #EA11D9

Tints of Hot Magenta #EA11D9

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.63%

 BLUE value IS 217 (85.16% from 255) = 46.37%

R = 50%
G = 3.63%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EA11D9 (or 0xEA11D9) is known color: Hot Magenta. HEX triplet: EA, 11 and D9. RGB value is (234,17,217). Sum of RGB (Red+Green+Blue) = 234+17+217=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 17 (7.03% from 255 or 3.63% from 468); Blue value is 217 (85.16% from 255 or 46.37% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA11D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA11D9 is #15EE26. Grayscale: #686868. Windows color (decimal): -1437223 or 14225898. OLE color: 14225898.

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

Color convert

RGB 234 17 217 -
CMYK 0 0.93 0.07 0.08
HSL 304.7º 0.86% 0.49% -
HSV(B) 304.7º 0.93% 0.92% -
XYZ 46.66 22.9 67.61 -
YUV 104.68 191.39 220.24 -
System Red Green Blue C M Y K H S L
Decimal 234 17 217 0 0.93 0.07 0.08 304.7 0.86 0.49
Hex EA 11 D9 0 5D 7 8 131 56 31
Octal 352 21 331 0 135 7 10 461 126 61
Binary 11101010 10001 11011001 0 1011101 111 1000 100110001 1010110 110001

Color Harmonies of #EA11D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA11D9

Black with #EA11D9

Text Example


Text Example

White with #EA11D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA11D9; }

 p { color: rgb(234,17,217); }

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

background-color css

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

 a { background-color: rgb(234,17,217); }

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

border-color css

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

 span { border-color: rgb(234,17,217); }

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