Shades of Hot Magenta #EF0BCD
Tints of Hot Magenta #EF0BCD
RGB
CMYK
RGB Variations
Color information
#EF0BCD (or 0xEF0BCD) is known color: Hot Magenta. HEX triplet: EF, 0B and CD. RGB value is (239,11,205). Sum of RGB (Red+Green+Blue) = 239+11+205=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 11 (4.69% from 255 or 2.42% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0BCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0BCD is #10F432. Grayscale: #646464. Windows color (decimal): -1111091 or 13437935. OLE color: 13437935.
HSL color Cylindrical-coordinate representation of color #EF0BCD: hue angle of 308.95º 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 #EF0BCD is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 11 | 205 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.06 |
| HSL | 308.95º | 0.91% | 0.49% | - |
| HSV(B) | 308.95º | 0.95% | 0.94% | - |
| XYZ | 46.74 | 23 | 59.73 | - |
| YUV | 101.29 | 186.54 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 205 | 0 | 0.95 | 0.14 | 0.06 | 308.95 | 0.91 | 0.49 |
| Hex | EF | B | CD | 0 | 5F | E | 6 | 135 | 5B | 31 |
| Octal | 357 | 13 | 315 | 0 | 137 | 16 | 6 | 465 | 133 | 61 |
| Binary | 11101111 | 1011 | 11001101 | 0 | 1011111 | 1110 | 110 | 100110101 | 1011011 | 110001 |
Color Harmonies of #EF0BCD
Complementary color
Monochromatic Colors of #EF0BCD
Black with #EF0BCD
Text Example
Text Example
White with #EF0BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0BCD; }
p { color: rgb(239,11,205); }
H1.HeaderClassName
{
color: #EF0BCD;
}
.AnyTagClassName
{
color: #EF0BCD;
}
</style>
background-color css
<style>
a { background-color: #EF0BCD; }
a { background-color: rgb(239,11,205); }
div.DivClassName
{
background-color: #EF0BCD;
}
.BgClassName
{
background-color: #EF0BCD;
}
</style>
border-color css
<style>
span { border-color: #EF0BCD; }
span { border-color: rgb(239,11,205); }
td.TdClassName
{
border-color: #EF0BCD;
}
.TagClassName
{
border-color: #EF0BCD;
}
</style>