Shades of Hot Magenta #E802DB
Tints of Hot Magenta #E802DB
RGB
CMYK
RGB Variations
Color information
#E802DB (or 0xE802DB) is known color: Hot Magenta. HEX triplet: E8, 02 and DB. RGB value is (232,2,219). Sum of RGB (Red+Green+Blue) = 232+2+219=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 2 (1.17% from 255 or 0.44% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E802DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E802DB is #17FD24. Grayscale: #5E5E5E. Windows color (decimal): -1572133 or 14353128. OLE color: 14353128.
HSL color Cylindrical-coordinate representation of color #E802DB: hue angle of 303.39º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E802DB is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 2 | 219 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.09 |
| HSL | 303.39º | 0.98% | 0.46% | - |
| HSV(B) | 303.39º | 0.99% | 0.91% | - |
| XYZ | 46.09 | 22.31 | 68.9 | - |
| YUV | 95.51 | 197.7 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 219 | 0 | 0.99 | 0.06 | 0.09 | 303.39 | 0.98 | 0.46 |
| Hex | E8 | 2 | DB | 0 | 63 | 6 | 9 | 12F | 62 | 2E |
| Octal | 350 | 2 | 333 | 0 | 143 | 6 | 11 | 457 | 142 | 56 |
| Binary | 11101000 | 10 | 11011011 | 0 | 1100011 | 110 | 1001 | 100101111 | 1100010 | 101110 |
Color Harmonies of #E802DB
Complementary color
Monochromatic Colors of #E802DB
Black with #E802DB
Text Example
Text Example
White with #E802DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E802DB; }
p { color: rgb(232,2,219); }
H1.HeaderClassName
{
color: #E802DB;
}
.AnyTagClassName
{
color: #E802DB;
}
</style>
background-color css
<style>
a { background-color: #E802DB; }
a { background-color: rgb(232,2,219); }
div.DivClassName
{
background-color: #E802DB;
}
.BgClassName
{
background-color: #E802DB;
}
</style>
border-color css
<style>
span { border-color: #E802DB; }
span { border-color: rgb(232,2,219); }
td.TdClassName
{
border-color: #E802DB;
}
.TagClassName
{
border-color: #E802DB;
}
</style>