Shades of Dark Pink #E15E82
Tints of Dark Pink #E15E82
RGB
CMYK
RGB Variations
Color information
#E15E82 (or 0xE15E82) is known color: Dark Pink. HEX triplet: E1, 5E and 82. RGB value is (225,94,130). Sum of RGB (Red+Green+Blue) = 225+94+130=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15E82 is #1EA17D. Grayscale: #898989. Windows color (decimal): -2007422 or 8543969. OLE color: 8543969.
HSL color Cylindrical-coordinate representation of color #E15E82: hue angle of 343.51º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15E82 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 94 | 130 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.12 |
| HSL | 343.51º | 0.69% | 0.63% | - |
| HSV(B) | 343.51º | 0.58% | 0.88% | - |
| XYZ | 39.08 | 25.62 | 24.01 | - |
| YUV | 137.27 | 123.9 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 130 | 0 | 0.58 | 0.42 | 0.12 | 343.51 | 0.69 | 0.63 |
| Hex | E1 | 5E | 82 | 0 | 3A | 2A | C | 158 | 45 | 3F |
| Octal | 341 | 136 | 202 | 0 | 72 | 52 | 14 | 530 | 105 | 77 |
| Binary | 11100001 | 1011110 | 10000010 | 0 | 111010 | 101010 | 1100 | 101011000 | 1000101 | 111111 |
Color Harmonies of #E15E82
Complementary color
Monochromatic Colors of #E15E82
Black with #E15E82
Text Example
Text Example
White with #E15E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15E82; }
p { color: rgb(225,94,130); }
H1.HeaderClassName
{
color: #E15E82;
}
.AnyTagClassName
{
color: #E15E82;
}
</style>
background-color css
<style>
a { background-color: #E15E82; }
a { background-color: rgb(225,94,130); }
div.DivClassName
{
background-color: #E15E82;
}
.BgClassName
{
background-color: #E15E82;
}
</style>
border-color css
<style>
span { border-color: #E15E82; }
span { border-color: rgb(225,94,130); }
td.TdClassName
{
border-color: #E15E82;
}
.TagClassName
{
border-color: #E15E82;
}
</style>