Shades of Dark Pink #E15482
Tints of Dark Pink #E15482
RGB
CMYK
RGB Variations
Color information
#E15482 (or 0xE15482) is known color: Dark Pink. HEX triplet: E1, 54 and 82. RGB value is (225,84,130). Sum of RGB (Red+Green+Blue) = 225+84+130=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E15482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15482 is #1EAB7D. Grayscale: #838383. Windows color (decimal): -2009982 or 8541409. OLE color: 8541409.
HSL color Cylindrical-coordinate representation of color #E15482: hue angle of 340.43º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E15482 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 84 | 130 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.12 |
| HSL | 340.43º | 0.7% | 0.61% | - |
| HSV(B) | 340.43º | 0.63% | 0.88% | - |
| XYZ | 38.25 | 23.96 | 23.73 | - |
| YUV | 131.4 | 127.21 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 130 | 0 | 0.63 | 0.42 | 0.12 | 340.43 | 0.7 | 0.61 |
| Hex | E1 | 54 | 82 | 0 | 3F | 2A | C | 154 | 46 | 3D |
| Octal | 341 | 124 | 202 | 0 | 77 | 52 | 14 | 524 | 106 | 75 |
| Binary | 11100001 | 1010100 | 10000010 | 0 | 111111 | 101010 | 1100 | 101010100 | 1000110 | 111101 |
Color Harmonies of #E15482
Complementary color
Monochromatic Colors of #E15482
Black with #E15482
Text Example
Text Example
White with #E15482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15482; }
p { color: rgb(225,84,130); }
H1.HeaderClassName
{
color: #E15482;
}
.AnyTagClassName
{
color: #E15482;
}
</style>
background-color css
<style>
a { background-color: #E15482; }
a { background-color: rgb(225,84,130); }
div.DivClassName
{
background-color: #E15482;
}
.BgClassName
{
background-color: #E15482;
}
</style>
border-color css
<style>
span { border-color: #E15482; }
span { border-color: rgb(225,84,130); }
td.TdClassName
{
border-color: #E15482;
}
.TagClassName
{
border-color: #E15482;
}
</style>