Shades of Magenta #ED26F0
Tints of Magenta #ED26F0
RGB
CMYK
RGB Variations
Color information
#ED26F0 (or 0xED26F0) is known color: Magenta. HEX triplet: ED, 26 and F0. RGB value is (237,38,240). Sum of RGB (Red+Green+Blue) = 237+38+240=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 38 (15.23% from 255 or 7.38% from 515); Blue value is 240 (94.14% from 255 or 46.60% from 515); Max value from RGB is 240 - color contains mainly: blue. Hex color #ED26F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED26F0 is #12D90F. Grayscale: #777777. Windows color (decimal): -1235216 or 15738605. OLE color: 15738605.
HSL color Cylindrical-coordinate representation of color #ED26F0: hue angle of 299.11º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED26F0 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 38 | 240 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.06 |
| HSL | 299.11º | 0.87% | 0.55% | - |
| HSV(B) | 299.11º | 0.84% | 0.94% | - |
| XYZ | 51.35 | 25.68 | 84.69 | - |
| YUV | 120.53 | 195.43 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 38 | 240 | 0.01 | 0.84 | 0 | 0.06 | 299.11 | 0.87 | 0.55 |
| Hex | ED | 26 | F0 | 1 | 54 | 0 | 6 | 12B | 57 | 37 |
| Octal | 355 | 46 | 360 | 1 | 124 | 0 | 6 | 453 | 127 | 67 |
| Binary | 11101101 | 100110 | 11110000 | 1 | 1010100 | 0 | 110 | 100101011 | 1010111 | 110111 |
Color Harmonies of #ED26F0
Complementary color
Monochromatic Colors of #ED26F0
Black with #ED26F0
Text Example
Text Example
White with #ED26F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED26F0; }
p { color: rgb(237,38,240); }
H1.HeaderClassName
{
color: #ED26F0;
}
.AnyTagClassName
{
color: #ED26F0;
}
</style>
background-color css
<style>
a { background-color: #ED26F0; }
a { background-color: rgb(237,38,240); }
div.DivClassName
{
background-color: #ED26F0;
}
.BgClassName
{
background-color: #ED26F0;
}
</style>
border-color css
<style>
span { border-color: #ED26F0; }
span { border-color: rgb(237,38,240); }
td.TdClassName
{
border-color: #ED26F0;
}
.TagClassName
{
border-color: #ED26F0;
}
</style>