Shades of Deep Pink #E61992
Tints of Deep Pink #E61992
RGB
CMYK
RGB Variations
Color information
#E61992 (or 0xE61992) is known color: Deep Pink. HEX triplet: E6, 19 and 92. RGB value is (230,25,146). Sum of RGB (Red+Green+Blue) = 230+25+146=401 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.36% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 230 - color contains mainly: red. Hex color #E61992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61992 is #19E66D. Grayscale: #636363. Windows color (decimal): -1697390 or 9574886. OLE color: 9574886.
HSL color Cylindrical-coordinate representation of color #E61992: hue angle of 324.59º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61992 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 146 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.10 |
| HSL | 324.59º | 0.8% | 0.5% | - |
| HSV(B) | 324.59º | 0.89% | 0.9% | - |
| XYZ | 38.17 | 19.59 | 28.96 | - |
| YUV | 100.09 | 153.92 | 220.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 146 | 0 | 0.89 | 0.37 | 0.10 | 324.59 | 0.8 | 0.5 |
| Hex | E6 | 19 | 92 | 0 | 59 | 25 | A | 145 | 50 | 32 |
| Octal | 346 | 31 | 222 | 0 | 131 | 45 | 12 | 505 | 120 | 62 |
| Binary | 11100110 | 11001 | 10010010 | 0 | 1011001 | 100101 | 1010 | 101000101 | 1010000 | 110010 |
Color Harmonies of #E61992
Complementary color
Monochromatic Colors of #E61992
Black with #E61992
Text Example
Text Example
White with #E61992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61992; }
p { color: rgb(230,25,146); }
H1.HeaderClassName
{
color: #E61992;
}
.AnyTagClassName
{
color: #E61992;
}
</style>
background-color css
<style>
a { background-color: #E61992; }
a { background-color: rgb(230,25,146); }
div.DivClassName
{
background-color: #E61992;
}
.BgClassName
{
background-color: #E61992;
}
</style>
border-color css
<style>
span { border-color: #E61992; }
span { border-color: rgb(230,25,146); }
td.TdClassName
{
border-color: #E61992;
}
.TagClassName
{
border-color: #E61992;
}
</style>