Shades of Hot Magenta #EF02D0
Tints of Hot Magenta #EF02D0
RGB
CMYK
RGB Variations
Color information
#EF02D0 (or 0xEF02D0) is known color: Hot Magenta. HEX triplet: EF, 02 and D0. RGB value is (239,2,208). Sum of RGB (Red+Green+Blue) = 239+2+208=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 2 (1.17% from 255 or 0.45% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF02D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF02D0 is #10FD2F. Grayscale: #5F5F5F. Windows color (decimal): -1113392 or 13632239. OLE color: 13632239.
HSL color Cylindrical-coordinate representation of color #EF02D0: hue angle of 307.85º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF02D0 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 208 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.06 |
| HSL | 307.85º | 0.98% | 0.47% | - |
| HSV(B) | 307.85º | 0.99% | 0.94% | - |
| XYZ | 47 | 22.95 | 61.63 | - |
| YUV | 96.35 | 191.02 | 229.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 208 | 0 | 0.99 | 0.13 | 0.06 | 307.85 | 0.98 | 0.47 |
| Hex | EF | 2 | D0 | 0 | 63 | D | 6 | 134 | 62 | 2F |
| Octal | 357 | 2 | 320 | 0 | 143 | 15 | 6 | 464 | 142 | 57 |
| Binary | 11101111 | 10 | 11010000 | 0 | 1100011 | 1101 | 110 | 100110100 | 1100010 | 101111 |
Color Harmonies of #EF02D0
Complementary color
Monochromatic Colors of #EF02D0
Black with #EF02D0
Text Example
Text Example
White with #EF02D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF02D0; }
p { color: rgb(239,2,208); }
H1.HeaderClassName
{
color: #EF02D0;
}
.AnyTagClassName
{
color: #EF02D0;
}
</style>
background-color css
<style>
a { background-color: #EF02D0; }
a { background-color: rgb(239,2,208); }
div.DivClassName
{
background-color: #EF02D0;
}
.BgClassName
{
background-color: #EF02D0;
}
</style>
border-color css
<style>
span { border-color: #EF02D0; }
span { border-color: rgb(239,2,208); }
td.TdClassName
{
border-color: #EF02D0;
}
.TagClassName
{
border-color: #EF02D0;
}
</style>