Shades of Hot Magenta #EF03DA
Tints of Hot Magenta #EF03DA
RGB
CMYK
RGB Variations
Color information
#EF03DA (or 0xEF03DA) is known color: Hot Magenta. HEX triplet: EF, 03 and DA. RGB value is (239,3,218). Sum of RGB (Red+Green+Blue) = 239+3+218=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 3 (1.56% from 255 or 0.65% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF03DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF03DA is #10FC25. Grayscale: #616161. Windows color (decimal): -1113126 or 14287855. OLE color: 14287855.
HSL color Cylindrical-coordinate representation of color #EF03DA: hue angle of 305.34º 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 #EF03DA is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 218 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.06 |
| HSL | 305.34º | 0.98% | 0.47% | - |
| HSV(B) | 305.34º | 0.99% | 0.94% | - |
| XYZ | 48.28 | 23.48 | 68.32 | - |
| YUV | 98.07 | 195.69 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 218 | 0 | 0.99 | 0.09 | 0.06 | 305.34 | 0.98 | 0.47 |
| Hex | EF | 3 | DA | 0 | 63 | 9 | 6 | 131 | 62 | 2F |
| Octal | 357 | 3 | 332 | 0 | 143 | 11 | 6 | 461 | 142 | 57 |
| Binary | 11101111 | 11 | 11011010 | 0 | 1100011 | 1001 | 110 | 100110001 | 1100010 | 101111 |
Color Harmonies of #EF03DA
Complementary color
Monochromatic Colors of #EF03DA
Black with #EF03DA
Text Example
Text Example
White with #EF03DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF03DA; }
p { color: rgb(239,3,218); }
H1.HeaderClassName
{
color: #EF03DA;
}
.AnyTagClassName
{
color: #EF03DA;
}
</style>
background-color css
<style>
a { background-color: #EF03DA; }
a { background-color: rgb(239,3,218); }
div.DivClassName
{
background-color: #EF03DA;
}
.BgClassName
{
background-color: #EF03DA;
}
</style>
border-color css
<style>
span { border-color: #EF03DA; }
span { border-color: rgb(239,3,218); }
td.TdClassName
{
border-color: #EF03DA;
}
.TagClassName
{
border-color: #EF03DA;
}
</style>