Shades of Hot Magenta #EC09CB
Tints of Hot Magenta #EC09CB
RGB
CMYK
RGB Variations
Color information
#EC09CB (or 0xEC09CB) is known color: Hot Magenta. HEX triplet: EC, 09 and CB. RGB value is (236,9,203). Sum of RGB (Red+Green+Blue) = 236+9+203=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 9 (3.91% from 255 or 2.01% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC09CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC09CB is #13F634. Grayscale: #626262. Windows color (decimal): -1308213 or 13306348. OLE color: 13306348.
HSL color Cylindrical-coordinate representation of color #EC09CB: hue angle of 308.72º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC09CB is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 203 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.07 |
| HSL | 308.72º | 0.93% | 0.48% | - |
| HSV(B) | 308.72º | 0.96% | 0.93% | - |
| XYZ | 45.47 | 22.34 | 58.42 | - |
| YUV | 98.99 | 186.71 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 203 | 0 | 0.96 | 0.14 | 0.07 | 308.72 | 0.93 | 0.48 |
| Hex | EC | 9 | CB | 0 | 60 | E | 7 | 135 | 5D | 30 |
| Octal | 354 | 11 | 313 | 0 | 140 | 16 | 7 | 465 | 135 | 60 |
| Binary | 11101100 | 1001 | 11001011 | 0 | 1100000 | 1110 | 111 | 100110101 | 1011101 | 110000 |
Color Harmonies of #EC09CB
Complementary color
Monochromatic Colors of #EC09CB
Black with #EC09CB
Text Example
Text Example
White with #EC09CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC09CB; }
p { color: rgb(236,9,203); }
H1.HeaderClassName
{
color: #EC09CB;
}
.AnyTagClassName
{
color: #EC09CB;
}
</style>
background-color css
<style>
a { background-color: #EC09CB; }
a { background-color: rgb(236,9,203); }
div.DivClassName
{
background-color: #EC09CB;
}
.BgClassName
{
background-color: #EC09CB;
}
</style>
border-color css
<style>
span { border-color: #EC09CB; }
span { border-color: rgb(236,9,203); }
td.TdClassName
{
border-color: #EC09CB;
}
.TagClassName
{
border-color: #EC09CB;
}
</style>