Shades of Hot Magenta #EF09D3
Tints of Hot Magenta #EF09D3
RGB
CMYK
RGB Variations
Color information
#EF09D3 (or 0xEF09D3) is known color: Hot Magenta. HEX triplet: EF, 09 and D3. RGB value is (239,9,211). Sum of RGB (Red+Green+Blue) = 239+9+211=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 9 (3.91% from 255 or 1.96% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF09D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF09D3 is #10F62C. Grayscale: #646464. Windows color (decimal): -1111597 or 13830639. OLE color: 13830639.
HSL color Cylindrical-coordinate representation of color #EF09D3: hue angle of 307.3º 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 #EF09D3 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 211 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.06 |
| HSL | 307.3º | 0.93% | 0.49% | - |
| HSV(B) | 307.3º | 0.96% | 0.94% | - |
| XYZ | 47.45 | 23.25 | 63.61 | - |
| YUV | 100.8 | 190.2 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 211 | 0 | 0.96 | 0.12 | 0.06 | 307.3 | 0.93 | 0.49 |
| Hex | EF | 9 | D3 | 0 | 60 | C | 6 | 133 | 5D | 31 |
| Octal | 357 | 11 | 323 | 0 | 140 | 14 | 6 | 463 | 135 | 61 |
| Binary | 11101111 | 1001 | 11010011 | 0 | 1100000 | 1100 | 110 | 100110011 | 1011101 | 110001 |
Color Harmonies of #EF09D3
Complementary color
Monochromatic Colors of #EF09D3
Black with #EF09D3
Text Example
Text Example
White with #EF09D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF09D3; }
p { color: rgb(239,9,211); }
H1.HeaderClassName
{
color: #EF09D3;
}
.AnyTagClassName
{
color: #EF09D3;
}
</style>
background-color css
<style>
a { background-color: #EF09D3; }
a { background-color: rgb(239,9,211); }
div.DivClassName
{
background-color: #EF09D3;
}
.BgClassName
{
background-color: #EF09D3;
}
</style>
border-color css
<style>
span { border-color: #EF09D3; }
span { border-color: rgb(239,9,211); }
td.TdClassName
{
border-color: #EF09D3;
}
.TagClassName
{
border-color: #EF09D3;
}
</style>