Shades of Dark Pink #E15D8D
Tints of Dark Pink #E15D8D
RGB
CMYK
RGB Variations
Color information
#E15D8D (or 0xE15D8D) is known color: Dark Pink. HEX triplet: E1, 5D and 8D. RGB value is (225,93,141). Sum of RGB (Red+Green+Blue) = 225+93+141=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15D8D is #1EA272. Grayscale: #898989. Windows color (decimal): -2007667 or 9264609. OLE color: 9264609.
HSL color Cylindrical-coordinate representation of color #E15D8D: hue angle of 338.18º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15D8D is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 141 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.12 |
| HSL | 338.18º | 0.69% | 0.62% | - |
| HSV(B) | 338.18º | 0.59% | 0.88% | - |
| XYZ | 39.77 | 25.76 | 28.08 | - |
| YUV | 137.94 | 129.73 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 141 | 0 | 0.59 | 0.37 | 0.12 | 338.18 | 0.69 | 0.62 |
| Hex | E1 | 5D | 8D | 0 | 3B | 25 | C | 152 | 45 | 3E |
| Octal | 341 | 135 | 215 | 0 | 73 | 45 | 14 | 522 | 105 | 76 |
| Binary | 11100001 | 1011101 | 10001101 | 0 | 111011 | 100101 | 1100 | 101010010 | 1000101 | 111110 |
Color Harmonies of #E15D8D
Complementary color
Monochromatic Colors of #E15D8D
Black with #E15D8D
Text Example
Text Example
White with #E15D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15D8D; }
p { color: rgb(225,93,141); }
H1.HeaderClassName
{
color: #E15D8D;
}
.AnyTagClassName
{
color: #E15D8D;
}
</style>
background-color css
<style>
a { background-color: #E15D8D; }
a { background-color: rgb(225,93,141); }
div.DivClassName
{
background-color: #E15D8D;
}
.BgClassName
{
background-color: #E15D8D;
}
</style>
border-color css
<style>
span { border-color: #E15D8D; }
span { border-color: rgb(225,93,141); }
td.TdClassName
{
border-color: #E15D8D;
}
.TagClassName
{
border-color: #E15D8D;
}
</style>