Shades of Hot Magenta #EF03D0
Tints of Hot Magenta #EF03D0
RGB
CMYK
RGB Variations
Color information
#EF03D0 (or 0xEF03D0) is known color: Hot Magenta. HEX triplet: EF, 03 and D0. RGB value is (239,3,208). Sum of RGB (Red+Green+Blue) = 239+3+208=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 3 (1.56% from 255 or 0.67% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF03D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF03D0 is #10FC2F. Grayscale: #606060. Windows color (decimal): -1113136 or 13632495. OLE color: 13632495.
HSL color Cylindrical-coordinate representation of color #EF03D0: hue angle of 307.88º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF03D0 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 208 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.06 |
| HSL | 307.88º | 0.98% | 0.47% | - |
| HSV(B) | 307.88º | 0.99% | 0.94% | - |
| XYZ | 47.01 | 22.97 | 61.63 | - |
| YUV | 96.93 | 190.69 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 208 | 0 | 0.99 | 0.13 | 0.06 | 307.88 | 0.98 | 0.47 |
| Hex | EF | 3 | D0 | 0 | 63 | D | 6 | 134 | 62 | 2F |
| Octal | 357 | 3 | 320 | 0 | 143 | 15 | 6 | 464 | 142 | 57 |
| Binary | 11101111 | 11 | 11010000 | 0 | 1100011 | 1101 | 110 | 100110100 | 1100010 | 101111 |
Color Harmonies of #EF03D0
Complementary color
Monochromatic Colors of #EF03D0
Black with #EF03D0
Text Example
Text Example
White with #EF03D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF03D0; }
p { color: rgb(239,3,208); }
H1.HeaderClassName
{
color: #EF03D0;
}
.AnyTagClassName
{
color: #EF03D0;
}
</style>
background-color css
<style>
a { background-color: #EF03D0; }
a { background-color: rgb(239,3,208); }
div.DivClassName
{
background-color: #EF03D0;
}
.BgClassName
{
background-color: #EF03D0;
}
</style>
border-color css
<style>
span { border-color: #EF03D0; }
span { border-color: rgb(239,3,208); }
td.TdClassName
{
border-color: #EF03D0;
}
.TagClassName
{
border-color: #EF03D0;
}
</style>