Shades of Hot Magenta #EC06DA
Tints of Hot Magenta #EC06DA
RGB
CMYK
RGB Variations
Color information
#EC06DA (or 0xEC06DA) is known color: Hot Magenta. HEX triplet: EC, 06 and DA. RGB value is (236,6,218). Sum of RGB (Red+Green+Blue) = 236+6+218=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 6 (2.73% from 255 or 1.30% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC06DA is #13F925. Grayscale: #626262. Windows color (decimal): -1308966 or 14288620. OLE color: 14288620.
HSL color Cylindrical-coordinate representation of color #EC06DA: hue angle of 304.7º 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 #EC06DA is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 218 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.07 |
| HSL | 304.7º | 0.95% | 0.47% | - |
| HSV(B) | 304.7º | 0.97% | 0.93% | - |
| XYZ | 47.31 | 23.03 | 68.28 | - |
| YUV | 98.94 | 195.2 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 218 | 0 | 0.97 | 0.08 | 0.07 | 304.7 | 0.95 | 0.47 |
| Hex | EC | 6 | DA | 0 | 61 | 8 | 7 | 131 | 5F | 2F |
| Octal | 354 | 6 | 332 | 0 | 141 | 10 | 7 | 461 | 137 | 57 |
| Binary | 11101100 | 110 | 11011010 | 0 | 1100001 | 1000 | 111 | 100110001 | 1011111 | 101111 |
Color Harmonies of #EC06DA
Complementary color
Monochromatic Colors of #EC06DA
Black with #EC06DA
Text Example
Text Example
White with #EC06DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC06DA; }
p { color: rgb(236,6,218); }
H1.HeaderClassName
{
color: #EC06DA;
}
.AnyTagClassName
{
color: #EC06DA;
}
</style>
background-color css
<style>
a { background-color: #EC06DA; }
a { background-color: rgb(236,6,218); }
div.DivClassName
{
background-color: #EC06DA;
}
.BgClassName
{
background-color: #EC06DA;
}
</style>
border-color css
<style>
span { border-color: #EC06DA; }
span { border-color: rgb(236,6,218); }
td.TdClassName
{
border-color: #EC06DA;
}
.TagClassName
{
border-color: #EC06DA;
}
</style>