Shades of Hot Magenta #EF03DD
Tints of Hot Magenta #EF03DD
RGB
CMYK
RGB Variations
Color information
#EF03DD (or 0xEF03DD) is known color: Hot Magenta. HEX triplet: EF, 03 and DD. RGB value is (239,3,221). Sum of RGB (Red+Green+Blue) = 239+3+221=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 3 (1.56% from 255 or 0.65% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF03DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF03DD is #10FC22. Grayscale: #616161. Windows color (decimal): -1113123 or 14484463. OLE color: 14484463.
HSL color Cylindrical-coordinate representation of color #EF03DD: hue angle of 304.58º 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 #EF03DD is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 221 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.06 |
| HSL | 304.58º | 0.98% | 0.47% | - |
| HSV(B) | 304.58º | 0.99% | 0.94% | - |
| XYZ | 48.68 | 23.64 | 70.4 | - |
| YUV | 98.42 | 197.19 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 221 | 0 | 0.99 | 0.08 | 0.06 | 304.58 | 0.98 | 0.47 |
| Hex | EF | 3 | DD | 0 | 63 | 8 | 6 | 131 | 62 | 2F |
| Octal | 357 | 3 | 335 | 0 | 143 | 10 | 6 | 461 | 142 | 57 |
| Binary | 11101111 | 11 | 11011101 | 0 | 1100011 | 1000 | 110 | 100110001 | 1100010 | 101111 |
Color Harmonies of #EF03DD
Complementary color
Monochromatic Colors of #EF03DD
Black with #EF03DD
Text Example
Text Example
White with #EF03DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF03DD; }
p { color: rgb(239,3,221); }
H1.HeaderClassName
{
color: #EF03DD;
}
.AnyTagClassName
{
color: #EF03DD;
}
</style>
background-color css
<style>
a { background-color: #EF03DD; }
a { background-color: rgb(239,3,221); }
div.DivClassName
{
background-color: #EF03DD;
}
.BgClassName
{
background-color: #EF03DD;
}
</style>
border-color css
<style>
span { border-color: #EF03DD; }
span { border-color: rgb(239,3,221); }
td.TdClassName
{
border-color: #EF03DD;
}
.TagClassName
{
border-color: #EF03DD;
}
</style>