Shades of Hot Magenta #EC07D1
Tints of Hot Magenta #EC07D1
RGB
CMYK
RGB Variations
Color information
#EC07D1 (or 0xEC07D1) is known color: Hot Magenta. HEX triplet: EC, 07 and D1. RGB value is (236,7,209). Sum of RGB (Red+Green+Blue) = 236+7+209=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 7 (3.12% from 255 or 1.55% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC07D1 is #13F82E. Grayscale: #616161. Windows color (decimal): -1308719 or 13699052. OLE color: 13699052.
HSL color Cylindrical-coordinate representation of color #EC07D1: hue angle of 307.07º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC07D1 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 209 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.07 |
| HSL | 307.07º | 0.94% | 0.48% | - |
| HSV(B) | 307.07º | 0.97% | 0.93% | - |
| XYZ | 46.18 | 22.59 | 62.25 | - |
| YUV | 98.5 | 190.37 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 209 | 0 | 0.97 | 0.11 | 0.07 | 307.07 | 0.94 | 0.48 |
| Hex | EC | 7 | D1 | 0 | 61 | B | 7 | 133 | 5E | 30 |
| Octal | 354 | 7 | 321 | 0 | 141 | 13 | 7 | 463 | 136 | 60 |
| Binary | 11101100 | 111 | 11010001 | 0 | 1100001 | 1011 | 111 | 100110011 | 1011110 | 110000 |
Color Harmonies of #EC07D1
Complementary color
Monochromatic Colors of #EC07D1
Black with #EC07D1
Text Example
Text Example
White with #EC07D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC07D1; }
p { color: rgb(236,7,209); }
H1.HeaderClassName
{
color: #EC07D1;
}
.AnyTagClassName
{
color: #EC07D1;
}
</style>
background-color css
<style>
a { background-color: #EC07D1; }
a { background-color: rgb(236,7,209); }
div.DivClassName
{
background-color: #EC07D1;
}
.BgClassName
{
background-color: #EC07D1;
}
</style>
border-color css
<style>
span { border-color: #EC07D1; }
span { border-color: rgb(236,7,209); }
td.TdClassName
{
border-color: #EC07D1;
}
.TagClassName
{
border-color: #EC07D1;
}
</style>