Shades of Dark Pink #E15B7D
Tints of Dark Pink #E15B7D
RGB
CMYK
RGB Variations
Color information
#E15B7D (or 0xE15B7D) is known color: Dark Pink. HEX triplet: E1, 5B and 7D. RGB value is (225,91,125). Sum of RGB (Red+Green+Blue) = 225+91+125=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15B7D is #1EA482. Grayscale: #868686. Windows color (decimal): -2008195 or 8215521. OLE color: 8215521.
HSL color Cylindrical-coordinate representation of color #E15B7D: hue angle of 344.78º 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 #E15B7D is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 125 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.12 |
| HSL | 344.78º | 0.69% | 0.62% | - |
| HSV(B) | 344.78º | 0.6% | 0.88% | - |
| XYZ | 38.49 | 24.97 | 22.19 | - |
| YUV | 134.94 | 122.39 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 125 | 0 | 0.60 | 0.44 | 0.12 | 344.78 | 0.69 | 0.62 |
| Hex | E1 | 5B | 7D | 0 | 3C | 2C | C | 159 | 45 | 3E |
| Octal | 341 | 133 | 175 | 0 | 74 | 54 | 14 | 531 | 105 | 76 |
| Binary | 11100001 | 1011011 | 1111101 | 0 | 111100 | 101100 | 1100 | 101011001 | 1000101 | 111110 |
Color Harmonies of #E15B7D
Complementary color
Monochromatic Colors of #E15B7D
Black with #E15B7D
Text Example
Text Example
White with #E15B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15B7D; }
p { color: rgb(225,91,125); }
H1.HeaderClassName
{
color: #E15B7D;
}
.AnyTagClassName
{
color: #E15B7D;
}
</style>
background-color css
<style>
a { background-color: #E15B7D; }
a { background-color: rgb(225,91,125); }
div.DivClassName
{
background-color: #E15B7D;
}
.BgClassName
{
background-color: #E15B7D;
}
</style>
border-color css
<style>
span { border-color: #E15B7D; }
span { border-color: rgb(225,91,125); }
td.TdClassName
{
border-color: #E15B7D;
}
.TagClassName
{
border-color: #E15B7D;
}
</style>