Shades of Hot Magenta #EC0CDD
Tints of Hot Magenta #EC0CDD
RGB
CMYK
RGB Variations
Color information
#EC0CDD (or 0xEC0CDD) is known color: Hot Magenta. HEX triplet: EC, 0C and DD. RGB value is (236,12,221). Sum of RGB (Red+Green+Blue) = 236+12+221=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 12 (5.08% from 255 or 2.56% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0CDD is #13F322. Grayscale: #666666. Windows color (decimal): -1307427 or 14486764. OLE color: 14486764.
HSL color Cylindrical-coordinate representation of color #EC0CDD: hue angle of 304.02º 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 #EC0CDD is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 221 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.07 |
| HSL | 304.02º | 0.9% | 0.49% | - |
| HSV(B) | 304.02º | 0.95% | 0.93% | - |
| XYZ | 47.77 | 23.32 | 70.39 | - |
| YUV | 102.8 | 194.71 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 221 | 0 | 0.95 | 0.06 | 0.07 | 304.02 | 0.9 | 0.49 |
| Hex | EC | C | DD | 0 | 5F | 6 | 7 | 130 | 5A | 31 |
| Octal | 354 | 14 | 335 | 0 | 137 | 6 | 7 | 460 | 132 | 61 |
| Binary | 11101100 | 1100 | 11011101 | 0 | 1011111 | 110 | 111 | 100110000 | 1011010 | 110001 |
Color Harmonies of #EC0CDD
Complementary color
Monochromatic Colors of #EC0CDD
Black with #EC0CDD
Text Example
Text Example
White with #EC0CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0CDD; }
p { color: rgb(236,12,221); }
H1.HeaderClassName
{
color: #EC0CDD;
}
.AnyTagClassName
{
color: #EC0CDD;
}
</style>
background-color css
<style>
a { background-color: #EC0CDD; }
a { background-color: rgb(236,12,221); }
div.DivClassName
{
background-color: #EC0CDD;
}
.BgClassName
{
background-color: #EC0CDD;
}
</style>
border-color css
<style>
span { border-color: #EC0CDD; }
span { border-color: rgb(236,12,221); }
td.TdClassName
{
border-color: #EC0CDD;
}
.TagClassName
{
border-color: #EC0CDD;
}
</style>