Shades of Hot Magenta #EF01CC
Tints of Hot Magenta #EF01CC
RGB
CMYK
RGB Variations
Color information
#EF01CC (or 0xEF01CC) is known color: Hot Magenta. HEX triplet: EF, 01 and CC. RGB value is (239,1,204). Sum of RGB (Red+Green+Blue) = 239+1+204=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 1 (0.78% from 255 or 0.23% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF01CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF01CC is #10FE33. Grayscale: #5E5E5E. Windows color (decimal): -1113652 or 13369839. OLE color: 13369839.
HSL color Cylindrical-coordinate representation of color #EF01CC: hue angle of 308.82º 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 #EF01CC is Cyan = 0, Magento = 1.00, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 1 | 204 | - |
| CMYK | 0 | 1.00 | 0.15 | 0.06 |
| HSL | 308.82º | 0.99% | 0.47% | - |
| HSV(B) | 308.82º | 1% | 0.94% | - |
| XYZ | 46.51 | 22.73 | 59.06 | - |
| YUV | 95.3 | 189.35 | 230.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 1 | 204 | 0 | 1.00 | 0.15 | 0.06 | 308.82 | 0.99 | 0.47 |
| Hex | EF | 1 | CC | 0 | 64 | F | 6 | 135 | 63 | 2F |
| Octal | 357 | 1 | 314 | 0 | 144 | 17 | 6 | 465 | 143 | 57 |
| Binary | 11101111 | 1 | 11001100 | 0 | 1100100 | 1111 | 110 | 100110101 | 1100011 | 101111 |
Color Harmonies of #EF01CC
Complementary color
Monochromatic Colors of #EF01CC
Black with #EF01CC
Text Example
Text Example
White with #EF01CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF01CC; }
p { color: rgb(239,1,204); }
H1.HeaderClassName
{
color: #EF01CC;
}
.AnyTagClassName
{
color: #EF01CC;
}
</style>
background-color css
<style>
a { background-color: #EF01CC; }
a { background-color: rgb(239,1,204); }
div.DivClassName
{
background-color: #EF01CC;
}
.BgClassName
{
background-color: #EF01CC;
}
</style>
border-color css
<style>
span { border-color: #EF01CC; }
span { border-color: rgb(239,1,204); }
td.TdClassName
{
border-color: #EF01CC;
}
.TagClassName
{
border-color: #EF01CC;
}
</style>