Shades of Hot Magenta #EC15DD
Tints of Hot Magenta #EC15DD
RGB
CMYK
RGB Variations
Color information
#EC15DD (or 0xEC15DD) is known color: Hot Magenta. HEX triplet: EC, 15 and DD. RGB value is (236,21,221). Sum of RGB (Red+Green+Blue) = 236+21+221=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 21 (8.59% from 255 or 4.39% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC15DD is #13EA22. Grayscale: #6B6B6B. Windows color (decimal): -1305123 or 14489068. OLE color: 14489068.
HSL color Cylindrical-coordinate representation of color #EC15DD: hue angle of 304.19º 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 #EC15DD is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 221 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.07 |
| HSL | 304.19º | 0.85% | 0.5% | - |
| HSV(B) | 304.19º | 0.91% | 0.93% | - |
| XYZ | 47.91 | 23.59 | 70.43 | - |
| YUV | 108.09 | 191.73 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 221 | 0 | 0.91 | 0.06 | 0.07 | 304.19 | 0.85 | 0.5 |
| Hex | EC | 15 | DD | 0 | 5B | 6 | 7 | 130 | 55 | 32 |
| Octal | 354 | 25 | 335 | 0 | 133 | 6 | 7 | 460 | 125 | 62 |
| Binary | 11101100 | 10101 | 11011101 | 0 | 1011011 | 110 | 111 | 100110000 | 1010101 | 110010 |
Color Harmonies of #EC15DD
Complementary color
Monochromatic Colors of #EC15DD
Black with #EC15DD
Text Example
Text Example
White with #EC15DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC15DD; }
p { color: rgb(236,21,221); }
H1.HeaderClassName
{
color: #EC15DD;
}
.AnyTagClassName
{
color: #EC15DD;
}
</style>
background-color css
<style>
a { background-color: #EC15DD; }
a { background-color: rgb(236,21,221); }
div.DivClassName
{
background-color: #EC15DD;
}
.BgClassName
{
background-color: #EC15DD;
}
</style>
border-color css
<style>
span { border-color: #EC15DD; }
span { border-color: rgb(236,21,221); }
td.TdClassName
{
border-color: #EC15DD;
}
.TagClassName
{
border-color: #EC15DD;
}
</style>