Shades of Magenta #ED26EF
Tints of Magenta #ED26EF
RGB
CMYK
RGB Variations
Color information
#ED26EF (or 0xED26EF) is known color: Magenta. HEX triplet: ED, 26 and EF. RGB value is (237,38,239). Sum of RGB (Red+Green+Blue) = 237+38+239=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 38 (15.23% from 255 or 7.39% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED26EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED26EF is #12D910. Grayscale: #777777. Windows color (decimal): -1235217 or 15673069. OLE color: 15673069.
HSL color Cylindrical-coordinate representation of color #ED26EF: hue angle of 299.4º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED26EF is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 38 | 239 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.06 |
| HSL | 299.4º | 0.86% | 0.54% | - |
| HSV(B) | 299.4º | 0.84% | 0.94% | - |
| XYZ | 51.2 | 25.62 | 83.91 | - |
| YUV | 120.42 | 194.93 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 239 | 0.01 | 0.84 | 0 | 0.06 | 299.4 | 0.86 | 0.54 |
| Hex | ED | 26 | EF | 1 | 54 | 0 | 6 | 12B | 56 | 36 |
| Octal | 355 | 46 | 357 | 1 | 124 | 0 | 6 | 453 | 126 | 66 |
| Binary | 11101101 | 100110 | 11101111 | 1 | 1010100 | 0 | 110 | 100101011 | 1010110 | 110110 |
Color Harmonies of #ED26EF
Complementary color
Monochromatic Colors of #ED26EF
Black with #ED26EF
Text Example
Text Example
White with #ED26EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED26EF; }
p { color: rgb(237,38,239); }
H1.HeaderClassName
{
color: #ED26EF;
}
.AnyTagClassName
{
color: #ED26EF;
}
</style>
background-color css
<style>
a { background-color: #ED26EF; }
a { background-color: rgb(237,38,239); }
div.DivClassName
{
background-color: #ED26EF;
}
.BgClassName
{
background-color: #ED26EF;
}
</style>
border-color css
<style>
span { border-color: #ED26EF; }
span { border-color: rgb(237,38,239); }
td.TdClassName
{
border-color: #ED26EF;
}
.TagClassName
{
border-color: #ED26EF;
}
</style>