Shades of Hot Magenta #ED09CE
Tints of Hot Magenta #ED09CE
RGB
CMYK
RGB Variations
Color information
#ED09CE (or 0xED09CE) is known color: Hot Magenta. HEX triplet: ED, 09 and CE. RGB value is (237,9,206). Sum of RGB (Red+Green+Blue) = 237+9+206=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 9 (3.91% from 255 or 1.99% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED09CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED09CE is #12F631. Grayscale: #636363. Windows color (decimal): -1242674 or 13502957. OLE color: 13502957.
HSL color Cylindrical-coordinate representation of color #ED09CE: hue angle of 308.16º 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 #ED09CE is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 206 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.07 |
| HSL | 308.16º | 0.93% | 0.48% | - |
| HSV(B) | 308.16º | 0.96% | 0.93% | - |
| XYZ | 46.16 | 22.66 | 60.33 | - |
| YUV | 99.63 | 188.04 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 206 | 0 | 0.96 | 0.13 | 0.07 | 308.16 | 0.93 | 0.48 |
| Hex | ED | 9 | CE | 0 | 60 | D | 7 | 134 | 5D | 30 |
| Octal | 355 | 11 | 316 | 0 | 140 | 15 | 7 | 464 | 135 | 60 |
| Binary | 11101101 | 1001 | 11001110 | 0 | 1100000 | 1101 | 111 | 100110100 | 1011101 | 110000 |
Color Harmonies of #ED09CE
Complementary color
Monochromatic Colors of #ED09CE
Black with #ED09CE
Text Example
Text Example
White with #ED09CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED09CE; }
p { color: rgb(237,9,206); }
H1.HeaderClassName
{
color: #ED09CE;
}
.AnyTagClassName
{
color: #ED09CE;
}
</style>
background-color css
<style>
a { background-color: #ED09CE; }
a { background-color: rgb(237,9,206); }
div.DivClassName
{
background-color: #ED09CE;
}
.BgClassName
{
background-color: #ED09CE;
}
</style>
border-color css
<style>
span { border-color: #ED09CE; }
span { border-color: rgb(237,9,206); }
td.TdClassName
{
border-color: #ED09CE;
}
.TagClassName
{
border-color: #ED09CE;
}
</style>