Shades of Hot Magenta #EF01CF
Tints of Hot Magenta #EF01CF
RGB
CMYK
RGB Variations
Color information
#EF01CF (or 0xEF01CF) is known color: Hot Magenta. HEX triplet: EF, 01 and CF. RGB value is (239,1,207). Sum of RGB (Red+Green+Blue) = 239+1+207=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 1 (0.78% from 255 or 0.22% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF01CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF01CF is #10FE30. Grayscale: #5F5F5F. Windows color (decimal): -1113649 or 13566447. OLE color: 13566447.
HSL color Cylindrical-coordinate representation of color #EF01CF: hue angle of 308.07º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF01CF is Cyan = 0, Magento = 1.00, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 207 | - |
| CMYK | 0 | 1.00 | 0.13 | 0.06 |
| HSL | 308.07º | 0.99% | 0.47% | - |
| HSV(B) | 308.07º | 1% | 0.94% | - |
| XYZ | 46.87 | 22.88 | 60.98 | - |
| YUV | 95.65 | 190.85 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 207 | 0 | 1.00 | 0.13 | 0.06 | 308.07 | 0.99 | 0.47 |
| Hex | EF | 1 | CF | 0 | 64 | D | 6 | 134 | 63 | 2F |
| Octal | 357 | 1 | 317 | 0 | 144 | 15 | 6 | 464 | 143 | 57 |
| Binary | 11101111 | 1 | 11001111 | 0 | 1100100 | 1101 | 110 | 100110100 | 1100011 | 101111 |
Color Harmonies of #EF01CF
Complementary color
Monochromatic Colors of #EF01CF
Black with #EF01CF
Text Example
Text Example
White with #EF01CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF01CF; }
p { color: rgb(239,1,207); }
H1.HeaderClassName
{
color: #EF01CF;
}
.AnyTagClassName
{
color: #EF01CF;
}
</style>
background-color css
<style>
a { background-color: #EF01CF; }
a { background-color: rgb(239,1,207); }
div.DivClassName
{
background-color: #EF01CF;
}
.BgClassName
{
background-color: #EF01CF;
}
</style>
border-color css
<style>
span { border-color: #EF01CF; }
span { border-color: rgb(239,1,207); }
td.TdClassName
{
border-color: #EF01CF;
}
.TagClassName
{
border-color: #EF01CF;
}
</style>