Shades of Hot Magenta #EC0DDF
Tints of Hot Magenta #EC0DDF
RGB
CMYK
RGB Variations
Color information
#EC0DDF (or 0xEC0DDF) is known color: Hot Magenta. HEX triplet: EC, 0D and DF. RGB value is (236,13,223). Sum of RGB (Red+Green+Blue) = 236+13+223=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 13 (5.47% from 255 or 2.75% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0DDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0DDF is #13F220. Grayscale: #676767. Windows color (decimal): -1307169 or 14618092. OLE color: 14618092.
HSL color Cylindrical-coordinate representation of color #EC0DDF: hue angle of 303.5º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0DDF is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 13 | 223 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.07 |
| HSL | 303.5º | 0.9% | 0.49% | - |
| HSV(B) | 303.5º | 0.94% | 0.93% | - |
| XYZ | 48.06 | 23.45 | 71.81 | - |
| YUV | 103.62 | 195.38 | 222.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 13 | 223 | 0 | 0.94 | 0.06 | 0.07 | 303.5 | 0.9 | 0.49 |
| Hex | EC | D | DF | 0 | 5E | 6 | 7 | 12F | 5A | 31 |
| Octal | 354 | 15 | 337 | 0 | 136 | 6 | 7 | 457 | 132 | 61 |
| Binary | 11101100 | 1101 | 11011111 | 0 | 1011110 | 110 | 111 | 100101111 | 1011010 | 110001 |
Color Harmonies of #EC0DDF
Complementary color
Monochromatic Colors of #EC0DDF
Black with #EC0DDF
Text Example
Text Example
White with #EC0DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0DDF; }
p { color: rgb(236,13,223); }
H1.HeaderClassName
{
color: #EC0DDF;
}
.AnyTagClassName
{
color: #EC0DDF;
}
</style>
background-color css
<style>
a { background-color: #EC0DDF; }
a { background-color: rgb(236,13,223); }
div.DivClassName
{
background-color: #EC0DDF;
}
.BgClassName
{
background-color: #EC0DDF;
}
</style>
border-color css
<style>
span { border-color: #EC0DDF; }
span { border-color: rgb(236,13,223); }
td.TdClassName
{
border-color: #EC0DDF;
}
.TagClassName
{
border-color: #EC0DDF;
}
</style>