Shades of Hot Magenta #EC06CB
Tints of Hot Magenta #EC06CB
RGB
CMYK
RGB Variations
Color information
#EC06CB (or 0xEC06CB) is known color: Hot Magenta. HEX triplet: EC, 06 and CB. RGB value is (236,6,203). Sum of RGB (Red+Green+Blue) = 236+6+203=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 6 (2.73% from 255 or 1.35% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC06CB is #13F934. Grayscale: #606060. Windows color (decimal): -1308981 or 13305580. OLE color: 13305580.
HSL color Cylindrical-coordinate representation of color #EC06CB: hue angle of 308.61º 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 #EC06CB is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 6 | 203 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.07 |
| HSL | 308.61º | 0.95% | 0.47% | - |
| HSV(B) | 308.61º | 0.97% | 0.93% | - |
| XYZ | 45.44 | 22.27 | 58.4 | - |
| YUV | 97.23 | 187.7 | 226.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 6 | 203 | 0 | 0.97 | 0.14 | 0.07 | 308.61 | 0.95 | 0.47 |
| Hex | EC | 6 | CB | 0 | 61 | E | 7 | 135 | 5F | 2F |
| Octal | 354 | 6 | 313 | 0 | 141 | 16 | 7 | 465 | 137 | 57 |
| Binary | 11101100 | 110 | 11001011 | 0 | 1100001 | 1110 | 111 | 100110101 | 1011111 | 101111 |
Color Harmonies of #EC06CB
Complementary color
Monochromatic Colors of #EC06CB
Black with #EC06CB
Text Example
Text Example
White with #EC06CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC06CB; }
p { color: rgb(236,6,203); }
H1.HeaderClassName
{
color: #EC06CB;
}
.AnyTagClassName
{
color: #EC06CB;
}
</style>
background-color css
<style>
a { background-color: #EC06CB; }
a { background-color: rgb(236,6,203); }
div.DivClassName
{
background-color: #EC06CB;
}
.BgClassName
{
background-color: #EC06CB;
}
</style>
border-color css
<style>
span { border-color: #EC06CB; }
span { border-color: rgb(236,6,203); }
td.TdClassName
{
border-color: #EC06CB;
}
.TagClassName
{
border-color: #EC06CB;
}
</style>