Shades of Dark Pink #E15580
Tints of Dark Pink #E15580
RGB
CMYK
RGB Variations
Color information
#E15580 (or 0xE15580) is known color: Dark Pink. HEX triplet: E1, 55 and 80. RGB value is (225,85,128). Sum of RGB (Red+Green+Blue) = 225+85+128=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E15580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15580 is #1EAA7F. Grayscale: #838383. Windows color (decimal): -2009728 or 8410593. OLE color: 8410593.
HSL color Cylindrical-coordinate representation of color #E15580: hue angle of 341.57º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E15580 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 128 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.12 |
| HSL | 341.57º | 0.7% | 0.61% | - |
| HSV(B) | 341.57º | 0.62% | 0.88% | - |
| XYZ | 38.2 | 24.06 | 23.05 | - |
| YUV | 131.76 | 125.88 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 128 | 0 | 0.62 | 0.43 | 0.12 | 341.57 | 0.7 | 0.61 |
| Hex | E1 | 55 | 80 | 0 | 3E | 2B | C | 156 | 46 | 3D |
| Octal | 341 | 125 | 200 | 0 | 76 | 53 | 14 | 526 | 106 | 75 |
| Binary | 11100001 | 1010101 | 10000000 | 0 | 111110 | 101011 | 1100 | 101010110 | 1000110 | 111101 |
Color Harmonies of #E15580
Complementary color
Monochromatic Colors of #E15580
Black with #E15580
Text Example
Text Example
White with #E15580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15580; }
p { color: rgb(225,85,128); }
H1.HeaderClassName
{
color: #E15580;
}
.AnyTagClassName
{
color: #E15580;
}
</style>
background-color css
<style>
a { background-color: #E15580; }
a { background-color: rgb(225,85,128); }
div.DivClassName
{
background-color: #E15580;
}
.BgClassName
{
background-color: #E15580;
}
</style>
border-color css
<style>
span { border-color: #E15580; }
span { border-color: rgb(225,85,128); }
td.TdClassName
{
border-color: #E15580;
}
.TagClassName
{
border-color: #E15580;
}
</style>