Shades of Magenta #ED09E7
Tints of Magenta #ED09E7
RGB
CMYK
RGB Variations
Color information
#ED09E7 (or 0xED09E7) is known color: Magenta. HEX triplet: ED, 09 and E7. RGB value is (237,9,231). Sum of RGB (Red+Green+Blue) = 237+9+231=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 9 (3.91% from 255 or 1.89% from 477); Blue value is 231 (90.62% from 255 or 48.43% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED09E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED09E7 is #12F618. Grayscale: #656565. Windows color (decimal): -1242649 or 15141357. OLE color: 15141357.
HSL color Cylindrical-coordinate representation of color #ED09E7: hue angle of 301.58º 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 #ED09E7 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 9 | 231 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.07 |
| HSL | 301.58º | 0.93% | 0.48% | - |
| HSV(B) | 301.58º | 0.96% | 0.93% | - |
| XYZ | 49.45 | 23.97 | 77.62 | - |
| YUV | 102.48 | 200.54 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 9 | 231 | 0 | 0.96 | 0.03 | 0.07 | 301.58 | 0.93 | 0.48 |
| Hex | ED | 9 | E7 | 0 | 60 | 3 | 7 | 12E | 5D | 30 |
| Octal | 355 | 11 | 347 | 0 | 140 | 3 | 7 | 456 | 135 | 60 |
| Binary | 11101101 | 1001 | 11100111 | 0 | 1100000 | 11 | 111 | 100101110 | 1011101 | 110000 |
Color Harmonies of #ED09E7
Complementary color
Monochromatic Colors of #ED09E7
Black with #ED09E7
Text Example
Text Example
White with #ED09E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED09E7; }
p { color: rgb(237,9,231); }
H1.HeaderClassName
{
color: #ED09E7;
}
.AnyTagClassName
{
color: #ED09E7;
}
</style>
background-color css
<style>
a { background-color: #ED09E7; }
a { background-color: rgb(237,9,231); }
div.DivClassName
{
background-color: #ED09E7;
}
.BgClassName
{
background-color: #ED09E7;
}
</style>
border-color css
<style>
span { border-color: #ED09E7; }
span { border-color: rgb(237,9,231); }
td.TdClassName
{
border-color: #ED09E7;
}
.TagClassName
{
border-color: #ED09E7;
}
</style>