Shades of Dark Pink #E15888
Tints of Dark Pink #E15888
RGB
CMYK
RGB Variations
Color information
#E15888 (or 0xE15888) is known color: Dark Pink. HEX triplet: E1, 58 and 88. RGB value is (225,88,136). Sum of RGB (Red+Green+Blue) = 225+88+136=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E15888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15888 is #1EA777. Grayscale: #868686. Windows color (decimal): -2008952 or 8935649. OLE color: 8935649.
HSL color Cylindrical-coordinate representation of color #E15888: hue angle of 338.98º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E15888 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 88 | 136 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.12 |
| HSL | 338.98º | 0.7% | 0.61% | - |
| HSV(B) | 338.98º | 0.61% | 0.88% | - |
| XYZ | 38.99 | 24.76 | 26.02 | - |
| YUV | 134.44 | 128.89 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 136 | 0 | 0.61 | 0.40 | 0.12 | 338.98 | 0.7 | 0.61 |
| Hex | E1 | 58 | 88 | 0 | 3D | 28 | C | 153 | 46 | 3D |
| Octal | 341 | 130 | 210 | 0 | 75 | 50 | 14 | 523 | 106 | 75 |
| Binary | 11100001 | 1011000 | 10001000 | 0 | 111101 | 101000 | 1100 | 101010011 | 1000110 | 111101 |
Color Harmonies of #E15888
Complementary color
Monochromatic Colors of #E15888
Black with #E15888
Text Example
Text Example
White with #E15888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15888; }
p { color: rgb(225,88,136); }
H1.HeaderClassName
{
color: #E15888;
}
.AnyTagClassName
{
color: #E15888;
}
</style>
background-color css
<style>
a { background-color: #E15888; }
a { background-color: rgb(225,88,136); }
div.DivClassName
{
background-color: #E15888;
}
.BgClassName
{
background-color: #E15888;
}
</style>
border-color css
<style>
span { border-color: #E15888; }
span { border-color: rgb(225,88,136); }
td.TdClassName
{
border-color: #E15888;
}
.TagClassName
{
border-color: #E15888;
}
</style>