Shades of Dark Pink #E4507D
Tints of Dark Pink #E4507D
RGB
CMYK
RGB Variations
Color information
#E4507D (or 0xE4507D) is known color: Dark Pink. HEX triplet: E4, 50 and 7D. RGB value is (228,80,125). Sum of RGB (Red+Green+Blue) = 228+80+125=433 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.66% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 228 - color contains mainly: red. Hex color #E4507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4507D is #1BAF82. Grayscale: #818181. Windows color (decimal): -1814403 or 8212708. OLE color: 8212708.
HSL color Cylindrical-coordinate representation of color #E4507D: hue angle of 341.76º 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 #E4507D is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 80 | 125 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.11 |
| HSL | 341.76º | 0.73% | 0.6% | - |
| HSV(B) | 341.76º | 0.65% | 0.89% | - |
| XYZ | 38.57 | 23.71 | 21.95 | - |
| YUV | 129.38 | 125.53 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 125 | 0 | 0.65 | 0.45 | 0.11 | 341.76 | 0.73 | 0.6 |
| Hex | E4 | 50 | 7D | 0 | 41 | 2D | B | 156 | 49 | 3C |
| Octal | 344 | 120 | 175 | 0 | 101 | 55 | 13 | 526 | 111 | 74 |
| Binary | 11100100 | 1010000 | 1111101 | 0 | 1000001 | 101101 | 1011 | 101010110 | 1001001 | 111100 |
Color Harmonies of #E4507D
Complementary color
Monochromatic Colors of #E4507D
Black with #E4507D
Text Example
Text Example
White with #E4507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4507D; }
p { color: rgb(228,80,125); }
H1.HeaderClassName
{
color: #E4507D;
}
.AnyTagClassName
{
color: #E4507D;
}
</style>
background-color css
<style>
a { background-color: #E4507D; }
a { background-color: rgb(228,80,125); }
div.DivClassName
{
background-color: #E4507D;
}
.BgClassName
{
background-color: #E4507D;
}
</style>
border-color css
<style>
span { border-color: #E4507D; }
span { border-color: rgb(228,80,125); }
td.TdClassName
{
border-color: #E4507D;
}
.TagClassName
{
border-color: #E4507D;
}
</style>