Shades of Hot Magenta #ED09D5
Tints of Hot Magenta #ED09D5
RGB
CMYK
RGB Variations
Color information
#ED09D5 (or 0xED09D5) is known color: Hot Magenta. HEX triplet: ED, 09 and D5. RGB value is (237,9,213). Sum of RGB (Red+Green+Blue) = 237+9+213=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 9 (3.91% from 255 or 1.96% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED09D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED09D5 is #12F62A. Grayscale: #636363. Windows color (decimal): -1242667 or 13961709. OLE color: 13961709.
HSL color Cylindrical-coordinate representation of color #ED09D5: hue angle of 306.32º 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 #ED09D5 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 213 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.07 |
| HSL | 306.32º | 0.93% | 0.48% | - |
| HSV(B) | 306.32º | 0.96% | 0.93% | - |
| XYZ | 47.03 | 23 | 64.91 | - |
| YUV | 100.43 | 191.54 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 213 | 0 | 0.96 | 0.10 | 0.07 | 306.32 | 0.93 | 0.48 |
| Hex | ED | 9 | D5 | 0 | 60 | A | 7 | 132 | 5D | 30 |
| Octal | 355 | 11 | 325 | 0 | 140 | 12 | 7 | 462 | 135 | 60 |
| Binary | 11101101 | 1001 | 11010101 | 0 | 1100000 | 1010 | 111 | 100110010 | 1011101 | 110000 |
Color Harmonies of #ED09D5
Complementary color
Monochromatic Colors of #ED09D5
Black with #ED09D5
Text Example
Text Example
White with #ED09D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED09D5; }
p { color: rgb(237,9,213); }
H1.HeaderClassName
{
color: #ED09D5;
}
.AnyTagClassName
{
color: #ED09D5;
}
</style>
background-color css
<style>
a { background-color: #ED09D5; }
a { background-color: rgb(237,9,213); }
div.DivClassName
{
background-color: #ED09D5;
}
.BgClassName
{
background-color: #ED09D5;
}
</style>
border-color css
<style>
span { border-color: #ED09D5; }
span { border-color: rgb(237,9,213); }
td.TdClassName
{
border-color: #ED09D5;
}
.TagClassName
{
border-color: #ED09D5;
}
</style>