Shades of Dark Pink #E15D81
Tints of Dark Pink #E15D81
RGB
CMYK
RGB Variations
Color information
#E15D81 (or 0xE15D81) is known color: Dark Pink. HEX triplet: E1, 5D and 81. RGB value is (225,93,129). Sum of RGB (Red+Green+Blue) = 225+93+129=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15D81 is #1EA27E. Grayscale: #888888. Windows color (decimal): -2007679 or 8478177. OLE color: 8478177.
HSL color Cylindrical-coordinate representation of color #E15D81: hue angle of 343.64º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15D81 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 129 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.12 |
| HSL | 343.64º | 0.69% | 0.62% | - |
| HSV(B) | 343.64º | 0.59% | 0.88% | - |
| XYZ | 38.93 | 25.42 | 23.62 | - |
| YUV | 136.57 | 123.73 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 129 | 0 | 0.59 | 0.43 | 0.12 | 343.64 | 0.69 | 0.62 |
| Hex | E1 | 5D | 81 | 0 | 3B | 2B | C | 158 | 45 | 3E |
| Octal | 341 | 135 | 201 | 0 | 73 | 53 | 14 | 530 | 105 | 76 |
| Binary | 11100001 | 1011101 | 10000001 | 0 | 111011 | 101011 | 1100 | 101011000 | 1000101 | 111110 |
Color Harmonies of #E15D81
Complementary color
Monochromatic Colors of #E15D81
Black with #E15D81
Text Example
Text Example
White with #E15D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15D81; }
p { color: rgb(225,93,129); }
H1.HeaderClassName
{
color: #E15D81;
}
.AnyTagClassName
{
color: #E15D81;
}
</style>
background-color css
<style>
a { background-color: #E15D81; }
a { background-color: rgb(225,93,129); }
div.DivClassName
{
background-color: #E15D81;
}
.BgClassName
{
background-color: #E15D81;
}
</style>
border-color css
<style>
span { border-color: #E15D81; }
span { border-color: rgb(225,93,129); }
td.TdClassName
{
border-color: #E15D81;
}
.TagClassName
{
border-color: #E15D81;
}
</style>