Shades of Dark Pink #E15B7A
Tints of Dark Pink #E15B7A
RGB
CMYK
RGB Variations
Color information
#E15B7A (or 0xE15B7A) is known color: Dark Pink. HEX triplet: E1, 5B and 7A. RGB value is (225,91,122). Sum of RGB (Red+Green+Blue) = 225+91+122=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15B7A is #1EA485. Grayscale: #868686. Windows color (decimal): -2008198 or 8018913. OLE color: 8018913.
HSL color Cylindrical-coordinate representation of color #E15B7A: hue angle of 346.12º 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 #E15B7A is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 122 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.12 |
| HSL | 346.12º | 0.69% | 0.62% | - |
| HSV(B) | 346.12º | 0.6% | 0.88% | - |
| XYZ | 38.31 | 24.89 | 21.2 | - |
| YUV | 134.6 | 120.89 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 122 | 0 | 0.60 | 0.46 | 0.12 | 346.12 | 0.69 | 0.62 |
| Hex | E1 | 5B | 7A | 0 | 3C | 2E | C | 15A | 45 | 3E |
| Octal | 341 | 133 | 172 | 0 | 74 | 56 | 14 | 532 | 105 | 76 |
| Binary | 11100001 | 1011011 | 1111010 | 0 | 111100 | 101110 | 1100 | 101011010 | 1000101 | 111110 |
Color Harmonies of #E15B7A
Complementary color
Monochromatic Colors of #E15B7A
Black with #E15B7A
Text Example
Text Example
White with #E15B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15B7A; }
p { color: rgb(225,91,122); }
H1.HeaderClassName
{
color: #E15B7A;
}
.AnyTagClassName
{
color: #E15B7A;
}
</style>
background-color css
<style>
a { background-color: #E15B7A; }
a { background-color: rgb(225,91,122); }
div.DivClassName
{
background-color: #E15B7A;
}
.BgClassName
{
background-color: #E15B7A;
}
</style>
border-color css
<style>
span { border-color: #E15B7A; }
span { border-color: rgb(225,91,122); }
td.TdClassName
{
border-color: #E15B7A;
}
.TagClassName
{
border-color: #E15B7A;
}
</style>