Shades of Magenta #ED0FEF
Tints of Magenta #ED0FEF
RGB
CMYK
RGB Variations
Color information
#ED0FEF (or 0xED0FEF) is known color: Magenta. HEX triplet: ED, 0F and EF. RGB value is (237,15,239). Sum of RGB (Red+Green+Blue) = 237+15+239=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 15 (6.25% from 255 or 3.05% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED0FEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0FEF is #12F010. Grayscale: #6A6A6A. Windows color (decimal): -1241105 or 15667181. OLE color: 15667181.
HSL color Cylindrical-coordinate representation of color #ED0FEF: hue angle of 299.46º degrees, saturation: 0.88, 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 #ED0FEF is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 15 | 239 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.06 |
| HSL | 299.46º | 0.88% | 0.5% | - |
| HSV(B) | 299.46º | 0.94% | 0.94% | - |
| XYZ | 50.68 | 24.58 | 83.73 | - |
| YUV | 106.91 | 202.55 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 15 | 239 | 0.01 | 0.94 | 0 | 0.06 | 299.46 | 0.88 | 0.5 |
| Hex | ED | F | EF | 1 | 5E | 0 | 6 | 12B | 58 | 32 |
| Octal | 355 | 17 | 357 | 1 | 136 | 0 | 6 | 453 | 130 | 62 |
| Binary | 11101101 | 1111 | 11101111 | 1 | 1011110 | 0 | 110 | 100101011 | 1011000 | 110010 |
Color Harmonies of #ED0FEF
Complementary color
Monochromatic Colors of #ED0FEF
Black with #ED0FEF
Text Example
Text Example
White with #ED0FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0FEF; }
p { color: rgb(237,15,239); }
H1.HeaderClassName
{
color: #ED0FEF;
}
.AnyTagClassName
{
color: #ED0FEF;
}
</style>
background-color css
<style>
a { background-color: #ED0FEF; }
a { background-color: rgb(237,15,239); }
div.DivClassName
{
background-color: #ED0FEF;
}
.BgClassName
{
background-color: #ED0FEF;
}
</style>
border-color css
<style>
span { border-color: #ED0FEF; }
span { border-color: rgb(237,15,239); }
td.TdClassName
{
border-color: #ED0FEF;
}
.TagClassName
{
border-color: #ED0FEF;
}
</style>