Shades of Dark Pink #E15B7E
Tints of Dark Pink #E15B7E
RGB
CMYK
RGB Variations
Color information
#E15B7E (or 0xE15B7E) is known color: Dark Pink. HEX triplet: E1, 5B and 7E. RGB value is (225,91,126). Sum of RGB (Red+Green+Blue) = 225+91+126=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15B7E is #1EA481. Grayscale: #878787. Windows color (decimal): -2008194 or 8281057. OLE color: 8281057.
HSL color Cylindrical-coordinate representation of color #E15B7E: hue angle of 344.33º 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 #E15B7E is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 126 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.12 |
| HSL | 344.33º | 0.69% | 0.62% | - |
| HSV(B) | 344.33º | 0.6% | 0.88% | - |
| XYZ | 38.56 | 25 | 22.53 | - |
| YUV | 135.06 | 122.89 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 126 | 0 | 0.60 | 0.44 | 0.12 | 344.33 | 0.69 | 0.62 |
| Hex | E1 | 5B | 7E | 0 | 3C | 2C | C | 158 | 45 | 3E |
| Octal | 341 | 133 | 176 | 0 | 74 | 54 | 14 | 530 | 105 | 76 |
| Binary | 11100001 | 1011011 | 1111110 | 0 | 111100 | 101100 | 1100 | 101011000 | 1000101 | 111110 |
Color Harmonies of #E15B7E
Complementary color
Monochromatic Colors of #E15B7E
Black with #E15B7E
Text Example
Text Example
White with #E15B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15B7E; }
p { color: rgb(225,91,126); }
H1.HeaderClassName
{
color: #E15B7E;
}
.AnyTagClassName
{
color: #E15B7E;
}
</style>
background-color css
<style>
a { background-color: #E15B7E; }
a { background-color: rgb(225,91,126); }
div.DivClassName
{
background-color: #E15B7E;
}
.BgClassName
{
background-color: #E15B7E;
}
</style>
border-color css
<style>
span { border-color: #E15B7E; }
span { border-color: rgb(225,91,126); }
td.TdClassName
{
border-color: #E15B7E;
}
.TagClassName
{
border-color: #E15B7E;
}
</style>