Shades of Hot Magenta #EF06CE
Tints of Hot Magenta #EF06CE
RGB
CMYK
RGB Variations
Color information
#EF06CE (or 0xEF06CE) is known color: Hot Magenta. HEX triplet: EF, 06 and CE. RGB value is (239,6,206). Sum of RGB (Red+Green+Blue) = 239+6+206=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 6 (2.73% from 255 or 1.33% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF06CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF06CE is #10F931. Grayscale: #616161. Windows color (decimal): -1112370 or 13502191. OLE color: 13502191.
HSL color Cylindrical-coordinate representation of color #EF06CE: hue angle of 308.5º 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 #EF06CE is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 6 | 206 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.06 |
| HSL | 308.5º | 0.95% | 0.48% | - |
| HSV(B) | 308.5º | 0.97% | 0.94% | - |
| XYZ | 46.8 | 22.94 | 60.35 | - |
| YUV | 98.47 | 188.69 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 6 | 206 | 0 | 0.97 | 0.14 | 0.06 | 308.5 | 0.95 | 0.48 |
| Hex | EF | 6 | CE | 0 | 61 | E | 6 | 134 | 5F | 30 |
| Octal | 357 | 6 | 316 | 0 | 141 | 16 | 6 | 464 | 137 | 60 |
| Binary | 11101111 | 110 | 11001110 | 0 | 1100001 | 1110 | 110 | 100110100 | 1011111 | 110000 |
Color Harmonies of #EF06CE
Complementary color
Monochromatic Colors of #EF06CE
Black with #EF06CE
Text Example
Text Example
White with #EF06CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF06CE; }
p { color: rgb(239,6,206); }
H1.HeaderClassName
{
color: #EF06CE;
}
.AnyTagClassName
{
color: #EF06CE;
}
</style>
background-color css
<style>
a { background-color: #EF06CE; }
a { background-color: rgb(239,6,206); }
div.DivClassName
{
background-color: #EF06CE;
}
.BgClassName
{
background-color: #EF06CE;
}
</style>
border-color css
<style>
span { border-color: #EF06CE; }
span { border-color: rgb(239,6,206); }
td.TdClassName
{
border-color: #EF06CE;
}
.TagClassName
{
border-color: #EF06CE;
}
</style>