Shades of Dark Pink #E15487
Tints of Dark Pink #E15487
RGB
CMYK
RGB Variations
Color information
#E15487 (or 0xE15487) is known color: Dark Pink. HEX triplet: E1, 54 and 87. RGB value is (225,84,135). Sum of RGB (Red+Green+Blue) = 225+84+135=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E15487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15487 is #1EAB78. Grayscale: #838383. Windows color (decimal): -2009977 or 8869089. OLE color: 8869089.
HSL color Cylindrical-coordinate representation of color #E15487: hue angle of 338.3º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E15487 is Cyan = 0, Magento = 0.63, Yellow = 0.4 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 84 | 135 | - |
| CMYK | 0 | 0.63 | 0.4 | 0.12 |
| HSL | 338.3º | 0.7% | 0.61% | - |
| HSV(B) | 338.3º | 0.63% | 0.88% | - |
| XYZ | 38.59 | 24.1 | 25.54 | - |
| YUV | 131.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 135 | 0 | 0.63 | 0.4 | 0.12 | 338.3 | 0.7 | 0.61 |
| Hex | E1 | 54 | 87 | 0 | 3F | 28 | C | 152 | 46 | 3D |
| Octal | 341 | 124 | 207 | 0 | 77 | 50 | 14 | 522 | 106 | 75 |
| Binary | 11100001 | 1010100 | 10000111 | 0 | 111111 | 101000 | 1100 | 101010010 | 1000110 | 111101 |
Color Harmonies of #E15487
Complementary color
Monochromatic Colors of #E15487
Black with #E15487
Text Example
Text Example
White with #E15487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15487; }
p { color: rgb(225,84,135); }
H1.HeaderClassName
{
color: #E15487;
}
.AnyTagClassName
{
color: #E15487;
}
</style>
background-color css
<style>
a { background-color: #E15487; }
a { background-color: rgb(225,84,135); }
div.DivClassName
{
background-color: #E15487;
}
.BgClassName
{
background-color: #E15487;
}
</style>
border-color css
<style>
span { border-color: #E15487; }
span { border-color: rgb(225,84,135); }
td.TdClassName
{
border-color: #E15487;
}
.TagClassName
{
border-color: #E15487;
}
</style>