Shades of Hot Magenta #EF02C7
Tints of Hot Magenta #EF02C7
RGB
CMYK
RGB Variations
Color information
#EF02C7 (or 0xEF02C7) is known color: Hot Magenta. HEX triplet: EF, 02 and C7. RGB value is (239,2,199). Sum of RGB (Red+Green+Blue) = 239+2+199=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 2 (1.17% from 255 or 0.45% from 440); Blue value is 199 (78.12% from 255 or 45.23% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF02C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF02C7 is #10FD38. Grayscale: #5E5E5E. Windows color (decimal): -1113401 or 13042415. OLE color: 13042415.
HSL color Cylindrical-coordinate representation of color #EF02C7: hue angle of 310.13º 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 #EF02C7 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 199 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.06 |
| HSL | 310.13º | 0.98% | 0.47% | - |
| HSV(B) | 310.13º | 0.99% | 0.94% | - |
| XYZ | 45.93 | 22.52 | 55.96 | - |
| YUV | 95.32 | 186.52 | 230.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 199 | 0 | 0.99 | 0.17 | 0.06 | 310.13 | 0.98 | 0.47 |
| Hex | EF | 2 | C7 | 0 | 63 | 11 | 6 | 136 | 62 | 2F |
| Octal | 357 | 2 | 307 | 0 | 143 | 21 | 6 | 466 | 142 | 57 |
| Binary | 11101111 | 10 | 11000111 | 0 | 1100011 | 10001 | 110 | 100110110 | 1100010 | 101111 |
Color Harmonies of #EF02C7
Complementary color
Monochromatic Colors of #EF02C7
Black with #EF02C7
Text Example
Text Example
White with #EF02C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF02C7; }
p { color: rgb(239,2,199); }
H1.HeaderClassName
{
color: #EF02C7;
}
.AnyTagClassName
{
color: #EF02C7;
}
</style>
background-color css
<style>
a { background-color: #EF02C7; }
a { background-color: rgb(239,2,199); }
div.DivClassName
{
background-color: #EF02C7;
}
.BgClassName
{
background-color: #EF02C7;
}
</style>
border-color css
<style>
span { border-color: #EF02C7; }
span { border-color: rgb(239,2,199); }
td.TdClassName
{
border-color: #EF02C7;
}
.TagClassName
{
border-color: #EF02C7;
}
</style>