Shades of Hot Magenta #EE05DB
Tints of Hot Magenta #EE05DB
RGB
CMYK
RGB Variations
Color information
#EE05DB (or 0xEE05DB) is known color: Hot Magenta. HEX triplet: EE, 05 and DB. RGB value is (238,5,219). Sum of RGB (Red+Green+Blue) = 238+5+219=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 5 (2.34% from 255 or 1.08% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE05DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE05DB is #11FA24. Grayscale: #626262. Windows color (decimal): -1178149 or 14353902. OLE color: 14353902.
HSL color Cylindrical-coordinate representation of color #EE05DB: hue angle of 304.89º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE05DB is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 219 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.07 |
| HSL | 304.89º | 0.96% | 0.48% | - |
| HSV(B) | 304.89º | 0.98% | 0.93% | - |
| XYZ | 48.1 | 23.4 | 69 | - |
| YUV | 99.06 | 195.69 | 227.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 219 | 0 | 0.98 | 0.08 | 0.07 | 304.89 | 0.96 | 0.48 |
| Hex | EE | 5 | DB | 0 | 62 | 8 | 7 | 131 | 60 | 30 |
| Octal | 356 | 5 | 333 | 0 | 142 | 10 | 7 | 461 | 140 | 60 |
| Binary | 11101110 | 101 | 11011011 | 0 | 1100010 | 1000 | 111 | 100110001 | 1100000 | 110000 |
Color Harmonies of #EE05DB
Complementary color
Monochromatic Colors of #EE05DB
Black with #EE05DB
Text Example
Text Example
White with #EE05DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE05DB; }
p { color: rgb(238,5,219); }
H1.HeaderClassName
{
color: #EE05DB;
}
.AnyTagClassName
{
color: #EE05DB;
}
</style>
background-color css
<style>
a { background-color: #EE05DB; }
a { background-color: rgb(238,5,219); }
div.DivClassName
{
background-color: #EE05DB;
}
.BgClassName
{
background-color: #EE05DB;
}
</style>
border-color css
<style>
span { border-color: #EE05DB; }
span { border-color: rgb(238,5,219); }
td.TdClassName
{
border-color: #EE05DB;
}
.TagClassName
{
border-color: #EE05DB;
}
</style>