Shades of Hot Magenta #EF0BDE
Tints of Hot Magenta #EF0BDE
RGB
CMYK
RGB Variations
Color information
#EF0BDE (or 0xEF0BDE) is known color: Hot Magenta. HEX triplet: EF, 0B and DE. RGB value is (239,11,222). Sum of RGB (Red+Green+Blue) = 239+11+222=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 11 (4.69% from 255 or 2.33% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0BDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0BDE is #10F421. Grayscale: #666666. Windows color (decimal): -1111074 or 14552047. OLE color: 14552047.
HSL color Cylindrical-coordinate representation of color #EF0BDE: hue angle of 304.47º 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 #EF0BDE is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 11 | 222 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.06 |
| HSL | 304.47º | 0.91% | 0.49% | - |
| HSV(B) | 304.47º | 0.95% | 0.94% | - |
| XYZ | 48.9 | 23.86 | 71.14 | - |
| YUV | 103.23 | 195.04 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 222 | 0 | 0.95 | 0.07 | 0.06 | 304.47 | 0.91 | 0.49 |
| Hex | EF | B | DE | 0 | 5F | 7 | 6 | 130 | 5B | 31 |
| Octal | 357 | 13 | 336 | 0 | 137 | 7 | 6 | 460 | 133 | 61 |
| Binary | 11101111 | 1011 | 11011110 | 0 | 1011111 | 111 | 110 | 100110000 | 1011011 | 110001 |
Color Harmonies of #EF0BDE
Complementary color
Monochromatic Colors of #EF0BDE
Black with #EF0BDE
Text Example
Text Example
White with #EF0BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0BDE; }
p { color: rgb(239,11,222); }
H1.HeaderClassName
{
color: #EF0BDE;
}
.AnyTagClassName
{
color: #EF0BDE;
}
</style>
background-color css
<style>
a { background-color: #EF0BDE; }
a { background-color: rgb(239,11,222); }
div.DivClassName
{
background-color: #EF0BDE;
}
.BgClassName
{
background-color: #EF0BDE;
}
</style>
border-color css
<style>
span { border-color: #EF0BDE; }
span { border-color: rgb(239,11,222); }
td.TdClassName
{
border-color: #EF0BDE;
}
.TagClassName
{
border-color: #EF0BDE;
}
</style>