Html Css Color HEX #EA11D5 Hot Magenta

📋 copy color: '#EA11D5'

red 234 ◦ green 17 ◦ blue 213

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

Shades of Hot Magenta #EA11D5

Tints of Hot Magenta #EA11D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.91%

R = 50.43%
G = 3.66%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA11D5 (or 0xEA11D5) is known color: Hot Magenta. HEX triplet: EA, 11 and D5. RGB value is (234,17,213). Sum of RGB (Red+Green+Blue) = 234+17+213=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 17 (7.03% from 255 or 3.66% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA11D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA11D5 is #15EE2A. Grayscale: #676767. Windows color (decimal): -1437227 or 13963754. OLE color: 13963754.

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

Color convert

RGB 234 17 213 -
CMYK 0 0.93 0.09 0.08
HSL 305.81º 0.86% 0.49% -
HSV(B) 305.81º 0.93% 0.92% -
XYZ 46.14 22.7 64.9 -
YUV 104.23 189.39 220.56 -
System Red Green Blue C M Y K H S L
Decimal 234 17 213 0 0.93 0.09 0.08 305.81 0.86 0.49
Hex EA 11 D5 0 5D 9 8 132 56 31
Octal 352 21 325 0 135 11 10 462 126 61
Binary 11101010 10001 11010101 0 1011101 1001 1000 100110010 1010110 110001

Color Harmonies of #EA11D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA11D5

Black with #EA11D5

Text Example


Text Example

White with #EA11D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA11D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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