Shades of Hot Magenta #EF0ACC
Tints of Hot Magenta #EF0ACC
RGB
CMYK
RGB Variations
Color information
#EF0ACC (or 0xEF0ACC) is known color: Hot Magenta. HEX triplet: EF, 0A and CC. RGB value is (239,10,204). Sum of RGB (Red+Green+Blue) = 239+10+204=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 10 (4.30% from 255 or 2.21% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0ACC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0ACC is #10F533. Grayscale: #646464. Windows color (decimal): -1111348 or 13372143. OLE color: 13372143.
HSL color Cylindrical-coordinate representation of color #EF0ACC: hue angle of 309.17º 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 #EF0ACC is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 10 | 204 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.06 |
| HSL | 309.17º | 0.92% | 0.49% | - |
| HSV(B) | 309.17º | 0.96% | 0.94% | - |
| XYZ | 46.6 | 22.93 | 59.1 | - |
| YUV | 100.59 | 186.37 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 10 | 204 | 0 | 0.96 | 0.15 | 0.06 | 309.17 | 0.92 | 0.49 |
| Hex | EF | A | CC | 0 | 60 | F | 6 | 135 | 5C | 31 |
| Octal | 357 | 12 | 314 | 0 | 140 | 17 | 6 | 465 | 134 | 61 |
| Binary | 11101111 | 1010 | 11001100 | 0 | 1100000 | 1111 | 110 | 100110101 | 1011100 | 110001 |
Color Harmonies of #EF0ACC
Complementary color
Monochromatic Colors of #EF0ACC
Black with #EF0ACC
Text Example
Text Example
White with #EF0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0ACC; }
p { color: rgb(239,10,204); }
H1.HeaderClassName
{
color: #EF0ACC;
}
.AnyTagClassName
{
color: #EF0ACC;
}
</style>
background-color css
<style>
a { background-color: #EF0ACC; }
a { background-color: rgb(239,10,204); }
div.DivClassName
{
background-color: #EF0ACC;
}
.BgClassName
{
background-color: #EF0ACC;
}
</style>
border-color css
<style>
span { border-color: #EF0ACC; }
span { border-color: rgb(239,10,204); }
td.TdClassName
{
border-color: #EF0ACC;
}
.TagClassName
{
border-color: #EF0ACC;
}
</style>