Html Css Color HEX #ED15DF Hot Magenta

📋 copy color: '#ED15DF'

red 237 ◦ green 21 ◦ blue 223

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

Shades of Hot Magenta #ED15DF

Tints of Hot Magenta #ED15DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 49.27%
G = 4.37%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED15DF (or 0xED15DF) is known color: Hot Magenta. HEX triplet: ED, 15 and DF. RGB value is (237,21,223). Sum of RGB (Red+Green+Blue) = 237+21+223=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 21 (8.59% from 255 or 4.37% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED15DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED15DF is #12EA20. Grayscale: #6C6C6C. Windows color (decimal): -1239585 or 14620141. OLE color: 14620141.

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

Color convert

RGB 237 21 223 -
CMYK 0 0.91 0.06 0.07
HSL 303.89º 0.86% 0.51% -
HSV(B) 303.89º 0.91% 0.93% -
XYZ 48.51 23.87 71.86 -
YUV 108.61 192.56 219.57 -
System Red Green Blue C M Y K H S L
Decimal 237 21 223 0 0.91 0.06 0.07 303.89 0.86 0.51
Hex ED 15 DF 0 5B 6 7 130 56 33
Octal 355 25 337 0 133 6 7 460 126 63
Binary 11101101 10101 11011111 0 1011011 110 111 100110000 1010110 110011

Color Harmonies of #ED15DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED15DF

Black with #ED15DF

Text Example


Text Example

White with #ED15DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED15DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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