Shades of Hot Magenta #EF0BDB
Tints of Hot Magenta #EF0BDB
RGB
CMYK
RGB Variations
Color information
#EF0BDB (or 0xEF0BDB) is known color: Hot Magenta. HEX triplet: EF, 0B and DB. RGB value is (239,11,219). Sum of RGB (Red+Green+Blue) = 239+11+219=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 11 (4.69% from 255 or 2.35% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0BDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0BDB is #10F424. Grayscale: #666666. Windows color (decimal): -1111077 or 14355439. OLE color: 14355439.
HSL color Cylindrical-coordinate representation of color #EF0BDB: hue angle of 305.26º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0BDB is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 11 | 219 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.06 |
| HSL | 305.26º | 0.91% | 0.49% | - |
| HSV(B) | 305.26º | 0.95% | 0.94% | - |
| XYZ | 48.5 | 23.7 | 69.04 | - |
| YUV | 102.88 | 193.54 | 225.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 219 | 0 | 0.95 | 0.08 | 0.06 | 305.26 | 0.91 | 0.49 |
| Hex | EF | B | DB | 0 | 5F | 8 | 6 | 131 | 5B | 31 |
| Octal | 357 | 13 | 333 | 0 | 137 | 10 | 6 | 461 | 133 | 61 |
| Binary | 11101111 | 1011 | 11011011 | 0 | 1011111 | 1000 | 110 | 100110001 | 1011011 | 110001 |
Color Harmonies of #EF0BDB
Complementary color
Monochromatic Colors of #EF0BDB
Black with #EF0BDB
Text Example
Text Example
White with #EF0BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0BDB; }
p { color: rgb(239,11,219); }
H1.HeaderClassName
{
color: #EF0BDB;
}
.AnyTagClassName
{
color: #EF0BDB;
}
</style>
background-color css
<style>
a { background-color: #EF0BDB; }
a { background-color: rgb(239,11,219); }
div.DivClassName
{
background-color: #EF0BDB;
}
.BgClassName
{
background-color: #EF0BDB;
}
</style>
border-color css
<style>
span { border-color: #EF0BDB; }
span { border-color: rgb(239,11,219); }
td.TdClassName
{
border-color: #EF0BDB;
}
.TagClassName
{
border-color: #EF0BDB;
}
</style>