Shades of Hot Magenta #ED0BDF
Tints of Hot Magenta #ED0BDF
RGB
CMYK
RGB Variations
Color information
#ED0BDF (or 0xED0BDF) is known color: Hot Magenta. HEX triplet: ED, 0B and DF. RGB value is (237,11,223). Sum of RGB (Red+Green+Blue) = 237+11+223=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 11 (4.69% from 255 or 2.34% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0BDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0BDF is #12F420. Grayscale: #666666. Windows color (decimal): -1242145 or 14617581. OLE color: 14617581.
HSL color Cylindrical-coordinate representation of color #ED0BDF: hue angle of 303.72º 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 #ED0BDF is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 11 | 223 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.07 |
| HSL | 303.72º | 0.91% | 0.49% | - |
| HSV(B) | 303.72º | 0.95% | 0.93% | - |
| XYZ | 48.36 | 23.57 | 71.81 | - |
| YUV | 102.74 | 195.87 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 11 | 223 | 0 | 0.95 | 0.06 | 0.07 | 303.72 | 0.91 | 0.49 |
| Hex | ED | B | DF | 0 | 5F | 6 | 7 | 130 | 5B | 31 |
| Octal | 355 | 13 | 337 | 0 | 137 | 6 | 7 | 460 | 133 | 61 |
| Binary | 11101101 | 1011 | 11011111 | 0 | 1011111 | 110 | 111 | 100110000 | 1011011 | 110001 |
Color Harmonies of #ED0BDF
Complementary color
Monochromatic Colors of #ED0BDF
Black with #ED0BDF
Text Example
Text Example
White with #ED0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0BDF; }
p { color: rgb(237,11,223); }
H1.HeaderClassName
{
color: #ED0BDF;
}
.AnyTagClassName
{
color: #ED0BDF;
}
</style>
background-color css
<style>
a { background-color: #ED0BDF; }
a { background-color: rgb(237,11,223); }
div.DivClassName
{
background-color: #ED0BDF;
}
.BgClassName
{
background-color: #ED0BDF;
}
</style>
border-color css
<style>
span { border-color: #ED0BDF; }
span { border-color: rgb(237,11,223); }
td.TdClassName
{
border-color: #ED0BDF;
}
.TagClassName
{
border-color: #ED0BDF;
}
</style>