Shades of Magenta #ED1BF2
Tints of Magenta #ED1BF2
RGB
CMYK
RGB Variations
Color information
#ED1BF2 (or 0xED1BF2) is known color: Magenta. HEX triplet: ED, 1B and F2. RGB value is (237,27,242). Sum of RGB (Red+Green+Blue) = 237+27+242=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 27 (10.94% from 255 or 5.34% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED1BF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1BF2 is #12E40D. Grayscale: #717171. Windows color (decimal): -1238030 or 15866861. OLE color: 15866861.
HSL color Cylindrical-coordinate representation of color #ED1BF2: hue angle of 298.6º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1BF2 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 27 | 242 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.05 |
| HSL | 298.6º | 0.89% | 0.53% | - |
| HSV(B) | 298.6º | 0.89% | 0.95% | - |
| XYZ | 51.34 | 25.2 | 86.16 | - |
| YUV | 114.3 | 200.07 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 27 | 242 | 0.02 | 0.89 | 0 | 0.05 | 298.6 | 0.89 | 0.53 |
| Hex | ED | 1B | F2 | 2 | 59 | 0 | 5 | 12B | 59 | 35 |
| Octal | 355 | 33 | 362 | 2 | 131 | 0 | 5 | 453 | 131 | 65 |
| Binary | 11101101 | 11011 | 11110010 | 10 | 1011001 | 0 | 101 | 100101011 | 1011001 | 110101 |
Color Harmonies of #ED1BF2
Complementary color
Monochromatic Colors of #ED1BF2
Black with #ED1BF2
Text Example
Text Example
White with #ED1BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1BF2; }
p { color: rgb(237,27,242); }
H1.HeaderClassName
{
color: #ED1BF2;
}
.AnyTagClassName
{
color: #ED1BF2;
}
</style>
background-color css
<style>
a { background-color: #ED1BF2; }
a { background-color: rgb(237,27,242); }
div.DivClassName
{
background-color: #ED1BF2;
}
.BgClassName
{
background-color: #ED1BF2;
}
</style>
border-color css
<style>
span { border-color: #ED1BF2; }
span { border-color: rgb(237,27,242); }
td.TdClassName
{
border-color: #ED1BF2;
}
.TagClassName
{
border-color: #ED1BF2;
}
</style>