Shades of Hot Magenta #EE0DDB
Tints of Hot Magenta #EE0DDB
RGB
CMYK
RGB Variations
Color information
#EE0DDB (or 0xEE0DDB) is known color: Hot Magenta. HEX triplet: EE, 0D and DB. RGB value is (238,13,219). Sum of RGB (Red+Green+Blue) = 238+13+219=470 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.64% from 470); Green value is 13 (5.47% from 255 or 2.77% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0DDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0DDB is #11F224. Grayscale: #676767. Windows color (decimal): -1176101 or 14355950. OLE color: 14355950.
HSL color Cylindrical-coordinate representation of color #EE0DDB: hue angle of 305.07º degrees, saturation: 0.9, 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 #EE0DDB is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 13 | 219 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.07 |
| HSL | 305.07º | 0.9% | 0.49% | - |
| HSV(B) | 305.07º | 0.95% | 0.93% | - |
| XYZ | 48.19 | 23.58 | 69.03 | - |
| YUV | 103.76 | 193.04 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 13 | 219 | 0 | 0.95 | 0.08 | 0.07 | 305.07 | 0.9 | 0.49 |
| Hex | EE | D | DB | 0 | 5F | 8 | 7 | 131 | 5A | 31 |
| Octal | 356 | 15 | 333 | 0 | 137 | 10 | 7 | 461 | 132 | 61 |
| Binary | 11101110 | 1101 | 11011011 | 0 | 1011111 | 1000 | 111 | 100110001 | 1011010 | 110001 |
Color Harmonies of #EE0DDB
Complementary color
Monochromatic Colors of #EE0DDB
Black with #EE0DDB
Text Example
Text Example
White with #EE0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0DDB; }
p { color: rgb(238,13,219); }
H1.HeaderClassName
{
color: #EE0DDB;
}
.AnyTagClassName
{
color: #EE0DDB;
}
</style>
background-color css
<style>
a { background-color: #EE0DDB; }
a { background-color: rgb(238,13,219); }
div.DivClassName
{
background-color: #EE0DDB;
}
.BgClassName
{
background-color: #EE0DDB;
}
</style>
border-color css
<style>
span { border-color: #EE0DDB; }
span { border-color: rgb(238,13,219); }
td.TdClassName
{
border-color: #EE0DDB;
}
.TagClassName
{
border-color: #EE0DDB;
}
</style>