Shades of Hot Magenta #EF0DD6
Tints of Hot Magenta #EF0DD6
RGB
CMYK
RGB Variations
Color information
#EF0DD6 (or 0xEF0DD6) is known color: Hot Magenta. HEX triplet: EF, 0D and D6. RGB value is (239,13,214). Sum of RGB (Red+Green+Blue) = 239+13+214=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 13 (5.47% from 255 or 2.79% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0DD6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0DD6 is #10F229. Grayscale: #666666. Windows color (decimal): -1110570 or 14028271. OLE color: 14028271.
HSL color Cylindrical-coordinate representation of color #EF0DD6: hue angle of 306.64º 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 #EF0DD6 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 214 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.06 |
| HSL | 306.64º | 0.9% | 0.49% | - |
| HSV(B) | 306.64º | 0.95% | 0.94% | - |
| XYZ | 47.88 | 23.49 | 65.63 | - |
| YUV | 103.49 | 190.37 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 214 | 0 | 0.95 | 0.10 | 0.06 | 306.64 | 0.9 | 0.49 |
| Hex | EF | D | D6 | 0 | 5F | A | 6 | 133 | 5A | 31 |
| Octal | 357 | 15 | 326 | 0 | 137 | 12 | 6 | 463 | 132 | 61 |
| Binary | 11101111 | 1101 | 11010110 | 0 | 1011111 | 1010 | 110 | 100110011 | 1011010 | 110001 |
Color Harmonies of #EF0DD6
Complementary color
Monochromatic Colors of #EF0DD6
Black with #EF0DD6
Text Example
Text Example
White with #EF0DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0DD6; }
p { color: rgb(239,13,214); }
H1.HeaderClassName
{
color: #EF0DD6;
}
.AnyTagClassName
{
color: #EF0DD6;
}
</style>
background-color css
<style>
a { background-color: #EF0DD6; }
a { background-color: rgb(239,13,214); }
div.DivClassName
{
background-color: #EF0DD6;
}
.BgClassName
{
background-color: #EF0DD6;
}
</style>
border-color css
<style>
span { border-color: #EF0DD6; }
span { border-color: rgb(239,13,214); }
td.TdClassName
{
border-color: #EF0DD6;
}
.TagClassName
{
border-color: #EF0DD6;
}
</style>