Shades of Dark Pink #E4507E
Tints of Dark Pink #E4507E
RGB
CMYK
RGB Variations
Color information
#E4507E (or 0xE4507E) is known color: Dark Pink. HEX triplet: E4, 50 and 7E. RGB value is (228,80,126). Sum of RGB (Red+Green+Blue) = 228+80+126=434 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.53% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 228 - color contains mainly: red. Hex color #E4507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4507E is #1BAF81. Grayscale: #818181. Windows color (decimal): -1814402 or 8278244. OLE color: 8278244.
HSL color Cylindrical-coordinate representation of color #E4507E: hue angle of 341.35º 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 #E4507E is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 80 | 126 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.11 |
| HSL | 341.35º | 0.73% | 0.6% | - |
| HSV(B) | 341.35º | 0.65% | 0.89% | - |
| XYZ | 38.63 | 23.74 | 22.28 | - |
| YUV | 129.5 | 126.03 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 126 | 0 | 0.65 | 0.45 | 0.11 | 341.35 | 0.73 | 0.6 |
| Hex | E4 | 50 | 7E | 0 | 41 | 2D | B | 155 | 49 | 3C |
| Octal | 344 | 120 | 176 | 0 | 101 | 55 | 13 | 525 | 111 | 74 |
| Binary | 11100100 | 1010000 | 1111110 | 0 | 1000001 | 101101 | 1011 | 101010101 | 1001001 | 111100 |
Color Harmonies of #E4507E
Complementary color
Monochromatic Colors of #E4507E
Black with #E4507E
Text Example
Text Example
White with #E4507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4507E; }
p { color: rgb(228,80,126); }
H1.HeaderClassName
{
color: #E4507E;
}
.AnyTagClassName
{
color: #E4507E;
}
</style>
background-color css
<style>
a { background-color: #E4507E; }
a { background-color: rgb(228,80,126); }
div.DivClassName
{
background-color: #E4507E;
}
.BgClassName
{
background-color: #E4507E;
}
</style>
border-color css
<style>
span { border-color: #E4507E; }
span { border-color: rgb(228,80,126); }
td.TdClassName
{
border-color: #E4507E;
}
.TagClassName
{
border-color: #E4507E;
}
</style>