Shades of Hot Magenta #EF08CE
Tints of Hot Magenta #EF08CE
RGB
CMYK
RGB Variations
Color information
#EF08CE (or 0xEF08CE) is known color: Hot Magenta. HEX triplet: EF, 08 and CE. RGB value is (239,8,206). Sum of RGB (Red+Green+Blue) = 239+8+206=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 8 (3.52% from 255 or 1.77% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF08CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF08CE is #10F731. Grayscale: #636363. Windows color (decimal): -1111858 or 13502703. OLE color: 13502703.
HSL color Cylindrical-coordinate representation of color #EF08CE: hue angle of 308.57º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF08CE is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 206 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.06 |
| HSL | 308.57º | 0.94% | 0.48% | - |
| HSV(B) | 308.57º | 0.97% | 0.94% | - |
| XYZ | 46.82 | 22.98 | 60.36 | - |
| YUV | 99.64 | 188.03 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 206 | 0 | 0.97 | 0.14 | 0.06 | 308.57 | 0.94 | 0.48 |
| Hex | EF | 8 | CE | 0 | 61 | E | 6 | 135 | 5E | 30 |
| Octal | 357 | 10 | 316 | 0 | 141 | 16 | 6 | 465 | 136 | 60 |
| Binary | 11101111 | 1000 | 11001110 | 0 | 1100001 | 1110 | 110 | 100110101 | 1011110 | 110000 |
Color Harmonies of #EF08CE
Complementary color
Monochromatic Colors of #EF08CE
Black with #EF08CE
Text Example
Text Example
White with #EF08CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF08CE; }
p { color: rgb(239,8,206); }
H1.HeaderClassName
{
color: #EF08CE;
}
.AnyTagClassName
{
color: #EF08CE;
}
</style>
background-color css
<style>
a { background-color: #EF08CE; }
a { background-color: rgb(239,8,206); }
div.DivClassName
{
background-color: #EF08CE;
}
.BgClassName
{
background-color: #EF08CE;
}
</style>
border-color css
<style>
span { border-color: #EF08CE; }
span { border-color: rgb(239,8,206); }
td.TdClassName
{
border-color: #EF08CE;
}
.TagClassName
{
border-color: #EF08CE;
}
</style>