Shades of Dark Pink #E4507C
Tints of Dark Pink #E4507C
RGB
CMYK
RGB Variations
Color information
#E4507C (or 0xE4507C) is known color: Dark Pink. HEX triplet: E4, 50 and 7C. RGB value is (228,80,124). Sum of RGB (Red+Green+Blue) = 228+80+124=432 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.78% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 228 - color contains mainly: red. Hex color #E4507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4507C is #1BAF83. Grayscale: #818181. Windows color (decimal): -1814404 or 8147172. OLE color: 8147172.
HSL color Cylindrical-coordinate representation of color #E4507C: hue angle of 342.16º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E4507C is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 80 | 124 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.11 |
| HSL | 342.16º | 0.73% | 0.6% | - |
| HSV(B) | 342.16º | 0.65% | 0.89% | - |
| XYZ | 38.5 | 23.69 | 21.61 | - |
| YUV | 129.27 | 125.03 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 124 | 0 | 0.65 | 0.46 | 0.11 | 342.16 | 0.73 | 0.6 |
| Hex | E4 | 50 | 7C | 0 | 41 | 2E | B | 156 | 49 | 3C |
| Octal | 344 | 120 | 174 | 0 | 101 | 56 | 13 | 526 | 111 | 74 |
| Binary | 11100100 | 1010000 | 1111100 | 0 | 1000001 | 101110 | 1011 | 101010110 | 1001001 | 111100 |
Color Harmonies of #E4507C
Complementary color
Monochromatic Colors of #E4507C
Black with #E4507C
Text Example
Text Example
White with #E4507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4507C; }
p { color: rgb(228,80,124); }
H1.HeaderClassName
{
color: #E4507C;
}
.AnyTagClassName
{
color: #E4507C;
}
</style>
background-color css
<style>
a { background-color: #E4507C; }
a { background-color: rgb(228,80,124); }
div.DivClassName
{
background-color: #E4507C;
}
.BgClassName
{
background-color: #E4507C;
}
</style>
border-color css
<style>
span { border-color: #E4507C; }
span { border-color: rgb(228,80,124); }
td.TdClassName
{
border-color: #E4507C;
}
.TagClassName
{
border-color: #E4507C;
}
</style>