Shades of Hot Magenta #EC10DD
Tints of Hot Magenta #EC10DD
RGB
CMYK
RGB Variations
Color information
#EC10DD (or 0xEC10DD) is known color: Hot Magenta. HEX triplet: EC, 10 and DD. RGB value is (236,16,221). Sum of RGB (Red+Green+Blue) = 236+16+221=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 16 (6.64% from 255 or 3.38% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC10DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC10DD is #13EF22. Grayscale: #686868. Windows color (decimal): -1306403 or 14487788. OLE color: 14487788.
HSL color Cylindrical-coordinate representation of color #EC10DD: hue angle of 304.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC10DD is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 221 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.07 |
| HSL | 304.09º | 0.87% | 0.49% | - |
| HSV(B) | 304.09º | 0.93% | 0.93% | - |
| XYZ | 47.83 | 23.42 | 70.41 | - |
| YUV | 105.15 | 193.39 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 221 | 0 | 0.93 | 0.06 | 0.07 | 304.09 | 0.87 | 0.49 |
| Hex | EC | 10 | DD | 0 | 5D | 6 | 7 | 130 | 57 | 31 |
| Octal | 354 | 20 | 335 | 0 | 135 | 6 | 7 | 460 | 127 | 61 |
| Binary | 11101100 | 10000 | 11011101 | 0 | 1011101 | 110 | 111 | 100110000 | 1010111 | 110001 |
Color Harmonies of #EC10DD
Complementary color
Monochromatic Colors of #EC10DD
Black with #EC10DD
Text Example
Text Example
White with #EC10DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC10DD; }
p { color: rgb(236,16,221); }
H1.HeaderClassName
{
color: #EC10DD;
}
.AnyTagClassName
{
color: #EC10DD;
}
</style>
background-color css
<style>
a { background-color: #EC10DD; }
a { background-color: rgb(236,16,221); }
div.DivClassName
{
background-color: #EC10DD;
}
.BgClassName
{
background-color: #EC10DD;
}
</style>
border-color css
<style>
span { border-color: #EC10DD; }
span { border-color: rgb(236,16,221); }
td.TdClassName
{
border-color: #EC10DD;
}
.TagClassName
{
border-color: #EC10DD;
}
</style>