Shades of Hot Magenta #EF0DDF
Tints of Hot Magenta #EF0DDF
RGB
CMYK
RGB Variations
Color information
#EF0DDF (or 0xEF0DDF) is known color: Hot Magenta. HEX triplet: EF, 0D and DF. RGB value is (239,13,223). Sum of RGB (Red+Green+Blue) = 239+13+223=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 13 (5.47% from 255 or 2.74% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0DDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0DDF is #10F220. Grayscale: #676767. Windows color (decimal): -1110561 or 14618095. OLE color: 14618095.
HSL color Cylindrical-coordinate representation of color #EF0DDF: hue angle of 304.25º 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 #EF0DDF is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 223 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.06 |
| HSL | 304.25º | 0.9% | 0.49% | - |
| HSV(B) | 304.25º | 0.95% | 0.94% | - |
| XYZ | 49.06 | 23.97 | 71.85 | - |
| YUV | 104.51 | 194.87 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 223 | 0 | 0.95 | 0.07 | 0.06 | 304.25 | 0.9 | 0.49 |
| Hex | EF | D | DF | 0 | 5F | 7 | 6 | 130 | 5A | 31 |
| Octal | 357 | 15 | 337 | 0 | 137 | 7 | 6 | 460 | 132 | 61 |
| Binary | 11101111 | 1101 | 11011111 | 0 | 1011111 | 111 | 110 | 100110000 | 1011010 | 110001 |
Color Harmonies of #EF0DDF
Complementary color
Monochromatic Colors of #EF0DDF
Black with #EF0DDF
Text Example
Text Example
White with #EF0DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0DDF; }
p { color: rgb(239,13,223); }
H1.HeaderClassName
{
color: #EF0DDF;
}
.AnyTagClassName
{
color: #EF0DDF;
}
</style>
background-color css
<style>
a { background-color: #EF0DDF; }
a { background-color: rgb(239,13,223); }
div.DivClassName
{
background-color: #EF0DDF;
}
.BgClassName
{
background-color: #EF0DDF;
}
</style>
border-color css
<style>
span { border-color: #EF0DDF; }
span { border-color: rgb(239,13,223); }
td.TdClassName
{
border-color: #EF0DDF;
}
.TagClassName
{
border-color: #EF0DDF;
}
</style>