Shades of Dark Pink #E15D7F
Tints of Dark Pink #E15D7F
RGB
CMYK
RGB Variations
Color information
#E15D7F (or 0xE15D7F) is known color: Dark Pink. HEX triplet: E1, 5D and 7F. RGB value is (225,93,127). Sum of RGB (Red+Green+Blue) = 225+93+127=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15D7F is #1EA280. Grayscale: #888888. Windows color (decimal): -2007681 or 8347105. OLE color: 8347105.
HSL color Cylindrical-coordinate representation of color #E15D7F: hue angle of 344.55º 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 #E15D7F is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 127 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.12 |
| HSL | 344.55º | 0.69% | 0.62% | - |
| HSV(B) | 344.55º | 0.59% | 0.88% | - |
| XYZ | 38.8 | 25.37 | 22.93 | - |
| YUV | 136.34 | 122.73 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 127 | 0 | 0.59 | 0.44 | 0.12 | 344.55 | 0.69 | 0.62 |
| Hex | E1 | 5D | 7F | 0 | 3B | 2C | C | 159 | 45 | 3E |
| Octal | 341 | 135 | 177 | 0 | 73 | 54 | 14 | 531 | 105 | 76 |
| Binary | 11100001 | 1011101 | 1111111 | 0 | 111011 | 101100 | 1100 | 101011001 | 1000101 | 111110 |
Color Harmonies of #E15D7F
Complementary color
Monochromatic Colors of #E15D7F
Black with #E15D7F
Text Example
Text Example
White with #E15D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15D7F; }
p { color: rgb(225,93,127); }
H1.HeaderClassName
{
color: #E15D7F;
}
.AnyTagClassName
{
color: #E15D7F;
}
</style>
background-color css
<style>
a { background-color: #E15D7F; }
a { background-color: rgb(225,93,127); }
div.DivClassName
{
background-color: #E15D7F;
}
.BgClassName
{
background-color: #E15D7F;
}
</style>
border-color css
<style>
span { border-color: #E15D7F; }
span { border-color: rgb(225,93,127); }
td.TdClassName
{
border-color: #E15D7F;
}
.TagClassName
{
border-color: #E15D7F;
}
</style>