Shades of Hot Magenta #EF06C8
Tints of Hot Magenta #EF06C8
RGB
CMYK
RGB Variations
Color information
#EF06C8 (or 0xEF06C8) is known color: Hot Magenta. HEX triplet: EF, 06 and C8. RGB value is (239,6,200). Sum of RGB (Red+Green+Blue) = 239+6+200=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 6 (2.73% from 255 or 1.35% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF06C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF06C8 is #10F937. Grayscale: #616161. Windows color (decimal): -1112376 or 13108975. OLE color: 13108975.
HSL color Cylindrical-coordinate representation of color #EF06C8: hue angle of 310.04º degrees, saturation: 0.95, 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 #EF06C8 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 200 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.06 |
| HSL | 310.04º | 0.95% | 0.48% | - |
| HSV(B) | 310.04º | 0.97% | 0.94% | - |
| XYZ | 46.09 | 22.65 | 56.59 | - |
| YUV | 97.78 | 185.69 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 200 | 0 | 0.97 | 0.16 | 0.06 | 310.04 | 0.95 | 0.48 |
| Hex | EF | 6 | C8 | 0 | 61 | 10 | 6 | 136 | 5F | 30 |
| Octal | 357 | 6 | 310 | 0 | 141 | 20 | 6 | 466 | 137 | 60 |
| Binary | 11101111 | 110 | 11001000 | 0 | 1100001 | 10000 | 110 | 100110110 | 1011111 | 110000 |
Color Harmonies of #EF06C8
Complementary color
Monochromatic Colors of #EF06C8
Black with #EF06C8
Text Example
Text Example
White with #EF06C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF06C8; }
p { color: rgb(239,6,200); }
H1.HeaderClassName
{
color: #EF06C8;
}
.AnyTagClassName
{
color: #EF06C8;
}
</style>
background-color css
<style>
a { background-color: #EF06C8; }
a { background-color: rgb(239,6,200); }
div.DivClassName
{
background-color: #EF06C8;
}
.BgClassName
{
background-color: #EF06C8;
}
</style>
border-color css
<style>
span { border-color: #EF06C8; }
span { border-color: rgb(239,6,200); }
td.TdClassName
{
border-color: #EF06C8;
}
.TagClassName
{
border-color: #EF06C8;
}
</style>