Shades of Hot Magenta #EC06D3
Tints of Hot Magenta #EC06D3
RGB
CMYK
RGB Variations
Color information
#EC06D3 (or 0xEC06D3) is known color: Hot Magenta. HEX triplet: EC, 06 and D3. RGB value is (236,6,211). Sum of RGB (Red+Green+Blue) = 236+6+211=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 6 (2.73% from 255 or 1.32% from 453); Blue value is 211 (82.81% from 255 or 46.58% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC06D3 is #13F92C. Grayscale: #616161. Windows color (decimal): -1308973 or 13829868. OLE color: 13829868.
HSL color Cylindrical-coordinate representation of color #EC06D3: hue angle of 306.52º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC06D3 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 211 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.07 |
| HSL | 306.52º | 0.95% | 0.47% | - |
| HSV(B) | 306.52º | 0.97% | 0.93% | - |
| XYZ | 46.42 | 22.67 | 63.56 | - |
| YUV | 98.14 | 191.7 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 211 | 0 | 0.97 | 0.11 | 0.07 | 306.52 | 0.95 | 0.47 |
| Hex | EC | 6 | D3 | 0 | 61 | B | 7 | 133 | 5F | 2F |
| Octal | 354 | 6 | 323 | 0 | 141 | 13 | 7 | 463 | 137 | 57 |
| Binary | 11101100 | 110 | 11010011 | 0 | 1100001 | 1011 | 111 | 100110011 | 1011111 | 101111 |
Color Harmonies of #EC06D3
Complementary color
Monochromatic Colors of #EC06D3
Black with #EC06D3
Text Example
Text Example
White with #EC06D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC06D3; }
p { color: rgb(236,6,211); }
H1.HeaderClassName
{
color: #EC06D3;
}
.AnyTagClassName
{
color: #EC06D3;
}
</style>
background-color css
<style>
a { background-color: #EC06D3; }
a { background-color: rgb(236,6,211); }
div.DivClassName
{
background-color: #EC06D3;
}
.BgClassName
{
background-color: #EC06D3;
}
</style>
border-color css
<style>
span { border-color: #EC06D3; }
span { border-color: rgb(236,6,211); }
td.TdClassName
{
border-color: #EC06D3;
}
.TagClassName
{
border-color: #EC06D3;
}
</style>