Shades of Hot Magenta #EC15DF
Tints of Hot Magenta #EC15DF
RGB
CMYK
RGB Variations
Color information
#EC15DF (or 0xEC15DF) is known color: Hot Magenta. HEX triplet: EC, 15 and DF. RGB value is (236,21,223). Sum of RGB (Red+Green+Blue) = 236+21+223=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 21 (8.59% from 255 or 4.38% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC15DF is #13EA20. Grayscale: #6B6B6B. Windows color (decimal): -1305121 or 14620140. OLE color: 14620140.
HSL color Cylindrical-coordinate representation of color #EC15DF: hue angle of 303.63º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC15DF is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 223 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.07 |
| HSL | 303.63º | 0.85% | 0.5% | - |
| HSV(B) | 303.63º | 0.91% | 0.93% | - |
| XYZ | 48.18 | 23.7 | 71.85 | - |
| YUV | 108.31 | 192.73 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 223 | 0 | 0.91 | 0.06 | 0.07 | 303.63 | 0.85 | 0.5 |
| Hex | EC | 15 | DF | 0 | 5B | 6 | 7 | 130 | 55 | 32 |
| Octal | 354 | 25 | 337 | 0 | 133 | 6 | 7 | 460 | 125 | 62 |
| Binary | 11101100 | 10101 | 11011111 | 0 | 1011011 | 110 | 111 | 100110000 | 1010101 | 110010 |
Color Harmonies of #EC15DF
Complementary color
Monochromatic Colors of #EC15DF
Black with #EC15DF
Text Example
Text Example
White with #EC15DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC15DF; }
p { color: rgb(236,21,223); }
H1.HeaderClassName
{
color: #EC15DF;
}
.AnyTagClassName
{
color: #EC15DF;
}
</style>
background-color css
<style>
a { background-color: #EC15DF; }
a { background-color: rgb(236,21,223); }
div.DivClassName
{
background-color: #EC15DF;
}
.BgClassName
{
background-color: #EC15DF;
}
</style>
border-color css
<style>
span { border-color: #EC15DF; }
span { border-color: rgb(236,21,223); }
td.TdClassName
{
border-color: #EC15DF;
}
.TagClassName
{
border-color: #EC15DF;
}
</style>