Shades of Hot Magenta #EC00CD
Tints of Hot Magenta #EC00CD
RGB
CMYK
RGB Variations
Color information
#EC00CD (or 0xEC00CD) is known color: Hot Magenta. HEX triplet: EC, 00 and CD. RGB value is (236,0,205). Sum of RGB (Red+Green+Blue) = 236+0+205=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00CD is #13FF32. Grayscale: #5D5D5D. Windows color (decimal): -1310515 or 13435116. OLE color: 13435116.
HSL color Cylindrical-coordinate representation of color #EC00CD: hue angle of 307.88º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC00CD is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 205 | - |
| CMYK | 0 | 1 | 0.13 | 0.07 |
| HSL | 307.88º | 1% | 0.46% | - |
| HSV(B) | 307.88º | 1% | 0.93% | - |
| XYZ | 45.61 | 22.24 | 59.65 | - |
| YUV | 93.93 | 190.69 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 205 | 0 | 1 | 0.13 | 0.07 | 307.88 | 1 | 0.46 |
| Hex | EC | 0 | CD | 0 | 64 | D | 7 | 134 | 64 | 2E |
| Octal | 354 | 0 | 315 | 0 | 144 | 15 | 7 | 464 | 144 | 56 |
| Binary | 11101100 | 0 | 11001101 | 0 | 1100100 | 1101 | 111 | 100110100 | 1100100 | 101110 |
Color Harmonies of #EC00CD
Complementary color
Monochromatic Colors of #EC00CD
Black with #EC00CD
Text Example
Text Example
White with #EC00CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC00CD; }
p { color: rgb(236,0,205); }
H1.HeaderClassName
{
color: #EC00CD;
}
.AnyTagClassName
{
color: #EC00CD;
}
</style>
background-color css
<style>
a { background-color: #EC00CD; }
a { background-color: rgb(236,0,205); }
div.DivClassName
{
background-color: #EC00CD;
}
.BgClassName
{
background-color: #EC00CD;
}
</style>
border-color css
<style>
span { border-color: #EC00CD; }
span { border-color: rgb(236,0,205); }
td.TdClassName
{
border-color: #EC00CD;
}
.TagClassName
{
border-color: #EC00CD;
}
</style>