Shades of Magenta #ED09E8
Tints of Magenta #ED09E8
RGB
CMYK
RGB Variations
Color information
#ED09E8 (or 0xED09E8) is known color: Magenta. HEX triplet: ED, 09 and E8. RGB value is (237,9,232). Sum of RGB (Red+Green+Blue) = 237+9+232=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 9 (3.91% from 255 or 1.88% from 478); Blue value is 232 (91.02% from 255 or 48.54% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED09E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED09E8 is #12F617. Grayscale: #656565. Windows color (decimal): -1242648 or 15206893. OLE color: 15206893.
HSL color Cylindrical-coordinate representation of color #ED09E8: hue angle of 301.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 #ED09E8 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 232 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.07 |
| HSL | 301.32º | 0.93% | 0.48% | - |
| HSV(B) | 301.32º | 0.96% | 0.93% | - |
| XYZ | 49.59 | 24.03 | 78.37 | - |
| YUV | 102.59 | 201.04 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 232 | 0 | 0.96 | 0.02 | 0.07 | 301.32 | 0.93 | 0.48 |
| Hex | ED | 9 | E8 | 0 | 60 | 2 | 7 | 12D | 5D | 30 |
| Octal | 355 | 11 | 350 | 0 | 140 | 2 | 7 | 455 | 135 | 60 |
| Binary | 11101101 | 1001 | 11101000 | 0 | 1100000 | 10 | 111 | 100101101 | 1011101 | 110000 |
Color Harmonies of #ED09E8
Complementary color
Monochromatic Colors of #ED09E8
Black with #ED09E8
Text Example
Text Example
White with #ED09E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED09E8; }
p { color: rgb(237,9,232); }
H1.HeaderClassName
{
color: #ED09E8;
}
.AnyTagClassName
{
color: #ED09E8;
}
</style>
background-color css
<style>
a { background-color: #ED09E8; }
a { background-color: rgb(237,9,232); }
div.DivClassName
{
background-color: #ED09E8;
}
.BgClassName
{
background-color: #ED09E8;
}
</style>
border-color css
<style>
span { border-color: #ED09E8; }
span { border-color: rgb(237,9,232); }
td.TdClassName
{
border-color: #ED09E8;
}
.TagClassName
{
border-color: #ED09E8;
}
</style>