Shades of Hot Magenta #E809DB
Tints of Hot Magenta #E809DB
RGB
CMYK
RGB Variations
Color information
#E809DB (or 0xE809DB) is known color: Hot Magenta. HEX triplet: E8, 09 and DB. RGB value is (232,9,219). Sum of RGB (Red+Green+Blue) = 232+9+219=460 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.43% from 460); Green value is 9 (3.91% from 255 or 1.96% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 232 - color contains mainly: red. Hex color #E809DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E809DB is #17F624. Grayscale: #636363. Windows color (decimal): -1570341 or 14354920. OLE color: 14354920.
HSL color Cylindrical-coordinate representation of color #E809DB: hue angle of 303.5º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E809DB is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 219 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.09 |
| HSL | 303.5º | 0.93% | 0.47% | - |
| HSV(B) | 303.5º | 0.96% | 0.91% | - |
| XYZ | 46.16 | 22.47 | 68.92 | - |
| YUV | 99.62 | 195.38 | 222.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 219 | 0 | 0.96 | 0.06 | 0.09 | 303.5 | 0.93 | 0.47 |
| Hex | E8 | 9 | DB | 0 | 60 | 6 | 9 | 12F | 5D | 2F |
| Octal | 350 | 11 | 333 | 0 | 140 | 6 | 11 | 457 | 135 | 57 |
| Binary | 11101000 | 1001 | 11011011 | 0 | 1100000 | 110 | 1001 | 100101111 | 1011101 | 101111 |
Color Harmonies of #E809DB
Complementary color
Monochromatic Colors of #E809DB
Black with #E809DB
Text Example
Text Example
White with #E809DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E809DB; }
p { color: rgb(232,9,219); }
H1.HeaderClassName
{
color: #E809DB;
}
.AnyTagClassName
{
color: #E809DB;
}
</style>
background-color css
<style>
a { background-color: #E809DB; }
a { background-color: rgb(232,9,219); }
div.DivClassName
{
background-color: #E809DB;
}
.BgClassName
{
background-color: #E809DB;
}
</style>
border-color css
<style>
span { border-color: #E809DB; }
span { border-color: rgb(232,9,219); }
td.TdClassName
{
border-color: #E809DB;
}
.TagClassName
{
border-color: #E809DB;
}
</style>