Shades of Magenta #ED1BE6
Tints of Magenta #ED1BE6
RGB
CMYK
RGB Variations
Color information
#ED1BE6 (or 0xED1BE6) is known color: Magenta. HEX triplet: ED, 1B and E6. RGB value is (237,27,230). Sum of RGB (Red+Green+Blue) = 237+27+230=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 27 (10.94% from 255 or 5.47% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1BE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1BE6 is #12E419. Grayscale: #707070. Windows color (decimal): -1238042 or 15080429. OLE color: 15080429.
HSL color Cylindrical-coordinate representation of color #ED1BE6: hue angle of 302º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1BE6 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 27 | 230 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.07 |
| HSL | 302º | 0.85% | 0.52% | - |
| HSV(B) | 302º | 0.89% | 0.93% | - |
| XYZ | 49.6 | 24.5 | 76.98 | - |
| YUV | 112.93 | 194.07 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 27 | 230 | 0 | 0.89 | 0.03 | 0.07 | 302 | 0.85 | 0.52 |
| Hex | ED | 1B | E6 | 0 | 59 | 3 | 7 | 12E | 55 | 34 |
| Octal | 355 | 33 | 346 | 0 | 131 | 3 | 7 | 456 | 125 | 64 |
| Binary | 11101101 | 11011 | 11100110 | 0 | 1011001 | 11 | 111 | 100101110 | 1010101 | 110100 |
Color Harmonies of #ED1BE6
Complementary color
Monochromatic Colors of #ED1BE6
Black with #ED1BE6
Text Example
Text Example
White with #ED1BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1BE6; }
p { color: rgb(237,27,230); }
H1.HeaderClassName
{
color: #ED1BE6;
}
.AnyTagClassName
{
color: #ED1BE6;
}
</style>
background-color css
<style>
a { background-color: #ED1BE6; }
a { background-color: rgb(237,27,230); }
div.DivClassName
{
background-color: #ED1BE6;
}
.BgClassName
{
background-color: #ED1BE6;
}
</style>
border-color css
<style>
span { border-color: #ED1BE6; }
span { border-color: rgb(237,27,230); }
td.TdClassName
{
border-color: #ED1BE6;
}
.TagClassName
{
border-color: #ED1BE6;
}
</style>