Shades of Hot Magenta #EF00DA
Tints of Hot Magenta #EF00DA
RGB
CMYK
RGB Variations
Color information
#EF00DA (or 0xEF00DA) is known color: Hot Magenta. HEX triplet: EF, 00 and DA. RGB value is (239,0,218). Sum of RGB (Red+Green+Blue) = 239+0+218=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 0 (0.39% from 255 or 0% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF00DA is #10FF25. Grayscale: #5F5F5F. Windows color (decimal): -1113894 or 14287087. OLE color: 14287087.
HSL color Cylindrical-coordinate representation of color #EF00DA: hue angle of 305.27º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF00DA is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 218 | - |
| CMYK | 0 | 1 | 0.09 | 0.06 |
| HSL | 305.27º | 1% | 0.47% | - |
| HSV(B) | 305.27º | 1% | 0.94% | - |
| XYZ | 48.25 | 23.41 | 68.31 | - |
| YUV | 96.31 | 196.68 | 229.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 218 | 0 | 1 | 0.09 | 0.06 | 305.27 | 1 | 0.47 |
| Hex | EF | 0 | DA | 0 | 64 | 9 | 6 | 131 | 64 | 2F |
| Octal | 357 | 0 | 332 | 0 | 144 | 11 | 6 | 461 | 144 | 57 |
| Binary | 11101111 | 0 | 11011010 | 0 | 1100100 | 1001 | 110 | 100110001 | 1100100 | 101111 |
Color Harmonies of #EF00DA
Complementary color
Monochromatic Colors of #EF00DA
Black with #EF00DA
Text Example
Text Example
White with #EF00DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF00DA; }
p { color: rgb(239,0,218); }
H1.HeaderClassName
{
color: #EF00DA;
}
.AnyTagClassName
{
color: #EF00DA;
}
</style>
background-color css
<style>
a { background-color: #EF00DA; }
a { background-color: rgb(239,0,218); }
div.DivClassName
{
background-color: #EF00DA;
}
.BgClassName
{
background-color: #EF00DA;
}
</style>
border-color css
<style>
span { border-color: #EF00DA; }
span { border-color: rgb(239,0,218); }
td.TdClassName
{
border-color: #EF00DA;
}
.TagClassName
{
border-color: #EF00DA;
}
</style>