Shades of Dark Pink #E5518B
Tints of Dark Pink #E5518B
RGB
CMYK
RGB Variations
Color information
#E5518B (or 0xE5518B) is known color: Dark Pink. HEX triplet: E5, 51 and 8B. RGB value is (229,81,139). Sum of RGB (Red+Green+Blue) = 229+81+139=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E5518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5518B is #1AAE74. Grayscale: #838383. Windows color (decimal): -1748597 or 9130469. OLE color: 9130469.
HSL color Cylindrical-coordinate representation of color #E5518B: hue angle of 336.49º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5518B is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 139 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.10 |
| HSL | 336.49º | 0.74% | 0.61% | - |
| HSV(B) | 336.49º | 0.65% | 0.9% | - |
| XYZ | 39.92 | 24.41 | 27.03 | - |
| YUV | 131.86 | 132.03 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 139 | 0 | 0.65 | 0.39 | 0.10 | 336.49 | 0.74 | 0.61 |
| Hex | E5 | 51 | 8B | 0 | 41 | 27 | A | 150 | 4A | 3D |
| Octal | 345 | 121 | 213 | 0 | 101 | 47 | 12 | 520 | 112 | 75 |
| Binary | 11100101 | 1010001 | 10001011 | 0 | 1000001 | 100111 | 1010 | 101010000 | 1001010 | 111101 |
Color Harmonies of #E5518B
Complementary color
Monochromatic Colors of #E5518B
Black with #E5518B
Text Example
Text Example
White with #E5518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5518B; }
p { color: rgb(229,81,139); }
H1.HeaderClassName
{
color: #E5518B;
}
.AnyTagClassName
{
color: #E5518B;
}
</style>
background-color css
<style>
a { background-color: #E5518B; }
a { background-color: rgb(229,81,139); }
div.DivClassName
{
background-color: #E5518B;
}
.BgClassName
{
background-color: #E5518B;
}
</style>
border-color css
<style>
span { border-color: #E5518B; }
span { border-color: rgb(229,81,139); }
td.TdClassName
{
border-color: #E5518B;
}
.TagClassName
{
border-color: #E5518B;
}
</style>