Shades of Dark Pink #E15C7D
Tints of Dark Pink #E15C7D
RGB
CMYK
RGB Variations
Color information
#E15C7D (or 0xE15C7D) is known color: Dark Pink. HEX triplet: E1, 5C and 7D. RGB value is (225,92,125). Sum of RGB (Red+Green+Blue) = 225+92+125=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C7D is #1EA382. Grayscale: #878787. Windows color (decimal): -2007939 or 8215777. OLE color: 8215777.
HSL color Cylindrical-coordinate representation of color #E15C7D: hue angle of 345.11º 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 #E15C7D is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 125 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.12 |
| HSL | 345.11º | 0.69% | 0.62% | - |
| HSV(B) | 345.11º | 0.59% | 0.88% | - |
| XYZ | 38.58 | 25.14 | 22.22 | - |
| YUV | 135.53 | 122.06 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 125 | 0 | 0.59 | 0.44 | 0.12 | 345.11 | 0.69 | 0.62 |
| Hex | E1 | 5C | 7D | 0 | 3B | 2C | C | 159 | 45 | 3E |
| Octal | 341 | 134 | 175 | 0 | 73 | 54 | 14 | 531 | 105 | 76 |
| Binary | 11100001 | 1011100 | 1111101 | 0 | 111011 | 101100 | 1100 | 101011001 | 1000101 | 111110 |
Color Harmonies of #E15C7D
Complementary color
Monochromatic Colors of #E15C7D
Black with #E15C7D
Text Example
Text Example
White with #E15C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15C7D; }
p { color: rgb(225,92,125); }
H1.HeaderClassName
{
color: #E15C7D;
}
.AnyTagClassName
{
color: #E15C7D;
}
</style>
background-color css
<style>
a { background-color: #E15C7D; }
a { background-color: rgb(225,92,125); }
div.DivClassName
{
background-color: #E15C7D;
}
.BgClassName
{
background-color: #E15C7D;
}
</style>
border-color css
<style>
span { border-color: #E15C7D; }
span { border-color: rgb(225,92,125); }
td.TdClassName
{
border-color: #E15C7D;
}
.TagClassName
{
border-color: #E15C7D;
}
</style>