Shades of Dark Pink #E15682
Tints of Dark Pink #E15682
RGB
CMYK
RGB Variations
Color information
#E15682 (or 0xE15682) is known color: Dark Pink. HEX triplet: E1, 56 and 82. RGB value is (225,86,130). Sum of RGB (Red+Green+Blue) = 225+86+130=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E15682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15682 is #1EA97D. Grayscale: #848484. Windows color (decimal): -2009470 or 8541921. OLE color: 8541921.
HSL color Cylindrical-coordinate representation of color #E15682: hue angle of 341.01º 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 #E15682 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 86 | 130 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.12 |
| HSL | 341.01º | 0.7% | 0.61% | - |
| HSV(B) | 341.01º | 0.62% | 0.88% | - |
| XYZ | 38.41 | 24.27 | 23.78 | - |
| YUV | 132.58 | 126.55 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 130 | 0 | 0.62 | 0.42 | 0.12 | 341.01 | 0.7 | 0.61 |
| Hex | E1 | 56 | 82 | 0 | 3E | 2A | C | 155 | 46 | 3D |
| Octal | 341 | 126 | 202 | 0 | 76 | 52 | 14 | 525 | 106 | 75 |
| Binary | 11100001 | 1010110 | 10000010 | 0 | 111110 | 101010 | 1100 | 101010101 | 1000110 | 111101 |
Color Harmonies of #E15682
Complementary color
Monochromatic Colors of #E15682
Black with #E15682
Text Example
Text Example
White with #E15682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15682; }
p { color: rgb(225,86,130); }
H1.HeaderClassName
{
color: #E15682;
}
.AnyTagClassName
{
color: #E15682;
}
</style>
background-color css
<style>
a { background-color: #E15682; }
a { background-color: rgb(225,86,130); }
div.DivClassName
{
background-color: #E15682;
}
.BgClassName
{
background-color: #E15682;
}
</style>
border-color css
<style>
span { border-color: #E15682; }
span { border-color: rgb(225,86,130); }
td.TdClassName
{
border-color: #E15682;
}
.TagClassName
{
border-color: #E15682;
}
</style>