Shades of Hot Magenta #EE01DB
Tints of Hot Magenta #EE01DB
RGB
CMYK
RGB Variations
Color information
#EE01DB (or 0xEE01DB) is known color: Hot Magenta. HEX triplet: EE, 01 and DB. RGB value is (238,1,219). Sum of RGB (Red+Green+Blue) = 238+1+219=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 1 (0.78% from 255 or 0.22% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE01DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE01DB is #11FE24. Grayscale: #606060. Windows color (decimal): -1179173 or 14352878. OLE color: 14352878.
HSL color Cylindrical-coordinate representation of color #EE01DB: hue angle of 304.81º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE01DB is Cyan = 0, Magento = 1.00, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 219 | - |
| CMYK | 0 | 1.00 | 0.08 | 0.07 |
| HSL | 304.81º | 0.99% | 0.47% | - |
| HSV(B) | 304.81º | 1% | 0.93% | - |
| XYZ | 48.06 | 23.31 | 68.98 | - |
| YUV | 96.72 | 197.02 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 219 | 0 | 1.00 | 0.08 | 0.07 | 304.81 | 0.99 | 0.47 |
| Hex | EE | 1 | DB | 0 | 64 | 8 | 7 | 131 | 63 | 2F |
| Octal | 356 | 1 | 333 | 0 | 144 | 10 | 7 | 461 | 143 | 57 |
| Binary | 11101110 | 1 | 11011011 | 0 | 1100100 | 1000 | 111 | 100110001 | 1100011 | 101111 |
Color Harmonies of #EE01DB
Complementary color
Monochromatic Colors of #EE01DB
Black with #EE01DB
Text Example
Text Example
White with #EE01DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE01DB; }
p { color: rgb(238,1,219); }
H1.HeaderClassName
{
color: #EE01DB;
}
.AnyTagClassName
{
color: #EE01DB;
}
</style>
background-color css
<style>
a { background-color: #EE01DB; }
a { background-color: rgb(238,1,219); }
div.DivClassName
{
background-color: #EE01DB;
}
.BgClassName
{
background-color: #EE01DB;
}
</style>
border-color css
<style>
span { border-color: #EE01DB; }
span { border-color: rgb(238,1,219); }
td.TdClassName
{
border-color: #EE01DB;
}
.TagClassName
{
border-color: #EE01DB;
}
</style>