Shades of Dark Pink #E15C8B
Tints of Dark Pink #E15C8B
RGB
CMYK
RGB Variations
Color information
#E15C8B (or 0xE15C8B) is known color: Dark Pink. HEX triplet: E1, 5C and 8B. RGB value is (225,92,139). Sum of RGB (Red+Green+Blue) = 225+92+139=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15C8B is #1EA374. Grayscale: #898989. Windows color (decimal): -2007925 or 9133281. OLE color: 9133281.
HSL color Cylindrical-coordinate representation of color #E15C8B: hue angle of 338.8º 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 #E15C8B is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 139 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.12 |
| HSL | 338.8º | 0.69% | 0.62% | - |
| HSV(B) | 338.8º | 0.59% | 0.88% | - |
| XYZ | 39.54 | 25.53 | 27.27 | - |
| YUV | 137.13 | 129.06 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 139 | 0 | 0.59 | 0.38 | 0.12 | 338.8 | 0.69 | 0.62 |
| Hex | E1 | 5C | 8B | 0 | 3B | 26 | C | 153 | 45 | 3E |
| Octal | 341 | 134 | 213 | 0 | 73 | 46 | 14 | 523 | 105 | 76 |
| Binary | 11100001 | 1011100 | 10001011 | 0 | 111011 | 100110 | 1100 | 101010011 | 1000101 | 111110 |
Color Harmonies of #E15C8B
Complementary color
Monochromatic Colors of #E15C8B
Black with #E15C8B
Text Example
Text Example
White with #E15C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15C8B; }
p { color: rgb(225,92,139); }
H1.HeaderClassName
{
color: #E15C8B;
}
.AnyTagClassName
{
color: #E15C8B;
}
</style>
background-color css
<style>
a { background-color: #E15C8B; }
a { background-color: rgb(225,92,139); }
div.DivClassName
{
background-color: #E15C8B;
}
.BgClassName
{
background-color: #E15C8B;
}
</style>
border-color css
<style>
span { border-color: #E15C8B; }
span { border-color: rgb(225,92,139); }
td.TdClassName
{
border-color: #E15C8B;
}
.TagClassName
{
border-color: #E15C8B;
}
</style>