Shades of Dark Pink #E5518A
Tints of Dark Pink #E5518A
RGB
CMYK
RGB Variations
Color information
#E5518A (or 0xE5518A) is known color: Dark Pink. HEX triplet: E5, 51 and 8A. RGB value is (229,81,138). Sum of RGB (Red+Green+Blue) = 229+81+138=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E5518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5518A is #1AAE75. Grayscale: #838383. Windows color (decimal): -1748598 or 9064933. OLE color: 9064933.
HSL color Cylindrical-coordinate representation of color #E5518A: hue angle of 336.89º 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 #E5518A is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 138 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.10 |
| HSL | 336.89º | 0.74% | 0.61% | - |
| HSV(B) | 336.89º | 0.65% | 0.9% | - |
| XYZ | 39.84 | 24.38 | 26.65 | - |
| YUV | 131.75 | 131.53 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 138 | 0 | 0.65 | 0.40 | 0.10 | 336.89 | 0.74 | 0.61 |
| Hex | E5 | 51 | 8A | 0 | 41 | 28 | A | 151 | 4A | 3D |
| Octal | 345 | 121 | 212 | 0 | 101 | 50 | 12 | 521 | 112 | 75 |
| Binary | 11100101 | 1010001 | 10001010 | 0 | 1000001 | 101000 | 1010 | 101010001 | 1001010 | 111101 |
Color Harmonies of #E5518A
Complementary color
Monochromatic Colors of #E5518A
Black with #E5518A
Text Example
Text Example
White with #E5518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5518A; }
p { color: rgb(229,81,138); }
H1.HeaderClassName
{
color: #E5518A;
}
.AnyTagClassName
{
color: #E5518A;
}
</style>
background-color css
<style>
a { background-color: #E5518A; }
a { background-color: rgb(229,81,138); }
div.DivClassName
{
background-color: #E5518A;
}
.BgClassName
{
background-color: #E5518A;
}
</style>
border-color css
<style>
span { border-color: #E5518A; }
span { border-color: rgb(229,81,138); }
td.TdClassName
{
border-color: #E5518A;
}
.TagClassName
{
border-color: #E5518A;
}
</style>