Shades of Hot Magenta #ED0BE2
Tints of Hot Magenta #ED0BE2
RGB
CMYK
RGB Variations
Color information
#ED0BE2 (or 0xED0BE2) is known color: Hot Magenta. HEX triplet: ED, 0B and E2. RGB value is (237,11,226). Sum of RGB (Red+Green+Blue) = 237+11+226=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 11 (4.69% from 255 or 2.32% from 474); Blue value is 226 (88.67% from 255 or 47.68% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0BE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0BE2 is #12F41D. Grayscale: #666666. Windows color (decimal): -1242142 or 14814189. OLE color: 14814189.
HSL color Cylindrical-coordinate representation of color #ED0BE2: hue angle of 302.92º 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 #ED0BE2 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 11 | 226 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.07 |
| HSL | 302.92º | 0.91% | 0.49% | - |
| HSV(B) | 302.92º | 0.95% | 0.93% | - |
| XYZ | 48.77 | 23.73 | 73.96 | - |
| YUV | 103.08 | 197.37 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 11 | 226 | 0 | 0.95 | 0.05 | 0.07 | 302.92 | 0.91 | 0.49 |
| Hex | ED | B | E2 | 0 | 5F | 5 | 7 | 12F | 5B | 31 |
| Octal | 355 | 13 | 342 | 0 | 137 | 5 | 7 | 457 | 133 | 61 |
| Binary | 11101101 | 1011 | 11100010 | 0 | 1011111 | 101 | 111 | 100101111 | 1011011 | 110001 |
Color Harmonies of #ED0BE2
Complementary color
Monochromatic Colors of #ED0BE2
Black with #ED0BE2
Text Example
Text Example
White with #ED0BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0BE2; }
p { color: rgb(237,11,226); }
H1.HeaderClassName
{
color: #ED0BE2;
}
.AnyTagClassName
{
color: #ED0BE2;
}
</style>
background-color css
<style>
a { background-color: #ED0BE2; }
a { background-color: rgb(237,11,226); }
div.DivClassName
{
background-color: #ED0BE2;
}
.BgClassName
{
background-color: #ED0BE2;
}
</style>
border-color css
<style>
span { border-color: #ED0BE2; }
span { border-color: rgb(237,11,226); }
td.TdClassName
{
border-color: #ED0BE2;
}
.TagClassName
{
border-color: #ED0BE2;
}
</style>