Shades of Dark Pink #E15790
Tints of Dark Pink #E15790
RGB
CMYK
RGB Variations
Color information
#E15790 (or 0xE15790) is known color: Dark Pink. HEX triplet: E1, 57 and 90. RGB value is (225,87,144). Sum of RGB (Red+Green+Blue) = 225+87+144=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E15790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15790 is #1EA86F. Grayscale: #868686. Windows color (decimal): -2009200 or 9459681. OLE color: 9459681.
HSL color Cylindrical-coordinate representation of color #E15790: hue angle of 335.22º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E15790 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 144 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.12 |
| HSL | 335.22º | 0.7% | 0.61% | - |
| HSV(B) | 335.22º | 0.61% | 0.88% | - |
| XYZ | 39.49 | 24.84 | 29.1 | - |
| YUV | 134.76 | 133.22 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 144 | 0 | 0.61 | 0.36 | 0.12 | 335.22 | 0.7 | 0.61 |
| Hex | E1 | 57 | 90 | 0 | 3D | 24 | C | 14F | 46 | 3D |
| Octal | 341 | 127 | 220 | 0 | 75 | 44 | 14 | 517 | 106 | 75 |
| Binary | 11100001 | 1010111 | 10010000 | 0 | 111101 | 100100 | 1100 | 101001111 | 1000110 | 111101 |
Color Harmonies of #E15790
Complementary color
Monochromatic Colors of #E15790
Black with #E15790
Text Example
Text Example
White with #E15790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15790; }
p { color: rgb(225,87,144); }
H1.HeaderClassName
{
color: #E15790;
}
.AnyTagClassName
{
color: #E15790;
}
</style>
background-color css
<style>
a { background-color: #E15790; }
a { background-color: rgb(225,87,144); }
div.DivClassName
{
background-color: #E15790;
}
.BgClassName
{
background-color: #E15790;
}
</style>
border-color css
<style>
span { border-color: #E15790; }
span { border-color: rgb(225,87,144); }
td.TdClassName
{
border-color: #E15790;
}
.TagClassName
{
border-color: #E15790;
}
</style>