Shades of Hot Magenta #EE0BDF
Tints of Hot Magenta #EE0BDF
RGB
CMYK
RGB Variations
Color information
#EE0BDF (or 0xEE0BDF) is known color: Hot Magenta. HEX triplet: EE, 0B and DF. RGB value is (238,11,223). Sum of RGB (Red+Green+Blue) = 238+11+223=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 11 (4.69% from 255 or 2.33% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0BDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0BDF is #11F420. Grayscale: #666666. Windows color (decimal): -1176609 or 14617582. OLE color: 14617582.
HSL color Cylindrical-coordinate representation of color #EE0BDF: hue angle of 303.96º 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 #EE0BDF is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 11 | 223 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.07 |
| HSL | 303.96º | 0.91% | 0.49% | - |
| HSV(B) | 303.96º | 0.95% | 0.93% | - |
| XYZ | 48.7 | 23.74 | 71.83 | - |
| YUV | 103.04 | 195.71 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 11 | 223 | 0 | 0.95 | 0.06 | 0.07 | 303.96 | 0.91 | 0.49 |
| Hex | EE | B | DF | 0 | 5F | 6 | 7 | 130 | 5B | 31 |
| Octal | 356 | 13 | 337 | 0 | 137 | 6 | 7 | 460 | 133 | 61 |
| Binary | 11101110 | 1011 | 11011111 | 0 | 1011111 | 110 | 111 | 100110000 | 1011011 | 110001 |
Color Harmonies of #EE0BDF
Complementary color
Monochromatic Colors of #EE0BDF
Black with #EE0BDF
Text Example
Text Example
White with #EE0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0BDF; }
p { color: rgb(238,11,223); }
H1.HeaderClassName
{
color: #EE0BDF;
}
.AnyTagClassName
{
color: #EE0BDF;
}
</style>
background-color css
<style>
a { background-color: #EE0BDF; }
a { background-color: rgb(238,11,223); }
div.DivClassName
{
background-color: #EE0BDF;
}
.BgClassName
{
background-color: #EE0BDF;
}
</style>
border-color css
<style>
span { border-color: #EE0BDF; }
span { border-color: rgb(238,11,223); }
td.TdClassName
{
border-color: #EE0BDF;
}
.TagClassName
{
border-color: #EE0BDF;
}
</style>