Shades of Hot Magenta #ED08C9
Tints of Hot Magenta #ED08C9
RGB
CMYK
RGB Variations
Color information
#ED08C9 (or 0xED08C9) is known color: Hot Magenta. HEX triplet: ED, 08 and C9. RGB value is (237,8,201). Sum of RGB (Red+Green+Blue) = 237+8+201=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 8 (3.52% from 255 or 1.79% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED08C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED08C9 is #12F736. Grayscale: #616161. Windows color (decimal): -1242935 or 13175021. OLE color: 13175021.
HSL color Cylindrical-coordinate representation of color #ED08C9: hue angle of 309.43º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED08C9 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 8 | 201 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.07 |
| HSL | 309.43º | 0.93% | 0.48% | - |
| HSV(B) | 309.43º | 0.97% | 0.93% | - |
| XYZ | 45.55 | 22.4 | 57.18 | - |
| YUV | 98.47 | 185.87 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 8 | 201 | 0 | 0.97 | 0.15 | 0.07 | 309.43 | 0.93 | 0.48 |
| Hex | ED | 8 | C9 | 0 | 61 | F | 7 | 135 | 5D | 30 |
| Octal | 355 | 10 | 311 | 0 | 141 | 17 | 7 | 465 | 135 | 60 |
| Binary | 11101101 | 1000 | 11001001 | 0 | 1100001 | 1111 | 111 | 100110101 | 1011101 | 110000 |
Color Harmonies of #ED08C9
Complementary color
Monochromatic Colors of #ED08C9
Black with #ED08C9
Text Example
Text Example
White with #ED08C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED08C9; }
p { color: rgb(237,8,201); }
H1.HeaderClassName
{
color: #ED08C9;
}
.AnyTagClassName
{
color: #ED08C9;
}
</style>
background-color css
<style>
a { background-color: #ED08C9; }
a { background-color: rgb(237,8,201); }
div.DivClassName
{
background-color: #ED08C9;
}
.BgClassName
{
background-color: #ED08C9;
}
</style>
border-color css
<style>
span { border-color: #ED08C9; }
span { border-color: rgb(237,8,201); }
td.TdClassName
{
border-color: #ED08C9;
}
.TagClassName
{
border-color: #ED08C9;
}
</style>