Shades of Dark Pink #E4518F
Tints of Dark Pink #E4518F
RGB
CMYK
RGB Variations
Color information
#E4518F (or 0xE4518F) is known color: Dark Pink. HEX triplet: E4, 51 and 8F. RGB value is (228,81,143). Sum of RGB (Red+Green+Blue) = 228+81+143=452 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.44% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 228 - color contains mainly: red. Hex color #E4518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E4518F is #1BAE70. Grayscale: #838383. Windows color (decimal): -1814129 or 9392612. OLE color: 9392612.
HSL color Cylindrical-coordinate representation of color #E4518F: hue angle of 334.69º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E4518F is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 81 | 143 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.11 |
| HSL | 334.69º | 0.73% | 0.61% | - |
| HSV(B) | 334.69º | 0.64% | 0.89% | - |
| XYZ | 39.9 | 24.36 | 28.59 | - |
| YUV | 132.02 | 134.2 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 81 | 143 | 0 | 0.64 | 0.37 | 0.11 | 334.69 | 0.73 | 0.61 |
| Hex | E4 | 51 | 8F | 0 | 40 | 25 | B | 14F | 49 | 3D |
| Octal | 344 | 121 | 217 | 0 | 100 | 45 | 13 | 517 | 111 | 75 |
| Binary | 11100100 | 1010001 | 10001111 | 0 | 1000000 | 100101 | 1011 | 101001111 | 1001001 | 111101 |
Color Harmonies of #E4518F
Complementary color
Monochromatic Colors of #E4518F
Black with #E4518F
Text Example
Text Example
White with #E4518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4518F; }
p { color: rgb(228,81,143); }
H1.HeaderClassName
{
color: #E4518F;
}
.AnyTagClassName
{
color: #E4518F;
}
</style>
background-color css
<style>
a { background-color: #E4518F; }
a { background-color: rgb(228,81,143); }
div.DivClassName
{
background-color: #E4518F;
}
.BgClassName
{
background-color: #E4518F;
}
</style>
border-color css
<style>
span { border-color: #E4518F; }
span { border-color: rgb(228,81,143); }
td.TdClassName
{
border-color: #E4518F;
}
.TagClassName
{
border-color: #E4518F;
}
</style>