Shades of Magenta #ED0EEF
Tints of Magenta #ED0EEF
RGB
CMYK
RGB Variations
Color information
#ED0EEF (or 0xED0EEF) is known color: Magenta. HEX triplet: ED, 0E and EF. RGB value is (237,14,239). Sum of RGB (Red+Green+Blue) = 237+14+239=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 14 (5.86% from 255 or 2.86% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED0EEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0EEF is #12F110. Grayscale: #696969. Windows color (decimal): -1241361 or 15666925. OLE color: 15666925.
HSL color Cylindrical-coordinate representation of color #ED0EEF: hue angle of 299.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0EEF is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 14 | 239 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.06 |
| HSL | 299.47º | 0.89% | 0.5% | - |
| HSV(B) | 299.47º | 0.94% | 0.94% | - |
| XYZ | 50.66 | 24.55 | 83.73 | - |
| YUV | 106.33 | 202.88 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 14 | 239 | 0.01 | 0.94 | 0 | 0.06 | 299.47 | 0.89 | 0.5 |
| Hex | ED | E | EF | 1 | 5E | 0 | 6 | 12B | 59 | 32 |
| Octal | 355 | 16 | 357 | 1 | 136 | 0 | 6 | 453 | 131 | 62 |
| Binary | 11101101 | 1110 | 11101111 | 1 | 1011110 | 0 | 110 | 100101011 | 1011001 | 110010 |
Color Harmonies of #ED0EEF
Complementary color
Monochromatic Colors of #ED0EEF
Black with #ED0EEF
Text Example
Text Example
White with #ED0EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0EEF; }
p { color: rgb(237,14,239); }
H1.HeaderClassName
{
color: #ED0EEF;
}
.AnyTagClassName
{
color: #ED0EEF;
}
</style>
background-color css
<style>
a { background-color: #ED0EEF; }
a { background-color: rgb(237,14,239); }
div.DivClassName
{
background-color: #ED0EEF;
}
.BgClassName
{
background-color: #ED0EEF;
}
</style>
border-color css
<style>
span { border-color: #ED0EEF; }
span { border-color: rgb(237,14,239); }
td.TdClassName
{
border-color: #ED0EEF;
}
.TagClassName
{
border-color: #ED0EEF;
}
</style>