Shades of Hot Magenta #EF09CC
Tints of Hot Magenta #EF09CC
RGB
CMYK
RGB Variations
Color information
#EF09CC (or 0xEF09CC) is known color: Hot Magenta. HEX triplet: EF, 09 and CC. RGB value is (239,9,204). Sum of RGB (Red+Green+Blue) = 239+9+204=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 9 (3.91% from 255 or 1.99% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF09CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF09CC is #10F633. Grayscale: #636363. Windows color (decimal): -1111604 or 13371887. OLE color: 13371887.
HSL color Cylindrical-coordinate representation of color #EF09CC: hue angle of 309.13º degrees, saturation: 0.93, 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 #EF09CC is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 204 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.06 |
| HSL | 309.13º | 0.93% | 0.49% | - |
| HSV(B) | 309.13º | 0.96% | 0.94% | - |
| XYZ | 46.59 | 22.91 | 59.09 | - |
| YUV | 100 | 186.7 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 204 | 0 | 0.96 | 0.15 | 0.06 | 309.13 | 0.93 | 0.49 |
| Hex | EF | 9 | CC | 0 | 60 | F | 6 | 135 | 5D | 31 |
| Octal | 357 | 11 | 314 | 0 | 140 | 17 | 6 | 465 | 135 | 61 |
| Binary | 11101111 | 1001 | 11001100 | 0 | 1100000 | 1111 | 110 | 100110101 | 1011101 | 110001 |
Color Harmonies of #EF09CC
Complementary color
Monochromatic Colors of #EF09CC
Black with #EF09CC
Text Example
Text Example
White with #EF09CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF09CC; }
p { color: rgb(239,9,204); }
H1.HeaderClassName
{
color: #EF09CC;
}
.AnyTagClassName
{
color: #EF09CC;
}
</style>
background-color css
<style>
a { background-color: #EF09CC; }
a { background-color: rgb(239,9,204); }
div.DivClassName
{
background-color: #EF09CC;
}
.BgClassName
{
background-color: #EF09CC;
}
</style>
border-color css
<style>
span { border-color: #EF09CC; }
span { border-color: rgb(239,9,204); }
td.TdClassName
{
border-color: #EF09CC;
}
.TagClassName
{
border-color: #EF09CC;
}
</style>