Shades of Magenta #ED19F3
Tints of Magenta #ED19F3
RGB
CMYK
RGB Variations
Color information
#ED19F3 (or 0xED19F3) is known color: Magenta. HEX triplet: ED, 19 and F3. RGB value is (237,25,243). Sum of RGB (Red+Green+Blue) = 237+25+243=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 25 (10.16% from 255 or 4.95% from 505); Blue value is 243 (95.31% from 255 or 48.12% from 505); Max value from RGB is 243 - color contains mainly: blue. Hex color #ED19F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED19F3 is #12E60C. Grayscale: #707070. Windows color (decimal): -1238541 or 15931885. OLE color: 15931885.
HSL color Cylindrical-coordinate representation of color #ED19F3: hue angle of 298.35º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED19F3 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 25 | 243 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.05 |
| HSL | 298.35º | 0.9% | 0.53% | - |
| HSV(B) | 298.35º | 0.9% | 0.95% | - |
| XYZ | 51.45 | 25.17 | 86.94 | - |
| YUV | 113.24 | 201.24 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 243 | 0.02 | 0.90 | 0 | 0.05 | 298.35 | 0.9 | 0.53 |
| Hex | ED | 19 | F3 | 2 | 5A | 0 | 5 | 12A | 5A | 35 |
| Octal | 355 | 31 | 363 | 2 | 132 | 0 | 5 | 452 | 132 | 65 |
| Binary | 11101101 | 11001 | 11110011 | 10 | 1011010 | 0 | 101 | 100101010 | 1011010 | 110101 |
Color Harmonies of #ED19F3
Complementary color
Monochromatic Colors of #ED19F3
Black with #ED19F3
Text Example
Text Example
White with #ED19F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED19F3; }
p { color: rgb(237,25,243); }
H1.HeaderClassName
{
color: #ED19F3;
}
.AnyTagClassName
{
color: #ED19F3;
}
</style>
background-color css
<style>
a { background-color: #ED19F3; }
a { background-color: rgb(237,25,243); }
div.DivClassName
{
background-color: #ED19F3;
}
.BgClassName
{
background-color: #ED19F3;
}
</style>
border-color css
<style>
span { border-color: #ED19F3; }
span { border-color: rgb(237,25,243); }
td.TdClassName
{
border-color: #ED19F3;
}
.TagClassName
{
border-color: #ED19F3;
}
</style>