Shades of Hot Magenta #EF0ACE
Tints of Hot Magenta #EF0ACE
RGB
CMYK
RGB Variations
Color information
#EF0ACE (or 0xEF0ACE) is known color: Hot Magenta. HEX triplet: EF, 0A and CE. RGB value is (239,10,206). Sum of RGB (Red+Green+Blue) = 239+10+206=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 10 (4.30% from 255 or 2.20% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0ACE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0ACE is #10F531. Grayscale: #646464. Windows color (decimal): -1111346 or 13503215. OLE color: 13503215.
HSL color Cylindrical-coordinate representation of color #EF0ACE: hue angle of 308.65º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0ACE is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 206 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.06 |
| HSL | 308.65º | 0.92% | 0.49% | - |
| HSV(B) | 308.65º | 0.96% | 0.94% | - |
| XYZ | 46.85 | 23.02 | 60.37 | - |
| YUV | 100.82 | 187.37 | 226.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 206 | 0 | 0.96 | 0.14 | 0.06 | 308.65 | 0.92 | 0.49 |
| Hex | EF | A | CE | 0 | 60 | E | 6 | 135 | 5C | 31 |
| Octal | 357 | 12 | 316 | 0 | 140 | 16 | 6 | 465 | 134 | 61 |
| Binary | 11101111 | 1010 | 11001110 | 0 | 1100000 | 1110 | 110 | 100110101 | 1011100 | 110001 |
Color Harmonies of #EF0ACE
Complementary color
Monochromatic Colors of #EF0ACE
Black with #EF0ACE
Text Example
Text Example
White with #EF0ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0ACE; }
p { color: rgb(239,10,206); }
H1.HeaderClassName
{
color: #EF0ACE;
}
.AnyTagClassName
{
color: #EF0ACE;
}
</style>
background-color css
<style>
a { background-color: #EF0ACE; }
a { background-color: rgb(239,10,206); }
div.DivClassName
{
background-color: #EF0ACE;
}
.BgClassName
{
background-color: #EF0ACE;
}
</style>
border-color css
<style>
span { border-color: #EF0ACE; }
span { border-color: rgb(239,10,206); }
td.TdClassName
{
border-color: #EF0ACE;
}
.TagClassName
{
border-color: #EF0ACE;
}
</style>