Shades of Magenta #ED1CF1
Tints of Magenta #ED1CF1
RGB
CMYK
RGB Variations
Color information
#ED1CF1 (or 0xED1CF1) is known color: Magenta. HEX triplet: ED, 1C and F1. RGB value is (237,28,241). Sum of RGB (Red+Green+Blue) = 237+28+241=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 28 (11.33% from 255 or 5.53% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #ED1CF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1CF1 is #12E30E. Grayscale: #727272. Windows color (decimal): -1237775 or 15801581. OLE color: 15801581.
HSL color Cylindrical-coordinate representation of color #ED1CF1: hue angle of 298.87º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1CF1 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 28 | 241 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.05 |
| HSL | 298.87º | 0.88% | 0.53% | - |
| HSV(B) | 298.87º | 0.88% | 0.95% | - |
| XYZ | 51.22 | 25.19 | 85.38 | - |
| YUV | 114.77 | 199.24 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 28 | 241 | 0.02 | 0.88 | 0 | 0.05 | 298.87 | 0.88 | 0.53 |
| Hex | ED | 1C | F1 | 2 | 58 | 0 | 5 | 12B | 58 | 35 |
| Octal | 355 | 34 | 361 | 2 | 130 | 0 | 5 | 453 | 130 | 65 |
| Binary | 11101101 | 11100 | 11110001 | 10 | 1011000 | 0 | 101 | 100101011 | 1011000 | 110101 |
Color Harmonies of #ED1CF1
Complementary color
Monochromatic Colors of #ED1CF1
Black with #ED1CF1
Text Example
Text Example
White with #ED1CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1CF1; }
p { color: rgb(237,28,241); }
H1.HeaderClassName
{
color: #ED1CF1;
}
.AnyTagClassName
{
color: #ED1CF1;
}
</style>
background-color css
<style>
a { background-color: #ED1CF1; }
a { background-color: rgb(237,28,241); }
div.DivClassName
{
background-color: #ED1CF1;
}
.BgClassName
{
background-color: #ED1CF1;
}
</style>
border-color css
<style>
span { border-color: #ED1CF1; }
span { border-color: rgb(237,28,241); }
td.TdClassName
{
border-color: #ED1CF1;
}
.TagClassName
{
border-color: #ED1CF1;
}
</style>