Html Css Color HEX #ED18DC Hot Magenta

📋 copy color: '#ED18DC'

red 237 ◦ green 24 ◦ blue 220

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

Shades of Hot Magenta #ED18DC

Tints of Hot Magenta #ED18DC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.99%

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

R = 49.27%
G = 4.99%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED18DC (or 0xED18DC) is known color: Hot Magenta. HEX triplet: ED, 18 and DC. RGB value is (237,24,220). Sum of RGB (Red+Green+Blue) = 237+24+220=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 24 (9.77% from 255 or 4.99% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED18DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED18DC is #12E723. Grayscale: #6D6D6D. Windows color (decimal): -1238820 or 14424301. OLE color: 14424301.

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

Color convert

RGB 237 24 220 -
CMYK 0 0.90 0.07 0.07
HSL 304.79º 0.86% 0.51% -
HSV(B) 304.79º 0.9% 0.93% -
XYZ 48.17 23.83 69.77 -
YUV 110.03 190.07 218.56 -
System Red Green Blue C M Y K H S L
Decimal 237 24 220 0 0.90 0.07 0.07 304.79 0.86 0.51
Hex ED 18 DC 0 5A 7 7 131 56 33
Octal 355 30 334 0 132 7 7 461 126 63
Binary 11101101 11000 11011100 0 1011010 111 111 100110001 1010110 110011

Color Harmonies of #ED18DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED18DC

Black with #ED18DC

Text Example


Text Example

White with #ED18DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED18DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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