Shades of Dark Pink #E15A8D
Tints of Dark Pink #E15A8D
RGB
CMYK
RGB Variations
Color information
#E15A8D (or 0xE15A8D) is known color: Dark Pink. HEX triplet: E1, 5A and 8D. RGB value is (225,90,141). Sum of RGB (Red+Green+Blue) = 225+90+141=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15A8D is #1EA572. Grayscale: #888888. Windows color (decimal): -2008435 or 9263841. OLE color: 9263841.
HSL color Cylindrical-coordinate representation of color #E15A8D: hue angle of 337.33º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15A8D is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 141 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.12 |
| HSL | 337.33º | 0.69% | 0.62% | - |
| HSV(B) | 337.33º | 0.6% | 0.88% | - |
| XYZ | 39.52 | 25.24 | 27.99 | - |
| YUV | 136.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 141 | 0 | 0.60 | 0.37 | 0.12 | 337.33 | 0.69 | 0.62 |
| Hex | E1 | 5A | 8D | 0 | 3C | 25 | C | 151 | 45 | 3E |
| Octal | 341 | 132 | 215 | 0 | 74 | 45 | 14 | 521 | 105 | 76 |
| Binary | 11100001 | 1011010 | 10001101 | 0 | 111100 | 100101 | 1100 | 101010001 | 1000101 | 111110 |
Color Harmonies of #E15A8D
Complementary color
Monochromatic Colors of #E15A8D
Black with #E15A8D
Text Example
Text Example
White with #E15A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15A8D; }
p { color: rgb(225,90,141); }
H1.HeaderClassName
{
color: #E15A8D;
}
.AnyTagClassName
{
color: #E15A8D;
}
</style>
background-color css
<style>
a { background-color: #E15A8D; }
a { background-color: rgb(225,90,141); }
div.DivClassName
{
background-color: #E15A8D;
}
.BgClassName
{
background-color: #E15A8D;
}
</style>
border-color css
<style>
span { border-color: #E15A8D; }
span { border-color: rgb(225,90,141); }
td.TdClassName
{
border-color: #E15A8D;
}
.TagClassName
{
border-color: #E15A8D;
}
</style>