Shades of Hot Magenta #EF0DDC
Tints of Hot Magenta #EF0DDC
RGB
CMYK
RGB Variations
Color information
#EF0DDC (or 0xEF0DDC) is known color: Hot Magenta. HEX triplet: EF, 0D and DC. RGB value is (239,13,220). Sum of RGB (Red+Green+Blue) = 239+13+220=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 13 (5.47% from 255 or 2.75% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0DDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0DDC is #10F223. Grayscale: #676767. Windows color (decimal): -1110564 or 14421487. OLE color: 14421487.
HSL color Cylindrical-coordinate representation of color #EF0DDC: hue angle of 305.04º 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 #EF0DDC is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 220 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.06 |
| HSL | 305.04º | 0.9% | 0.49% | - |
| HSV(B) | 305.04º | 0.95% | 0.94% | - |
| XYZ | 48.66 | 23.81 | 69.74 | - |
| YUV | 104.17 | 193.37 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 220 | 0 | 0.95 | 0.08 | 0.06 | 305.04 | 0.9 | 0.49 |
| Hex | EF | D | DC | 0 | 5F | 8 | 6 | 131 | 5A | 31 |
| Octal | 357 | 15 | 334 | 0 | 137 | 10 | 6 | 461 | 132 | 61 |
| Binary | 11101111 | 1101 | 11011100 | 0 | 1011111 | 1000 | 110 | 100110001 | 1011010 | 110001 |
Color Harmonies of #EF0DDC
Complementary color
Monochromatic Colors of #EF0DDC
Black with #EF0DDC
Text Example
Text Example
White with #EF0DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0DDC; }
p { color: rgb(239,13,220); }
H1.HeaderClassName
{
color: #EF0DDC;
}
.AnyTagClassName
{
color: #EF0DDC;
}
</style>
background-color css
<style>
a { background-color: #EF0DDC; }
a { background-color: rgb(239,13,220); }
div.DivClassName
{
background-color: #EF0DDC;
}
.BgClassName
{
background-color: #EF0DDC;
}
</style>
border-color css
<style>
span { border-color: #EF0DDC; }
span { border-color: rgb(239,13,220); }
td.TdClassName
{
border-color: #EF0DDC;
}
.TagClassName
{
border-color: #EF0DDC;
}
</style>