Shades of Dark Pink #E15984
Tints of Dark Pink #E15984
RGB
CMYK
RGB Variations
Color information
#E15984 (or 0xE15984) is known color: Dark Pink. HEX triplet: E1, 59 and 84. RGB value is (225,89,132). Sum of RGB (Red+Green+Blue) = 225+89+132=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E15984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15984 is #1EA67B. Grayscale: #868686. Windows color (decimal): -2008700 or 8673761. OLE color: 8673761.
HSL color Cylindrical-coordinate representation of color #E15984: hue angle of 341.03º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15984 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 132 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.12 |
| HSL | 341.03º | 0.69% | 0.62% | - |
| HSV(B) | 341.03º | 0.6% | 0.88% | - |
| XYZ | 38.79 | 24.82 | 24.58 | - |
| YUV | 134.57 | 126.56 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 132 | 0 | 0.60 | 0.41 | 0.12 | 341.03 | 0.69 | 0.62 |
| Hex | E1 | 59 | 84 | 0 | 3C | 29 | C | 155 | 45 | 3E |
| Octal | 341 | 131 | 204 | 0 | 74 | 51 | 14 | 525 | 105 | 76 |
| Binary | 11100001 | 1011001 | 10000100 | 0 | 111100 | 101001 | 1100 | 101010101 | 1000101 | 111110 |
Color Harmonies of #E15984
Complementary color
Monochromatic Colors of #E15984
Black with #E15984
Text Example
Text Example
White with #E15984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15984; }
p { color: rgb(225,89,132); }
H1.HeaderClassName
{
color: #E15984;
}
.AnyTagClassName
{
color: #E15984;
}
</style>
background-color css
<style>
a { background-color: #E15984; }
a { background-color: rgb(225,89,132); }
div.DivClassName
{
background-color: #E15984;
}
.BgClassName
{
background-color: #E15984;
}
</style>
border-color css
<style>
span { border-color: #E15984; }
span { border-color: rgb(225,89,132); }
td.TdClassName
{
border-color: #E15984;
}
.TagClassName
{
border-color: #E15984;
}
</style>