Shades of Magenta #ED16F2
Tints of Magenta #ED16F2
RGB
CMYK
RGB Variations
Color information
#ED16F2 (or 0xED16F2) is known color: Magenta. HEX triplet: ED, 16 and F2. RGB value is (237,22,242). Sum of RGB (Red+Green+Blue) = 237+22+242=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 22 (8.98% from 255 or 4.39% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED16F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED16F2 is #12E90D. Grayscale: #6E6E6E. Windows color (decimal): -1239310 or 15865581. OLE color: 15865581.
HSL color Cylindrical-coordinate representation of color #ED16F2: hue angle of 298.64º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED16F2 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 22 | 242 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.05 |
| HSL | 298.64º | 0.89% | 0.52% | - |
| HSV(B) | 298.64º | 0.91% | 0.95% | - |
| XYZ | 51.24 | 24.99 | 86.13 | - |
| YUV | 111.37 | 201.73 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 242 | 0.02 | 0.91 | 0 | 0.05 | 298.64 | 0.89 | 0.52 |
| Hex | ED | 16 | F2 | 2 | 5B | 0 | 5 | 12B | 59 | 34 |
| Octal | 355 | 26 | 362 | 2 | 133 | 0 | 5 | 453 | 131 | 64 |
| Binary | 11101101 | 10110 | 11110010 | 10 | 1011011 | 0 | 101 | 100101011 | 1011001 | 110100 |
Color Harmonies of #ED16F2
Complementary color
Monochromatic Colors of #ED16F2
Black with #ED16F2
Text Example
Text Example
White with #ED16F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED16F2; }
p { color: rgb(237,22,242); }
H1.HeaderClassName
{
color: #ED16F2;
}
.AnyTagClassName
{
color: #ED16F2;
}
</style>
background-color css
<style>
a { background-color: #ED16F2; }
a { background-color: rgb(237,22,242); }
div.DivClassName
{
background-color: #ED16F2;
}
.BgClassName
{
background-color: #ED16F2;
}
</style>
border-color css
<style>
span { border-color: #ED16F2; }
span { border-color: rgb(237,22,242); }
td.TdClassName
{
border-color: #ED16F2;
}
.TagClassName
{
border-color: #ED16F2;
}
</style>