Shades of Hot Magenta #EF06DD
Tints of Hot Magenta #EF06DD
RGB
CMYK
RGB Variations
Color information
#EF06DD (or 0xEF06DD) is known color: Hot Magenta. HEX triplet: EF, 06 and DD. RGB value is (239,6,221). Sum of RGB (Red+Green+Blue) = 239+6+221=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 6 (2.73% from 255 or 1.29% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF06DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF06DD is #10F922. Grayscale: #636363. Windows color (decimal): -1112355 or 14485231. OLE color: 14485231.
HSL color Cylindrical-coordinate representation of color #EF06DD: hue angle of 304.64º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF06DD is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 221 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.06 |
| HSL | 304.64º | 0.95% | 0.48% | - |
| HSV(B) | 304.64º | 0.97% | 0.94% | - |
| XYZ | 48.71 | 23.7 | 70.41 | - |
| YUV | 100.18 | 196.19 | 227.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 221 | 0 | 0.97 | 0.08 | 0.06 | 304.64 | 0.95 | 0.48 |
| Hex | EF | 6 | DD | 0 | 61 | 8 | 6 | 131 | 5F | 30 |
| Octal | 357 | 6 | 335 | 0 | 141 | 10 | 6 | 461 | 137 | 60 |
| Binary | 11101111 | 110 | 11011101 | 0 | 1100001 | 1000 | 110 | 100110001 | 1011111 | 110000 |
Color Harmonies of #EF06DD
Complementary color
Monochromatic Colors of #EF06DD
Black with #EF06DD
Text Example
Text Example
White with #EF06DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF06DD; }
p { color: rgb(239,6,221); }
H1.HeaderClassName
{
color: #EF06DD;
}
.AnyTagClassName
{
color: #EF06DD;
}
</style>
background-color css
<style>
a { background-color: #EF06DD; }
a { background-color: rgb(239,6,221); }
div.DivClassName
{
background-color: #EF06DD;
}
.BgClassName
{
background-color: #EF06DD;
}
</style>
border-color css
<style>
span { border-color: #EF06DD; }
span { border-color: rgb(239,6,221); }
td.TdClassName
{
border-color: #EF06DD;
}
.TagClassName
{
border-color: #EF06DD;
}
</style>