Shades of Hot Magenta #EF15DD
Tints of Hot Magenta #EF15DD
RGB
CMYK
RGB Variations
Color information
#EF15DD (or 0xEF15DD) is known color: Hot Magenta. HEX triplet: EF, 15 and DD. RGB value is (239,21,221). Sum of RGB (Red+Green+Blue) = 239+21+221=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 21 (8.59% from 255 or 4.37% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF15DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF15DD is #10EA22. Grayscale: #6C6C6C. Windows color (decimal): -1108515 or 14489071. OLE color: 14489071.
HSL color Cylindrical-coordinate representation of color #EF15DD: hue angle of 304.95º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF15DD is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 221 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.06 |
| HSL | 304.95º | 0.87% | 0.51% | - |
| HSV(B) | 304.95º | 0.91% | 0.94% | - |
| XYZ | 48.92 | 24.11 | 70.48 | - |
| YUV | 108.98 | 191.22 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 221 | 0 | 0.91 | 0.08 | 0.06 | 304.95 | 0.87 | 0.51 |
| Hex | EF | 15 | DD | 0 | 5B | 8 | 6 | 131 | 57 | 33 |
| Octal | 357 | 25 | 335 | 0 | 133 | 10 | 6 | 461 | 127 | 63 |
| Binary | 11101111 | 10101 | 11011101 | 0 | 1011011 | 1000 | 110 | 100110001 | 1010111 | 110011 |
Color Harmonies of #EF15DD
Complementary color
Monochromatic Colors of #EF15DD
Black with #EF15DD
Text Example
Text Example
White with #EF15DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF15DD; }
p { color: rgb(239,21,221); }
H1.HeaderClassName
{
color: #EF15DD;
}
.AnyTagClassName
{
color: #EF15DD;
}
</style>
background-color css
<style>
a { background-color: #EF15DD; }
a { background-color: rgb(239,21,221); }
div.DivClassName
{
background-color: #EF15DD;
}
.BgClassName
{
background-color: #EF15DD;
}
</style>
border-color css
<style>
span { border-color: #EF15DD; }
span { border-color: rgb(239,21,221); }
td.TdClassName
{
border-color: #EF15DD;
}
.TagClassName
{
border-color: #EF15DD;
}
</style>