Shades of Hot Magenta #E906DB
Tints of Hot Magenta #E906DB
RGB
CMYK
RGB Variations
Color information
#E906DB (or 0xE906DB) is known color: Hot Magenta. HEX triplet: E9, 06 and DB. RGB value is (233,6,219). Sum of RGB (Red+Green+Blue) = 233+6+219=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 6 (2.73% from 255 or 1.31% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E906DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E906DB is #16F924. Grayscale: #616161. Windows color (decimal): -1505573 or 14354153. OLE color: 14354153.
HSL color Cylindrical-coordinate representation of color #E906DB: hue angle of 303.7º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E906DB is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 6 | 219 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.09 |
| HSL | 303.7º | 0.95% | 0.47% | - |
| HSV(B) | 303.7º | 0.97% | 0.91% | - |
| XYZ | 46.46 | 22.57 | 68.93 | - |
| YUV | 98.16 | 196.21 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 6 | 219 | 0 | 0.97 | 0.06 | 0.09 | 303.7 | 0.95 | 0.47 |
| Hex | E9 | 6 | DB | 0 | 61 | 6 | 9 | 130 | 5F | 2F |
| Octal | 351 | 6 | 333 | 0 | 141 | 6 | 11 | 460 | 137 | 57 |
| Binary | 11101001 | 110 | 11011011 | 0 | 1100001 | 110 | 1001 | 100110000 | 1011111 | 101111 |
Color Harmonies of #E906DB
Complementary color
Monochromatic Colors of #E906DB
Black with #E906DB
Text Example
Text Example
White with #E906DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E906DB; }
p { color: rgb(233,6,219); }
H1.HeaderClassName
{
color: #E906DB;
}
.AnyTagClassName
{
color: #E906DB;
}
</style>
background-color css
<style>
a { background-color: #E906DB; }
a { background-color: rgb(233,6,219); }
div.DivClassName
{
background-color: #E906DB;
}
.BgClassName
{
background-color: #E906DB;
}
</style>
border-color css
<style>
span { border-color: #E906DB; }
span { border-color: rgb(233,6,219); }
td.TdClassName
{
border-color: #E906DB;
}
.TagClassName
{
border-color: #E906DB;
}
</style>