Shades of Hot Magenta #ED0CDB
Tints of Hot Magenta #ED0CDB
RGB
CMYK
RGB Variations
Color information
#ED0CDB (or 0xED0CDB) is known color: Hot Magenta. HEX triplet: ED, 0C and DB. RGB value is (237,12,219). Sum of RGB (Red+Green+Blue) = 237+12+219=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 12 (5.08% from 255 or 2.56% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0CDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #ED0CDB is #12F324. Grayscale: #666666. Windows color (decimal): -1241893 or 14355693. OLE color: 14355693.
HSL color Cylindrical-coordinate representation of color #ED0CDB: hue angle of 304.8º degrees, saturation: 0.9, 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 #ED0CDB is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 12 | 219 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.07 |
| HSL | 304.8º | 0.9% | 0.49% | - |
| HSV(B) | 304.8º | 0.95% | 0.93% | - |
| XYZ | 47.84 | 23.38 | 69.01 | - |
| YUV | 102.87 | 193.54 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 12 | 219 | 0 | 0.95 | 0.08 | 0.07 | 304.8 | 0.9 | 0.49 |
| Hex | ED | C | DB | 0 | 5F | 8 | 7 | 131 | 5A | 31 |
| Octal | 355 | 14 | 333 | 0 | 137 | 10 | 7 | 461 | 132 | 61 |
| Binary | 11101101 | 1100 | 11011011 | 0 | 1011111 | 1000 | 111 | 100110001 | 1011010 | 110001 |
Color Harmonies of #ED0CDB
Complementary color
Monochromatic Colors of #ED0CDB
Black with #ED0CDB
Text Example
Text Example
White with #ED0CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0CDB; }
p { color: rgb(237,12,219); }
H1.HeaderClassName
{
color: #ED0CDB;
}
.AnyTagClassName
{
color: #ED0CDB;
}
</style>
background-color css
<style>
a { background-color: #ED0CDB; }
a { background-color: rgb(237,12,219); }
div.DivClassName
{
background-color: #ED0CDB;
}
.BgClassName
{
background-color: #ED0CDB;
}
</style>
border-color css
<style>
span { border-color: #ED0CDB; }
span { border-color: rgb(237,12,219); }
td.TdClassName
{
border-color: #ED0CDB;
}
.TagClassName
{
border-color: #ED0CDB;
}
</style>