Shades of Hot Magenta #EF00CF
Tints of Hot Magenta #EF00CF
RGB
CMYK
RGB Variations
Color information
#EF00CF (or 0xEF00CF) is known color: Hot Magenta. HEX triplet: EF, 00 and CF. RGB value is (239,0,207). Sum of RGB (Red+Green+Blue) = 239+0+207=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 0 (0.39% from 255 or 0% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF00CF is #10FF30. Grayscale: #5E5E5E. Windows color (decimal): -1113905 or 13566191. OLE color: 13566191.
HSL color Cylindrical-coordinate representation of color #EF00CF: hue angle of 308.03º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF00CF is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 207 | - |
| CMYK | 0 | 1 | 0.13 | 0.06 |
| HSL | 308.03º | 1% | 0.47% | - |
| HSV(B) | 308.03º | 1% | 0.94% | - |
| XYZ | 46.86 | 22.86 | 60.97 | - |
| YUV | 95.06 | 191.18 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 207 | 0 | 1 | 0.13 | 0.06 | 308.03 | 1 | 0.47 |
| Hex | EF | 0 | CF | 0 | 64 | D | 6 | 134 | 64 | 2F |
| Octal | 357 | 0 | 317 | 0 | 144 | 15 | 6 | 464 | 144 | 57 |
| Binary | 11101111 | 0 | 11001111 | 0 | 1100100 | 1101 | 110 | 100110100 | 1100100 | 101111 |
Color Harmonies of #EF00CF
Complementary color
Monochromatic Colors of #EF00CF
Black with #EF00CF
Text Example
Text Example
White with #EF00CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF00CF; }
p { color: rgb(239,0,207); }
H1.HeaderClassName
{
color: #EF00CF;
}
.AnyTagClassName
{
color: #EF00CF;
}
</style>
background-color css
<style>
a { background-color: #EF00CF; }
a { background-color: rgb(239,0,207); }
div.DivClassName
{
background-color: #EF00CF;
}
.BgClassName
{
background-color: #EF00CF;
}
</style>
border-color css
<style>
span { border-color: #EF00CF; }
span { border-color: rgb(239,0,207); }
td.TdClassName
{
border-color: #EF00CF;
}
.TagClassName
{
border-color: #EF00CF;
}
</style>