Html Css Color HEX #ED19E3 Hot Magenta

📋 copy color: '#ED19E3'

red 237 ◦ green 25 ◦ blue 227

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

Shades of Hot Magenta #ED19E3

Tints of Hot Magenta #ED19E3

RGB

 RED value IS 237 (92.97% from 255) = 48.47%

 GREEN value IS 25 (10.16% from 255) = 5.11%

 BLUE value IS 227 (89.06% from 255) = 46.42%

R = 48.47%
G = 5.11%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#ED19E3 (or 0xED19E3) is known color: Hot Magenta. HEX triplet: ED, 19 and E3. RGB value is (237,25,227). Sum of RGB (Red+Green+Blue) = 237+25+227=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 25 (10.16% from 255 or 5.11% from 489); Blue value is 227 (89.06% from 255 or 46.42% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED19E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED19E3 is #12E61C. Grayscale: #6E6E6E. Windows color (decimal): -1238557 or 14883309. OLE color: 14883309.

HSL color Cylindrical-coordinate representation of color #ED19E3: hue angle of 302.83º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED19E3 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 25 227 -
CMYK 0 0.89 0.04 0.07
HSL 302.83º 0.85% 0.51% -
HSV(B) 302.83º 0.89% 0.93% -
XYZ 49.14 24.25 74.76 -
YUV 111.42 193.24 217.57 -
System Red Green Blue C M Y K H S L
Decimal 237 25 227 0 0.89 0.04 0.07 302.83 0.85 0.51
Hex ED 19 E3 0 59 4 7 12F 55 33
Octal 355 31 343 0 131 4 7 457 125 63
Binary 11101101 11001 11100011 0 1011001 100 111 100101111 1010101 110011

Color Harmonies of #ED19E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED19E3

Black with #ED19E3

Text Example


Text Example

White with #ED19E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED19E3; }

 p { color: rgb(237,25,227); }

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

background-color css

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

 a { background-color: rgb(237,25,227); }

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

border-color css

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

 span { border-color: rgb(237,25,227); }

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