Shades of Hot Magenta #EC00DD
Tints of Hot Magenta #EC00DD
RGB
CMYK
RGB Variations
Color information
#EC00DD (or 0xEC00DD) is known color: Hot Magenta. HEX triplet: EC, 00 and DD. RGB value is (236,0,221). Sum of RGB (Red+Green+Blue) = 236+0+221=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 0 (0.39% from 255 or 0% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC00DD is #13FF22. Grayscale: #5F5F5F. Windows color (decimal): -1310499 or 14483692. OLE color: 14483692.
HSL color Cylindrical-coordinate representation of color #EC00DD: hue angle of 303.81º 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 #EC00DD is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 221 | - |
| CMYK | 0 | 1 | 0.06 | 0.07 |
| HSL | 303.81º | 1% | 0.46% | - |
| HSV(B) | 303.81º | 1% | 0.93% | - |
| XYZ | 47.64 | 23.05 | 70.35 | - |
| YUV | 95.76 | 198.69 | 228.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 221 | 0 | 1 | 0.06 | 0.07 | 303.81 | 1 | 0.46 |
| Hex | EC | 0 | DD | 0 | 64 | 6 | 7 | 130 | 64 | 2E |
| Octal | 354 | 0 | 335 | 0 | 144 | 6 | 7 | 460 | 144 | 56 |
| Binary | 11101100 | 0 | 11011101 | 0 | 1100100 | 110 | 111 | 100110000 | 1100100 | 101110 |
Color Harmonies of #EC00DD
Complementary color
Monochromatic Colors of #EC00DD
Black with #EC00DD
Text Example
Text Example
White with #EC00DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC00DD; }
p { color: rgb(236,0,221); }
H1.HeaderClassName
{
color: #EC00DD;
}
.AnyTagClassName
{
color: #EC00DD;
}
</style>
background-color css
<style>
a { background-color: #EC00DD; }
a { background-color: rgb(236,0,221); }
div.DivClassName
{
background-color: #EC00DD;
}
.BgClassName
{
background-color: #EC00DD;
}
</style>
border-color css
<style>
span { border-color: #EC00DD; }
span { border-color: rgb(236,0,221); }
td.TdClassName
{
border-color: #EC00DD;
}
.TagClassName
{
border-color: #EC00DD;
}
</style>