Shades of Hot Magenta #EF09D4
Tints of Hot Magenta #EF09D4
RGB
CMYK
RGB Variations
Color information
#EF09D4 (or 0xEF09D4) is known color: Hot Magenta. HEX triplet: EF, 09 and D4. RGB value is (239,9,212). Sum of RGB (Red+Green+Blue) = 239+9+212=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 9 (3.91% from 255 or 1.96% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF09D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF09D4 is #10F62B. Grayscale: #646464. Windows color (decimal): -1111596 or 13896175. OLE color: 13896175.
HSL color Cylindrical-coordinate representation of color #EF09D4: hue angle of 307.04º 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 #EF09D4 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 212 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.06 |
| HSL | 307.04º | 0.93% | 0.49% | - |
| HSV(B) | 307.04º | 0.96% | 0.94% | - |
| XYZ | 47.58 | 23.3 | 64.28 | - |
| YUV | 100.91 | 190.7 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 212 | 0 | 0.96 | 0.11 | 0.06 | 307.04 | 0.93 | 0.49 |
| Hex | EF | 9 | D4 | 0 | 60 | B | 6 | 133 | 5D | 31 |
| Octal | 357 | 11 | 324 | 0 | 140 | 13 | 6 | 463 | 135 | 61 |
| Binary | 11101111 | 1001 | 11010100 | 0 | 1100000 | 1011 | 110 | 100110011 | 1011101 | 110001 |
Color Harmonies of #EF09D4
Complementary color
Monochromatic Colors of #EF09D4
Black with #EF09D4
Text Example
Text Example
White with #EF09D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF09D4; }
p { color: rgb(239,9,212); }
H1.HeaderClassName
{
color: #EF09D4;
}
.AnyTagClassName
{
color: #EF09D4;
}
</style>
background-color css
<style>
a { background-color: #EF09D4; }
a { background-color: rgb(239,9,212); }
div.DivClassName
{
background-color: #EF09D4;
}
.BgClassName
{
background-color: #EF09D4;
}
</style>
border-color css
<style>
span { border-color: #EF09D4; }
span { border-color: rgb(239,9,212); }
td.TdClassName
{
border-color: #EF09D4;
}
.TagClassName
{
border-color: #EF09D4;
}
</style>