Html Css Color HEX #ED19DC Hot Magenta

📋 copy color: '#ED19DC'

red 237 ◦ green 25 ◦ blue 220

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

Shades of Hot Magenta #ED19DC

Tints of Hot Magenta #ED19DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 49.17%
G = 5.19%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED19DC (or 0xED19DC) is known color: Hot Magenta. HEX triplet: ED, 19 and DC. RGB value is (237,25,220). Sum of RGB (Red+Green+Blue) = 237+25+220=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 25 (10.16% from 255 or 5.19% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED19DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED19DC is #12E623. Grayscale: #6E6E6E. Windows color (decimal): -1238564 or 14424557. OLE color: 14424557.

HSL color Cylindrical-coordinate representation of color #ED19DC: hue angle of 304.81º 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 #ED19DC is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 25 220 -
CMYK 0 0.89 0.07 0.07
HSL 304.81º 0.85% 0.51% -
HSV(B) 304.81º 0.89% 0.93% -
XYZ 48.19 23.87 69.78 -
YUV 110.62 189.74 218.14 -
System Red Green Blue C M Y K H S L
Decimal 237 25 220 0 0.89 0.07 0.07 304.81 0.85 0.51
Hex ED 19 DC 0 59 7 7 131 55 33
Octal 355 31 334 0 131 7 7 461 125 63
Binary 11101101 11001 11011100 0 1011001 111 111 100110001 1010101 110011

Color Harmonies of #ED19DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED19DC

Black with #ED19DC

Text Example


Text Example

White with #ED19DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED19DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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