Shades of Dark Pink #E16087
Tints of Dark Pink #E16087
RGB
CMYK
RGB Variations
Color information
#E16087 (or 0xE16087) is known color: Dark Pink. HEX triplet: E1, 60 and 87. RGB value is (225,96,135). Sum of RGB (Red+Green+Blue) = 225+96+135=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E16087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16087 is #1E9F78. Grayscale: #8A8A8A. Windows color (decimal): -2006905 or 8872161. OLE color: 8872161.
HSL color Cylindrical-coordinate representation of color #E16087: hue angle of 341.86º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E16087 is Cyan = 0, Magento = 0.57, Yellow = 0.4 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 96 | 135 | - |
| CMYK | 0 | 0.57 | 0.4 | 0.12 |
| HSL | 341.86º | 0.68% | 0.63% | - |
| HSV(B) | 341.86º | 0.57% | 0.88% | - |
| XYZ | 39.61 | 26.12 | 25.88 | - |
| YUV | 139.02 | 125.74 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 96 | 135 | 0 | 0.57 | 0.4 | 0.12 | 341.86 | 0.68 | 0.63 |
| Hex | E1 | 60 | 87 | 0 | 39 | 28 | C | 156 | 44 | 3F |
| Octal | 341 | 140 | 207 | 0 | 71 | 50 | 14 | 526 | 104 | 77 |
| Binary | 11100001 | 1100000 | 10000111 | 0 | 111001 | 101000 | 1100 | 101010110 | 1000100 | 111111 |
Color Harmonies of #E16087
Complementary color
Monochromatic Colors of #E16087
Black with #E16087
Text Example
Text Example
White with #E16087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16087; }
p { color: rgb(225,96,135); }
H1.HeaderClassName
{
color: #E16087;
}
.AnyTagClassName
{
color: #E16087;
}
</style>
background-color css
<style>
a { background-color: #E16087; }
a { background-color: rgb(225,96,135); }
div.DivClassName
{
background-color: #E16087;
}
.BgClassName
{
background-color: #E16087;
}
</style>
border-color css
<style>
span { border-color: #E16087; }
span { border-color: rgb(225,96,135); }
td.TdClassName
{
border-color: #E16087;
}
.TagClassName
{
border-color: #E16087;
}
</style>