Shades of Hot Magenta #EC09D1
Tints of Hot Magenta #EC09D1
RGB
CMYK
RGB Variations
Color information
#EC09D1 (or 0xEC09D1) is known color: Hot Magenta. HEX triplet: EC, 09 and D1. RGB value is (236,9,209). Sum of RGB (Red+Green+Blue) = 236+9+209=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 9 (3.91% from 255 or 1.98% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC09D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC09D1 is #13F62E. Grayscale: #636363. Windows color (decimal): -1308207 or 13699564. OLE color: 13699564.
HSL color Cylindrical-coordinate representation of color #EC09D1: hue angle of 307.14º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC09D1 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 209 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.07 |
| HSL | 307.14º | 0.93% | 0.48% | - |
| HSV(B) | 307.14º | 0.96% | 0.93% | - |
| XYZ | 46.2 | 22.63 | 62.26 | - |
| YUV | 99.67 | 189.71 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 209 | 0 | 0.96 | 0.11 | 0.07 | 307.14 | 0.93 | 0.48 |
| Hex | EC | 9 | D1 | 0 | 60 | B | 7 | 133 | 5D | 30 |
| Octal | 354 | 11 | 321 | 0 | 140 | 13 | 7 | 463 | 135 | 60 |
| Binary | 11101100 | 1001 | 11010001 | 0 | 1100000 | 1011 | 111 | 100110011 | 1011101 | 110000 |
Color Harmonies of #EC09D1
Complementary color
Monochromatic Colors of #EC09D1
Black with #EC09D1
Text Example
Text Example
White with #EC09D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC09D1; }
p { color: rgb(236,9,209); }
H1.HeaderClassName
{
color: #EC09D1;
}
.AnyTagClassName
{
color: #EC09D1;
}
</style>
background-color css
<style>
a { background-color: #EC09D1; }
a { background-color: rgb(236,9,209); }
div.DivClassName
{
background-color: #EC09D1;
}
.BgClassName
{
background-color: #EC09D1;
}
</style>
border-color css
<style>
span { border-color: #EC09D1; }
span { border-color: rgb(236,9,209); }
td.TdClassName
{
border-color: #EC09D1;
}
.TagClassName
{
border-color: #EC09D1;
}
</style>