Shades of Dark Pink #E4507B
Tints of Dark Pink #E4507B
RGB
CMYK
RGB Variations
Color information
#E4507B (or 0xE4507B) is known color: Dark Pink. HEX triplet: E4, 50 and 7B. RGB value is (228,80,123). Sum of RGB (Red+Green+Blue) = 228+80+123=431 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.90% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 228 - color contains mainly: red. Hex color #E4507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4507B is #1BAF84. Grayscale: #818181. Windows color (decimal): -1814405 or 8081636. OLE color: 8081636.
HSL color Cylindrical-coordinate representation of color #E4507B: hue angle of 342.57º 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 #E4507B is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 80 | 123 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.11 |
| HSL | 342.57º | 0.73% | 0.6% | - |
| HSV(B) | 342.57º | 0.65% | 0.89% | - |
| XYZ | 38.44 | 23.66 | 21.28 | - |
| YUV | 129.15 | 124.53 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 123 | 0 | 0.65 | 0.46 | 0.11 | 342.57 | 0.73 | 0.6 |
| Hex | E4 | 50 | 7B | 0 | 41 | 2E | B | 157 | 49 | 3C |
| Octal | 344 | 120 | 173 | 0 | 101 | 56 | 13 | 527 | 111 | 74 |
| Binary | 11100100 | 1010000 | 1111011 | 0 | 1000001 | 101110 | 1011 | 101010111 | 1001001 | 111100 |
Color Harmonies of #E4507B
Complementary color
Monochromatic Colors of #E4507B
Black with #E4507B
Text Example
Text Example
White with #E4507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4507B; }
p { color: rgb(228,80,123); }
H1.HeaderClassName
{
color: #E4507B;
}
.AnyTagClassName
{
color: #E4507B;
}
</style>
background-color css
<style>
a { background-color: #E4507B; }
a { background-color: rgb(228,80,123); }
div.DivClassName
{
background-color: #E4507B;
}
.BgClassName
{
background-color: #E4507B;
}
</style>
border-color css
<style>
span { border-color: #E4507B; }
span { border-color: rgb(228,80,123); }
td.TdClassName
{
border-color: #E4507B;
}
.TagClassName
{
border-color: #E4507B;
}
</style>