Shades of Deep Pink #E61392
Tints of Deep Pink #E61392
RGB
CMYK
RGB Variations
Color information
#E61392 (or 0xE61392) is known color: Deep Pink. HEX triplet: E6, 13 and 92. RGB value is (230,19,146). Sum of RGB (Red+Green+Blue) = 230+19+146=395 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.23% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 230 - color contains mainly: red. Hex color #E61392 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61392 is #19EC6D. Grayscale: #606060. Windows color (decimal): -1698926 or 9573350. OLE color: 9573350.
HSL color Cylindrical-coordinate representation of color #E61392: hue angle of 323.89º 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 #E61392 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 146 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.10 |
| HSL | 323.89º | 0.85% | 0.49% | - |
| HSV(B) | 323.89º | 0.92% | 0.9% | - |
| XYZ | 38.05 | 19.36 | 28.93 | - |
| YUV | 96.57 | 155.9 | 223.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 146 | 0 | 0.92 | 0.37 | 0.10 | 323.89 | 0.85 | 0.49 |
| Hex | E6 | 13 | 92 | 0 | 5C | 25 | A | 144 | 55 | 31 |
| Octal | 346 | 23 | 222 | 0 | 134 | 45 | 12 | 504 | 125 | 61 |
| Binary | 11100110 | 10011 | 10010010 | 0 | 1011100 | 100101 | 1010 | 101000100 | 1010101 | 110001 |
Color Harmonies of #E61392
Complementary color
Monochromatic Colors of #E61392
Black with #E61392
Text Example
Text Example
White with #E61392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61392; }
p { color: rgb(230,19,146); }
H1.HeaderClassName
{
color: #E61392;
}
.AnyTagClassName
{
color: #E61392;
}
</style>
background-color css
<style>
a { background-color: #E61392; }
a { background-color: rgb(230,19,146); }
div.DivClassName
{
background-color: #E61392;
}
.BgClassName
{
background-color: #E61392;
}
</style>
border-color css
<style>
span { border-color: #E61392; }
span { border-color: rgb(230,19,146); }
td.TdClassName
{
border-color: #E61392;
}
.TagClassName
{
border-color: #E61392;
}
</style>