Shades of Deep Magenta #E612DB
Tints of Deep Magenta #E612DB
RGB
CMYK
RGB Variations
Color information
#E612DB (or 0xE612DB) is known color: Deep Magenta. HEX triplet: E6, 12 and DB. RGB value is (230,18,219). Sum of RGB (Red+Green+Blue) = 230+18+219=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 18 (7.42% from 255 or 3.85% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E612DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E612DB is #19ED24. Grayscale: #676767. Windows color (decimal): -1699109 or 14357222. OLE color: 14357222.
HSL color Cylindrical-coordinate representation of color #E612DB: hue angle of 303.11º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E612DB is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 219 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.10 |
| HSL | 303.11º | 0.85% | 0.49% | - |
| HSV(B) | 303.11º | 0.92% | 0.9% | - |
| XYZ | 45.64 | 22.37 | 68.93 | - |
| YUV | 104.3 | 192.74 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 219 | 0 | 0.92 | 0.05 | 0.10 | 303.11 | 0.85 | 0.49 |
| Hex | E6 | 12 | DB | 0 | 5C | 5 | A | 12F | 55 | 31 |
| Octal | 346 | 22 | 333 | 0 | 134 | 5 | 12 | 457 | 125 | 61 |
| Binary | 11100110 | 10010 | 11011011 | 0 | 1011100 | 101 | 1010 | 100101111 | 1010101 | 110001 |
Color Harmonies of #E612DB
Complementary color
Monochromatic Colors of #E612DB
Black with #E612DB
Text Example
Text Example
White with #E612DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E612DB; }
p { color: rgb(230,18,219); }
H1.HeaderClassName
{
color: #E612DB;
}
.AnyTagClassName
{
color: #E612DB;
}
</style>
background-color css
<style>
a { background-color: #E612DB; }
a { background-color: rgb(230,18,219); }
div.DivClassName
{
background-color: #E612DB;
}
.BgClassName
{
background-color: #E612DB;
}
</style>
border-color css
<style>
span { border-color: #E612DB; }
span { border-color: rgb(230,18,219); }
td.TdClassName
{
border-color: #E612DB;
}
.TagClassName
{
border-color: #E612DB;
}
</style>