Html Css Color HEX #ED15DC Hot Magenta

📋 copy color: '#ED15DC'

red 237 ◦ green 21 ◦ blue 220

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

Shades of Hot Magenta #ED15DC

Tints of Hot Magenta #ED15DC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.39%

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

R = 49.58%
G = 4.39%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED15DC (or 0xED15DC) is known color: Hot Magenta. HEX triplet: ED, 15 and DC. RGB value is (237,21,220). Sum of RGB (Red+Green+Blue) = 237+21+220=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 21 (8.59% from 255 or 4.39% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED15DC is #12EA23. Grayscale: #6B6B6B. Windows color (decimal): -1239588 or 14423533. OLE color: 14423533.

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

Color convert

RGB 237 21 220 -
CMYK 0 0.91 0.07 0.07
HSL 304.72º 0.86% 0.51% -
HSV(B) 304.72º 0.91% 0.93% -
XYZ 48.11 23.71 69.75 -
YUV 108.27 191.06 219.82 -
System Red Green Blue C M Y K H S L
Decimal 237 21 220 0 0.91 0.07 0.07 304.72 0.86 0.51
Hex ED 15 DC 0 5B 7 7 131 56 33
Octal 355 25 334 0 133 7 7 461 126 63
Binary 11101101 10101 11011100 0 1011011 111 111 100110001 1010110 110011

Color Harmonies of #ED15DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED15DC

Black with #ED15DC

Text Example


Text Example

White with #ED15DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED15DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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