Shades of Dark Pink #E15D88
Tints of Dark Pink #E15D88
RGB
CMYK
RGB Variations
Color information
#E15D88 (or 0xE15D88) is known color: Dark Pink. HEX triplet: E1, 5D and 88. RGB value is (225,93,136). Sum of RGB (Red+Green+Blue) = 225+93+136=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15D88 is #1EA277. Grayscale: #898989. Windows color (decimal): -2007672 or 8936929. OLE color: 8936929.
HSL color Cylindrical-coordinate representation of color #E15D88: hue angle of 340.45º 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 #E15D88 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 136 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.12 |
| HSL | 340.45º | 0.69% | 0.62% | - |
| HSV(B) | 340.45º | 0.59% | 0.88% | - |
| XYZ | 39.41 | 25.61 | 26.16 | - |
| YUV | 137.37 | 127.23 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 136 | 0 | 0.59 | 0.40 | 0.12 | 340.45 | 0.69 | 0.62 |
| Hex | E1 | 5D | 88 | 0 | 3B | 28 | C | 154 | 45 | 3E |
| Octal | 341 | 135 | 210 | 0 | 73 | 50 | 14 | 524 | 105 | 76 |
| Binary | 11100001 | 1011101 | 10001000 | 0 | 111011 | 101000 | 1100 | 101010100 | 1000101 | 111110 |
Color Harmonies of #E15D88
Complementary color
Monochromatic Colors of #E15D88
Black with #E15D88
Text Example
Text Example
White with #E15D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15D88; }
p { color: rgb(225,93,136); }
H1.HeaderClassName
{
color: #E15D88;
}
.AnyTagClassName
{
color: #E15D88;
}
</style>
background-color css
<style>
a { background-color: #E15D88; }
a { background-color: rgb(225,93,136); }
div.DivClassName
{
background-color: #E15D88;
}
.BgClassName
{
background-color: #E15D88;
}
</style>
border-color css
<style>
span { border-color: #E15D88; }
span { border-color: rgb(225,93,136); }
td.TdClassName
{
border-color: #E15D88;
}
.TagClassName
{
border-color: #E15D88;
}
</style>