Shades of Dark Pink #E15A7B
Tints of Dark Pink #E15A7B
RGB
CMYK
RGB Variations
Color information
#E15A7B (or 0xE15A7B) is known color: Dark Pink. HEX triplet: E1, 5A and 7B. RGB value is (225,90,123). Sum of RGB (Red+Green+Blue) = 225+90+123=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15A7B is #1EA584. Grayscale: #868686. Windows color (decimal): -2008453 or 8084193. OLE color: 8084193.
HSL color Cylindrical-coordinate representation of color #E15A7B: hue angle of 345.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 #E15A7B is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 123 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.12 |
| HSL | 345.33º | 0.69% | 0.62% | - |
| HSV(B) | 345.33º | 0.6% | 0.88% | - |
| XYZ | 38.28 | 24.75 | 21.5 | - |
| YUV | 134.13 | 121.73 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 123 | 0 | 0.60 | 0.45 | 0.12 | 345.33 | 0.69 | 0.62 |
| Hex | E1 | 5A | 7B | 0 | 3C | 2D | C | 159 | 45 | 3E |
| Octal | 341 | 132 | 173 | 0 | 74 | 55 | 14 | 531 | 105 | 76 |
| Binary | 11100001 | 1011010 | 1111011 | 0 | 111100 | 101101 | 1100 | 101011001 | 1000101 | 111110 |
Color Harmonies of #E15A7B
Complementary color
Monochromatic Colors of #E15A7B
Black with #E15A7B
Text Example
Text Example
White with #E15A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15A7B; }
p { color: rgb(225,90,123); }
H1.HeaderClassName
{
color: #E15A7B;
}
.AnyTagClassName
{
color: #E15A7B;
}
</style>
background-color css
<style>
a { background-color: #E15A7B; }
a { background-color: rgb(225,90,123); }
div.DivClassName
{
background-color: #E15A7B;
}
.BgClassName
{
background-color: #E15A7B;
}
</style>
border-color css
<style>
span { border-color: #E15A7B; }
span { border-color: rgb(225,90,123); }
td.TdClassName
{
border-color: #E15A7B;
}
.TagClassName
{
border-color: #E15A7B;
}
</style>