Shades of Dark Pink #E55992
Tints of Dark Pink #E55992
RGB
CMYK
RGB Variations
Color information
#E55992 (or 0xE55992) is known color: Dark Pink. HEX triplet: E5, 59 and 92. RGB value is (229,89,146). Sum of RGB (Red+Green+Blue) = 229+89+146=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E55992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55992 is #1AA66D. Grayscale: #898989. Windows color (decimal): -1746542 or 9591269. OLE color: 9591269.
HSL color Cylindrical-coordinate representation of color #E55992: hue angle of 335.57º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55992 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 146 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.10 |
| HSL | 335.57º | 0.73% | 0.62% | - |
| HSV(B) | 335.57º | 0.61% | 0.9% | - |
| XYZ | 41.07 | 25.88 | 30.02 | - |
| YUV | 137.36 | 132.88 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 146 | 0 | 0.61 | 0.36 | 0.10 | 335.57 | 0.73 | 0.62 |
| Hex | E5 | 59 | 92 | 0 | 3D | 24 | A | 150 | 49 | 3E |
| Octal | 345 | 131 | 222 | 0 | 75 | 44 | 12 | 520 | 111 | 76 |
| Binary | 11100101 | 1011001 | 10010010 | 0 | 111101 | 100100 | 1010 | 101010000 | 1001001 | 111110 |
Color Harmonies of #E55992
Complementary color
Monochromatic Colors of #E55992
Black with #E55992
Text Example
Text Example
White with #E55992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55992; }
p { color: rgb(229,89,146); }
H1.HeaderClassName
{
color: #E55992;
}
.AnyTagClassName
{
color: #E55992;
}
</style>
background-color css
<style>
a { background-color: #E55992; }
a { background-color: rgb(229,89,146); }
div.DivClassName
{
background-color: #E55992;
}
.BgClassName
{
background-color: #E55992;
}
</style>
border-color css
<style>
span { border-color: #E55992; }
span { border-color: rgb(229,89,146); }
td.TdClassName
{
border-color: #E55992;
}
.TagClassName
{
border-color: #E55992;
}
</style>