Shades of Hot Magenta #EC0CD1
Tints of Hot Magenta #EC0CD1
RGB
CMYK
RGB Variations
Color information
#EC0CD1 (or 0xEC0CD1) is known color: Hot Magenta. HEX triplet: EC, 0C and D1. RGB value is (236,12,209). Sum of RGB (Red+Green+Blue) = 236+12+209=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 12 (5.08% from 255 or 2.63% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0CD1 is #13F32E. Grayscale: #646464. Windows color (decimal): -1307439 or 13700332. OLE color: 13700332.
HSL color Cylindrical-coordinate representation of color #EC0CD1: hue angle of 307.23º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0CD1 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 209 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.07 |
| HSL | 307.23º | 0.9% | 0.49% | - |
| HSV(B) | 307.23º | 0.95% | 0.93% | - |
| XYZ | 46.23 | 22.7 | 62.27 | - |
| YUV | 101.43 | 188.71 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 209 | 0 | 0.95 | 0.11 | 0.07 | 307.23 | 0.9 | 0.49 |
| Hex | EC | C | D1 | 0 | 5F | B | 7 | 133 | 5A | 31 |
| Octal | 354 | 14 | 321 | 0 | 137 | 13 | 7 | 463 | 132 | 61 |
| Binary | 11101100 | 1100 | 11010001 | 0 | 1011111 | 1011 | 111 | 100110011 | 1011010 | 110001 |
Color Harmonies of #EC0CD1
Complementary color
Monochromatic Colors of #EC0CD1
Black with #EC0CD1
Text Example
Text Example
White with #EC0CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0CD1; }
p { color: rgb(236,12,209); }
H1.HeaderClassName
{
color: #EC0CD1;
}
.AnyTagClassName
{
color: #EC0CD1;
}
</style>
background-color css
<style>
a { background-color: #EC0CD1; }
a { background-color: rgb(236,12,209); }
div.DivClassName
{
background-color: #EC0CD1;
}
.BgClassName
{
background-color: #EC0CD1;
}
</style>
border-color css
<style>
span { border-color: #EC0CD1; }
span { border-color: rgb(236,12,209); }
td.TdClassName
{
border-color: #EC0CD1;
}
.TagClassName
{
border-color: #EC0CD1;
}
</style>