Shades of Hot Magenta #EE02DB
Tints of Hot Magenta #EE02DB
RGB
CMYK
RGB Variations
Color information
#EE02DB (or 0xEE02DB) is known color: Hot Magenta. HEX triplet: EE, 02 and DB. RGB value is (238,2,219). Sum of RGB (Red+Green+Blue) = 238+2+219=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 2 (1.17% from 255 or 0.44% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE02DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE02DB is #11FD24. Grayscale: #606060. Windows color (decimal): -1178917 or 14353134. OLE color: 14353134.
HSL color Cylindrical-coordinate representation of color #EE02DB: hue angle of 304.83º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE02DB is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 2 | 219 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.07 |
| HSL | 304.83º | 0.98% | 0.47% | - |
| HSV(B) | 304.83º | 0.99% | 0.93% | - |
| XYZ | 48.07 | 23.34 | 68.99 | - |
| YUV | 97.3 | 196.69 | 228.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 2 | 219 | 0 | 0.99 | 0.08 | 0.07 | 304.83 | 0.98 | 0.47 |
| Hex | EE | 2 | DB | 0 | 63 | 8 | 7 | 131 | 62 | 2F |
| Octal | 356 | 2 | 333 | 0 | 143 | 10 | 7 | 461 | 142 | 57 |
| Binary | 11101110 | 10 | 11011011 | 0 | 1100011 | 1000 | 111 | 100110001 | 1100010 | 101111 |
Color Harmonies of #EE02DB
Complementary color
Monochromatic Colors of #EE02DB
Black with #EE02DB
Text Example
Text Example
White with #EE02DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE02DB; }
p { color: rgb(238,2,219); }
H1.HeaderClassName
{
color: #EE02DB;
}
.AnyTagClassName
{
color: #EE02DB;
}
</style>
background-color css
<style>
a { background-color: #EE02DB; }
a { background-color: rgb(238,2,219); }
div.DivClassName
{
background-color: #EE02DB;
}
.BgClassName
{
background-color: #EE02DB;
}
</style>
border-color css
<style>
span { border-color: #EE02DB; }
span { border-color: rgb(238,2,219); }
td.TdClassName
{
border-color: #EE02DB;
}
.TagClassName
{
border-color: #EE02DB;
}
</style>