Shades of Dark Pink #E15A7C
Tints of Dark Pink #E15A7C
RGB
CMYK
RGB Variations
Color information
#E15A7C (or 0xE15A7C) is known color: Dark Pink. HEX triplet: E1, 5A and 7C. RGB value is (225,90,124). Sum of RGB (Red+Green+Blue) = 225+90+124=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15A7C is #1EA583. Grayscale: #868686. Windows color (decimal): -2008452 or 8149729. OLE color: 8149729.
HSL color Cylindrical-coordinate representation of color #E15A7C: hue angle of 344.89º 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 #E15A7C is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 124 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.12 |
| HSL | 344.89º | 0.69% | 0.62% | - |
| HSV(B) | 344.89º | 0.6% | 0.88% | - |
| XYZ | 38.35 | 24.78 | 21.83 | - |
| YUV | 134.24 | 122.23 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 124 | 0 | 0.60 | 0.45 | 0.12 | 344.89 | 0.69 | 0.62 |
| Hex | E1 | 5A | 7C | 0 | 3C | 2D | C | 159 | 45 | 3E |
| Octal | 341 | 132 | 174 | 0 | 74 | 55 | 14 | 531 | 105 | 76 |
| Binary | 11100001 | 1011010 | 1111100 | 0 | 111100 | 101101 | 1100 | 101011001 | 1000101 | 111110 |
Color Harmonies of #E15A7C
Complementary color
Monochromatic Colors of #E15A7C
Black with #E15A7C
Text Example
Text Example
White with #E15A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15A7C; }
p { color: rgb(225,90,124); }
H1.HeaderClassName
{
color: #E15A7C;
}
.AnyTagClassName
{
color: #E15A7C;
}
</style>
background-color css
<style>
a { background-color: #E15A7C; }
a { background-color: rgb(225,90,124); }
div.DivClassName
{
background-color: #E15A7C;
}
.BgClassName
{
background-color: #E15A7C;
}
</style>
border-color css
<style>
span { border-color: #E15A7C; }
span { border-color: rgb(225,90,124); }
td.TdClassName
{
border-color: #E15A7C;
}
.TagClassName
{
border-color: #E15A7C;
}
</style>