Shades of Magenta #ED09E4
Tints of Magenta #ED09E4
RGB
CMYK
RGB Variations
Color information
#ED09E4 (or 0xED09E4) is known color: Magenta. HEX triplet: ED, 09 and E4. RGB value is (237,9,228). Sum of RGB (Red+Green+Blue) = 237+9+228=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 9 (3.91% from 255 or 1.90% from 474); Blue value is 228 (89.45% from 255 or 48.10% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED09E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED09E4 is #12F61B. Grayscale: #656565. Windows color (decimal): -1242652 or 14944749. OLE color: 14944749.
HSL color Cylindrical-coordinate representation of color #ED09E4: hue angle of 302.37º 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 #ED09E4 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 228 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.07 |
| HSL | 302.37º | 0.93% | 0.48% | - |
| HSV(B) | 302.37º | 0.96% | 0.93% | - |
| XYZ | 49.03 | 23.8 | 75.41 | - |
| YUV | 102.14 | 199.04 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 228 | 0 | 0.96 | 0.04 | 0.07 | 302.37 | 0.93 | 0.48 |
| Hex | ED | 9 | E4 | 0 | 60 | 4 | 7 | 12E | 5D | 30 |
| Octal | 355 | 11 | 344 | 0 | 140 | 4 | 7 | 456 | 135 | 60 |
| Binary | 11101101 | 1001 | 11100100 | 0 | 1100000 | 100 | 111 | 100101110 | 1011101 | 110000 |
Color Harmonies of #ED09E4
Complementary color
Monochromatic Colors of #ED09E4
Black with #ED09E4
Text Example
Text Example
White with #ED09E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED09E4; }
p { color: rgb(237,9,228); }
H1.HeaderClassName
{
color: #ED09E4;
}
.AnyTagClassName
{
color: #ED09E4;
}
</style>
background-color css
<style>
a { background-color: #ED09E4; }
a { background-color: rgb(237,9,228); }
div.DivClassName
{
background-color: #ED09E4;
}
.BgClassName
{
background-color: #ED09E4;
}
</style>
border-color css
<style>
span { border-color: #ED09E4; }
span { border-color: rgb(237,9,228); }
td.TdClassName
{
border-color: #ED09E4;
}
.TagClassName
{
border-color: #ED09E4;
}
</style>