Shades of Dark Pink #E15D8C
Tints of Dark Pink #E15D8C
RGB
CMYK
RGB Variations
Color information
#E15D8C (or 0xE15D8C) is known color: Dark Pink. HEX triplet: E1, 5D and 8C. RGB value is (225,93,140). Sum of RGB (Red+Green+Blue) = 225+93+140=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15D8C is #1EA273. Grayscale: #898989. Windows color (decimal): -2007668 or 9199073. OLE color: 9199073.
HSL color Cylindrical-coordinate representation of color #E15D8C: hue angle of 338.64º 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 #E15D8C is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 140 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.12 |
| HSL | 338.64º | 0.69% | 0.62% | - |
| HSV(B) | 338.64º | 0.59% | 0.88% | - |
| XYZ | 39.7 | 25.73 | 27.68 | - |
| YUV | 137.83 | 129.23 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 140 | 0 | 0.59 | 0.38 | 0.12 | 338.64 | 0.69 | 0.62 |
| Hex | E1 | 5D | 8C | 0 | 3B | 26 | C | 153 | 45 | 3E |
| Octal | 341 | 135 | 214 | 0 | 73 | 46 | 14 | 523 | 105 | 76 |
| Binary | 11100001 | 1011101 | 10001100 | 0 | 111011 | 100110 | 1100 | 101010011 | 1000101 | 111110 |
Color Harmonies of #E15D8C
Complementary color
Monochromatic Colors of #E15D8C
Black with #E15D8C
Text Example
Text Example
White with #E15D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15D8C; }
p { color: rgb(225,93,140); }
H1.HeaderClassName
{
color: #E15D8C;
}
.AnyTagClassName
{
color: #E15D8C;
}
</style>
background-color css
<style>
a { background-color: #E15D8C; }
a { background-color: rgb(225,93,140); }
div.DivClassName
{
background-color: #E15D8C;
}
.BgClassName
{
background-color: #E15D8C;
}
</style>
border-color css
<style>
span { border-color: #E15D8C; }
span { border-color: rgb(225,93,140); }
td.TdClassName
{
border-color: #E15D8C;
}
.TagClassName
{
border-color: #E15D8C;
}
</style>