Shades of Hot Magenta #EF0DDB
Tints of Hot Magenta #EF0DDB
RGB
CMYK
RGB Variations
Color information
#EF0DDB (or 0xEF0DDB) is known color: Hot Magenta. HEX triplet: EF, 0D and DB. RGB value is (239,13,219). Sum of RGB (Red+Green+Blue) = 239+13+219=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 13 (5.47% from 255 or 2.76% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0DDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0DDB is #10F224. Grayscale: #676767. Windows color (decimal): -1110565 or 14355951. OLE color: 14355951.
HSL color Cylindrical-coordinate representation of color #EF0DDB: hue angle of 305.31º degrees, saturation: 0.9, 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 #EF0DDB is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 219 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.06 |
| HSL | 305.31º | 0.9% | 0.49% | - |
| HSV(B) | 305.31º | 0.95% | 0.94% | - |
| XYZ | 48.53 | 23.75 | 69.04 | - |
| YUV | 104.06 | 192.87 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 219 | 0 | 0.95 | 0.08 | 0.06 | 305.31 | 0.9 | 0.49 |
| Hex | EF | D | DB | 0 | 5F | 8 | 6 | 131 | 5A | 31 |
| Octal | 357 | 15 | 333 | 0 | 137 | 10 | 6 | 461 | 132 | 61 |
| Binary | 11101111 | 1101 | 11011011 | 0 | 1011111 | 1000 | 110 | 100110001 | 1011010 | 110001 |
Color Harmonies of #EF0DDB
Complementary color
Monochromatic Colors of #EF0DDB
Black with #EF0DDB
Text Example
Text Example
White with #EF0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0DDB; }
p { color: rgb(239,13,219); }
H1.HeaderClassName
{
color: #EF0DDB;
}
.AnyTagClassName
{
color: #EF0DDB;
}
</style>
background-color css
<style>
a { background-color: #EF0DDB; }
a { background-color: rgb(239,13,219); }
div.DivClassName
{
background-color: #EF0DDB;
}
.BgClassName
{
background-color: #EF0DDB;
}
</style>
border-color css
<style>
span { border-color: #EF0DDB; }
span { border-color: rgb(239,13,219); }
td.TdClassName
{
border-color: #EF0DDB;
}
.TagClassName
{
border-color: #EF0DDB;
}
</style>