Shades of Magenta #ED0BE7
Tints of Magenta #ED0BE7
RGB
CMYK
RGB Variations
Color information
#ED0BE7 (or 0xED0BE7) is known color: Magenta. HEX triplet: ED, 0B and E7. RGB value is (237,11,231). Sum of RGB (Red+Green+Blue) = 237+11+231=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 11 (4.69% from 255 or 2.30% from 479); Blue value is 231 (90.62% from 255 or 48.23% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0BE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0BE7 is #12F418. Grayscale: #666666. Windows color (decimal): -1242137 or 15141869. OLE color: 15141869.
HSL color Cylindrical-coordinate representation of color #ED0BE7: hue angle of 301.59º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0BE7 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 11 | 231 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.07 |
| HSL | 301.59º | 0.91% | 0.49% | - |
| HSV(B) | 301.59º | 0.95% | 0.93% | - |
| XYZ | 49.47 | 24.01 | 77.63 | - |
| YUV | 103.65 | 199.87 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 11 | 231 | 0 | 0.95 | 0.03 | 0.07 | 301.59 | 0.91 | 0.49 |
| Hex | ED | B | E7 | 0 | 5F | 3 | 7 | 12E | 5B | 31 |
| Octal | 355 | 13 | 347 | 0 | 137 | 3 | 7 | 456 | 133 | 61 |
| Binary | 11101101 | 1011 | 11100111 | 0 | 1011111 | 11 | 111 | 100101110 | 1011011 | 110001 |
Color Harmonies of #ED0BE7
Complementary color
Monochromatic Colors of #ED0BE7
Black with #ED0BE7
Text Example
Text Example
White with #ED0BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0BE7; }
p { color: rgb(237,11,231); }
H1.HeaderClassName
{
color: #ED0BE7;
}
.AnyTagClassName
{
color: #ED0BE7;
}
</style>
background-color css
<style>
a { background-color: #ED0BE7; }
a { background-color: rgb(237,11,231); }
div.DivClassName
{
background-color: #ED0BE7;
}
.BgClassName
{
background-color: #ED0BE7;
}
</style>
border-color css
<style>
span { border-color: #ED0BE7; }
span { border-color: rgb(237,11,231); }
td.TdClassName
{
border-color: #ED0BE7;
}
.TagClassName
{
border-color: #ED0BE7;
}
</style>