Shades of Dark Pink #E15581
Tints of Dark Pink #E15581
RGB
CMYK
RGB Variations
Color information
#E15581 (or 0xE15581) is known color: Dark Pink. HEX triplet: E1, 55 and 81. RGB value is (225,85,129). Sum of RGB (Red+Green+Blue) = 225+85+129=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E15581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15581 is #1EAA7E. Grayscale: #838383. Windows color (decimal): -2009727 or 8476129. OLE color: 8476129.
HSL color Cylindrical-coordinate representation of color #E15581: hue angle of 341.14º 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 #E15581 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 129 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.12 |
| HSL | 341.14º | 0.7% | 0.61% | - |
| HSV(B) | 341.14º | 0.62% | 0.88% | - |
| XYZ | 38.26 | 24.09 | 23.4 | - |
| YUV | 131.88 | 126.38 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 129 | 0 | 0.62 | 0.43 | 0.12 | 341.14 | 0.7 | 0.61 |
| Hex | E1 | 55 | 81 | 0 | 3E | 2B | C | 155 | 46 | 3D |
| Octal | 341 | 125 | 201 | 0 | 76 | 53 | 14 | 525 | 106 | 75 |
| Binary | 11100001 | 1010101 | 10000001 | 0 | 111110 | 101011 | 1100 | 101010101 | 1000110 | 111101 |
Color Harmonies of #E15581
Complementary color
Monochromatic Colors of #E15581
Black with #E15581
Text Example
Text Example
White with #E15581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15581; }
p { color: rgb(225,85,129); }
H1.HeaderClassName
{
color: #E15581;
}
.AnyTagClassName
{
color: #E15581;
}
</style>
background-color css
<style>
a { background-color: #E15581; }
a { background-color: rgb(225,85,129); }
div.DivClassName
{
background-color: #E15581;
}
.BgClassName
{
background-color: #E15581;
}
</style>
border-color css
<style>
span { border-color: #E15581; }
span { border-color: rgb(225,85,129); }
td.TdClassName
{
border-color: #E15581;
}
.TagClassName
{
border-color: #E15581;
}
</style>