Shades of Magenta #ED28F3
Tints of Magenta #ED28F3
RGB
CMYK
RGB Variations
Color information
#ED28F3 (or 0xED28F3) is known color: Magenta. HEX triplet: ED, 28 and F3. RGB value is (237,40,243). Sum of RGB (Red+Green+Blue) = 237+40+243=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 40 (16.02% from 255 or 7.69% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED28F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED28F3 is #12D70C. Grayscale: #797979. Windows color (decimal): -1234701 or 15935725. OLE color: 15935725.
HSL color Cylindrical-coordinate representation of color #ED28F3: hue angle of 298.23º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED28F3 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 40 | 243 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.05 |
| HSL | 298.23º | 0.89% | 0.55% | - |
| HSV(B) | 298.23º | 0.84% | 0.95% | - |
| XYZ | 51.86 | 25.99 | 87.08 | - |
| YUV | 122.05 | 196.27 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 40 | 243 | 0.02 | 0.84 | 0 | 0.05 | 298.23 | 0.89 | 0.55 |
| Hex | ED | 28 | F3 | 2 | 54 | 0 | 5 | 12A | 59 | 37 |
| Octal | 355 | 50 | 363 | 2 | 124 | 0 | 5 | 452 | 131 | 67 |
| Binary | 11101101 | 101000 | 11110011 | 10 | 1010100 | 0 | 101 | 100101010 | 1011001 | 110111 |
Color Harmonies of #ED28F3
Complementary color
Monochromatic Colors of #ED28F3
Black with #ED28F3
Text Example
Text Example
White with #ED28F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED28F3; }
p { color: rgb(237,40,243); }
H1.HeaderClassName
{
color: #ED28F3;
}
.AnyTagClassName
{
color: #ED28F3;
}
</style>
background-color css
<style>
a { background-color: #ED28F3; }
a { background-color: rgb(237,40,243); }
div.DivClassName
{
background-color: #ED28F3;
}
.BgClassName
{
background-color: #ED28F3;
}
</style>
border-color css
<style>
span { border-color: #ED28F3; }
span { border-color: rgb(237,40,243); }
td.TdClassName
{
border-color: #ED28F3;
}
.TagClassName
{
border-color: #ED28F3;
}
</style>