Shades of Dark Pink #E7518B
Tints of Dark Pink #E7518B
RGB
CMYK
RGB Variations
Color information
#E7518B (or 0xE7518B) is known color: Dark Pink. HEX triplet: E7, 51 and 8B. RGB value is (231,81,139). Sum of RGB (Red+Green+Blue) = 231+81+139=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E7518B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7518B is #18AE74. Grayscale: #848484. Windows color (decimal): -1617525 or 9130471. OLE color: 9130471.
HSL color Cylindrical-coordinate representation of color #E7518B: hue angle of 336.8º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7518B is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 81 | 139 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.09 |
| HSL | 336.8º | 0.76% | 0.61% | - |
| HSV(B) | 336.8º | 0.65% | 0.91% | - |
| XYZ | 40.56 | 24.74 | 27.06 | - |
| YUV | 132.46 | 131.7 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 81 | 139 | 0 | 0.65 | 0.40 | 0.09 | 336.8 | 0.76 | 0.61 |
| Hex | E7 | 51 | 8B | 0 | 41 | 28 | 9 | 151 | 4C | 3D |
| Octal | 347 | 121 | 213 | 0 | 101 | 50 | 11 | 521 | 114 | 75 |
| Binary | 11100111 | 1010001 | 10001011 | 0 | 1000001 | 101000 | 1001 | 101010001 | 1001100 | 111101 |
Color Harmonies of #E7518B
Complementary color
Monochromatic Colors of #E7518B
Black with #E7518B
Text Example
Text Example
White with #E7518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7518B; }
p { color: rgb(231,81,139); }
H1.HeaderClassName
{
color: #E7518B;
}
.AnyTagClassName
{
color: #E7518B;
}
</style>
background-color css
<style>
a { background-color: #E7518B; }
a { background-color: rgb(231,81,139); }
div.DivClassName
{
background-color: #E7518B;
}
.BgClassName
{
background-color: #E7518B;
}
</style>
border-color css
<style>
span { border-color: #E7518B; }
span { border-color: rgb(231,81,139); }
td.TdClassName
{
border-color: #E7518B;
}
.TagClassName
{
border-color: #E7518B;
}
</style>