Shades of Hot Magenta #EC0BDD
Tints of Hot Magenta #EC0BDD
RGB
CMYK
RGB Variations
Color information
#EC0BDD (or 0xEC0BDD) is known color: Hot Magenta. HEX triplet: EC, 0B and DD. RGB value is (236,11,221). Sum of RGB (Red+Green+Blue) = 236+11+221=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 11 (4.69% from 255 or 2.35% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0BDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0BDD is #13F422. Grayscale: #656565. Windows color (decimal): -1307683 or 14486508. OLE color: 14486508.
HSL color Cylindrical-coordinate representation of color #EC0BDD: hue angle of 304º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0BDD is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 221 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.07 |
| HSL | 304º | 0.91% | 0.48% | - |
| HSV(B) | 304º | 0.95% | 0.93% | - |
| XYZ | 47.76 | 23.29 | 70.39 | - |
| YUV | 102.22 | 195.04 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 221 | 0 | 0.95 | 0.06 | 0.07 | 304 | 0.91 | 0.48 |
| Hex | EC | B | DD | 0 | 5F | 6 | 7 | 130 | 5B | 30 |
| Octal | 354 | 13 | 335 | 0 | 137 | 6 | 7 | 460 | 133 | 60 |
| Binary | 11101100 | 1011 | 11011101 | 0 | 1011111 | 110 | 111 | 100110000 | 1011011 | 110000 |
Color Harmonies of #EC0BDD
Complementary color
Monochromatic Colors of #EC0BDD
Black with #EC0BDD
Text Example
Text Example
White with #EC0BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0BDD; }
p { color: rgb(236,11,221); }
H1.HeaderClassName
{
color: #EC0BDD;
}
.AnyTagClassName
{
color: #EC0BDD;
}
</style>
background-color css
<style>
a { background-color: #EC0BDD; }
a { background-color: rgb(236,11,221); }
div.DivClassName
{
background-color: #EC0BDD;
}
.BgClassName
{
background-color: #EC0BDD;
}
</style>
border-color css
<style>
span { border-color: #EC0BDD; }
span { border-color: rgb(236,11,221); }
td.TdClassName
{
border-color: #EC0BDD;
}
.TagClassName
{
border-color: #EC0BDD;
}
</style>