Shades of Hot Magenta #EF0BDA
Tints of Hot Magenta #EF0BDA
RGB
CMYK
RGB Variations
Color information
#EF0BDA (or 0xEF0BDA) is known color: Hot Magenta. HEX triplet: EF, 0B and DA. RGB value is (239,11,218). Sum of RGB (Red+Green+Blue) = 239+11+218=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 11 (4.69% from 255 or 2.35% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0BDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0BDA is #10F425. Grayscale: #666666. Windows color (decimal): -1111078 or 14289903. OLE color: 14289903.
HSL color Cylindrical-coordinate representation of color #EF0BDA: hue angle of 305.53º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0BDA is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 11 | 218 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.06 |
| HSL | 305.53º | 0.91% | 0.49% | - |
| HSV(B) | 305.53º | 0.95% | 0.94% | - |
| XYZ | 48.37 | 23.65 | 68.35 | - |
| YUV | 102.77 | 193.04 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 218 | 0 | 0.95 | 0.09 | 0.06 | 305.53 | 0.91 | 0.49 |
| Hex | EF | B | DA | 0 | 5F | 9 | 6 | 132 | 5B | 31 |
| Octal | 357 | 13 | 332 | 0 | 137 | 11 | 6 | 462 | 133 | 61 |
| Binary | 11101111 | 1011 | 11011010 | 0 | 1011111 | 1001 | 110 | 100110010 | 1011011 | 110001 |
Color Harmonies of #EF0BDA
Complementary color
Monochromatic Colors of #EF0BDA
Black with #EF0BDA
Text Example
Text Example
White with #EF0BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0BDA; }
p { color: rgb(239,11,218); }
H1.HeaderClassName
{
color: #EF0BDA;
}
.AnyTagClassName
{
color: #EF0BDA;
}
</style>
background-color css
<style>
a { background-color: #EF0BDA; }
a { background-color: rgb(239,11,218); }
div.DivClassName
{
background-color: #EF0BDA;
}
.BgClassName
{
background-color: #EF0BDA;
}
</style>
border-color css
<style>
span { border-color: #EF0BDA; }
span { border-color: rgb(239,11,218); }
td.TdClassName
{
border-color: #EF0BDA;
}
.TagClassName
{
border-color: #EF0BDA;
}
</style>