Shades of Hot Magenta #EC09DC
Tints of Hot Magenta #EC09DC
RGB
CMYK
RGB Variations
Color information
#EC09DC (or 0xEC09DC) is known color: Hot Magenta. HEX triplet: EC, 09 and DC. RGB value is (236,9,220). Sum of RGB (Red+Green+Blue) = 236+9+220=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 9 (3.91% from 255 or 1.94% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC09DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC09DC is #13F623. Grayscale: #646464. Windows color (decimal): -1308196 or 14420460. OLE color: 14420460.
HSL color Cylindrical-coordinate representation of color #EC09DC: hue angle of 304.23º 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 #EC09DC is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 220 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.07 |
| HSL | 304.23º | 0.93% | 0.48% | - |
| HSV(B) | 304.23º | 0.96% | 0.93% | - |
| XYZ | 47.61 | 23.2 | 69.68 | - |
| YUV | 100.93 | 195.21 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 220 | 0 | 0.96 | 0.07 | 0.07 | 304.23 | 0.93 | 0.48 |
| Hex | EC | 9 | DC | 0 | 60 | 7 | 7 | 130 | 5D | 30 |
| Octal | 354 | 11 | 334 | 0 | 140 | 7 | 7 | 460 | 135 | 60 |
| Binary | 11101100 | 1001 | 11011100 | 0 | 1100000 | 111 | 111 | 100110000 | 1011101 | 110000 |
Color Harmonies of #EC09DC
Complementary color
Monochromatic Colors of #EC09DC
Black with #EC09DC
Text Example
Text Example
White with #EC09DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC09DC; }
p { color: rgb(236,9,220); }
H1.HeaderClassName
{
color: #EC09DC;
}
.AnyTagClassName
{
color: #EC09DC;
}
</style>
background-color css
<style>
a { background-color: #EC09DC; }
a { background-color: rgb(236,9,220); }
div.DivClassName
{
background-color: #EC09DC;
}
.BgClassName
{
background-color: #EC09DC;
}
</style>
border-color css
<style>
span { border-color: #EC09DC; }
span { border-color: rgb(236,9,220); }
td.TdClassName
{
border-color: #EC09DC;
}
.TagClassName
{
border-color: #EC09DC;
}
</style>