Shades of Hot Magenta #EE0BDB
Tints of Hot Magenta #EE0BDB
RGB
CMYK
RGB Variations
Color information
#EE0BDB (or 0xEE0BDB) is known color: Hot Magenta. HEX triplet: EE, 0B and DB. RGB value is (238,11,219). Sum of RGB (Red+Green+Blue) = 238+11+219=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 11 (4.69% from 255 or 2.35% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0BDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0BDB is #11F424. Grayscale: #656565. Windows color (decimal): -1176613 or 14355438. OLE color: 14355438.
HSL color Cylindrical-coordinate representation of color #EE0BDB: hue angle of 305.02º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0BDB is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 11 | 219 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.07 |
| HSL | 305.02º | 0.91% | 0.49% | - |
| HSV(B) | 305.02º | 0.95% | 0.93% | - |
| XYZ | 48.17 | 23.53 | 69.02 | - |
| YUV | 102.59 | 193.71 | 224.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 11 | 219 | 0 | 0.95 | 0.08 | 0.07 | 305.02 | 0.91 | 0.49 |
| Hex | EE | B | DB | 0 | 5F | 8 | 7 | 131 | 5B | 31 |
| Octal | 356 | 13 | 333 | 0 | 137 | 10 | 7 | 461 | 133 | 61 |
| Binary | 11101110 | 1011 | 11011011 | 0 | 1011111 | 1000 | 111 | 100110001 | 1011011 | 110001 |
Color Harmonies of #EE0BDB
Complementary color
Monochromatic Colors of #EE0BDB
Black with #EE0BDB
Text Example
Text Example
White with #EE0BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0BDB; }
p { color: rgb(238,11,219); }
H1.HeaderClassName
{
color: #EE0BDB;
}
.AnyTagClassName
{
color: #EE0BDB;
}
</style>
background-color css
<style>
a { background-color: #EE0BDB; }
a { background-color: rgb(238,11,219); }
div.DivClassName
{
background-color: #EE0BDB;
}
.BgClassName
{
background-color: #EE0BDB;
}
</style>
border-color css
<style>
span { border-color: #EE0BDB; }
span { border-color: rgb(238,11,219); }
td.TdClassName
{
border-color: #EE0BDB;
}
.TagClassName
{
border-color: #EE0BDB;
}
</style>