Shades of Dark Pink #E4557C
Tints of Dark Pink #E4557C
RGB
CMYK
RGB Variations
Color information
#E4557C (or 0xE4557C) is known color: Dark Pink. HEX triplet: E4, 55 and 7C. RGB value is (228,85,124). Sum of RGB (Red+Green+Blue) = 228+85+124=437 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.17% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 228 - color contains mainly: red. Hex color #E4557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4557C is #1BAA83. Grayscale: #848484. Windows color (decimal): -1813124 or 8148452. OLE color: 8148452.
HSL color Cylindrical-coordinate representation of color #E4557C: hue angle of 343.64º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E4557C is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 124 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.11 |
| HSL | 343.64º | 0.73% | 0.61% | - |
| HSV(B) | 343.64º | 0.63% | 0.89% | - |
| XYZ | 38.88 | 24.45 | 21.74 | - |
| YUV | 132.2 | 123.38 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 124 | 0 | 0.63 | 0.46 | 0.11 | 343.64 | 0.73 | 0.61 |
| Hex | E4 | 55 | 7C | 0 | 3F | 2E | B | 158 | 49 | 3D |
| Octal | 344 | 125 | 174 | 0 | 77 | 56 | 13 | 530 | 111 | 75 |
| Binary | 11100100 | 1010101 | 1111100 | 0 | 111111 | 101110 | 1011 | 101011000 | 1001001 | 111101 |
Color Harmonies of #E4557C
Complementary color
Monochromatic Colors of #E4557C
Black with #E4557C
Text Example
Text Example
White with #E4557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4557C; }
p { color: rgb(228,85,124); }
H1.HeaderClassName
{
color: #E4557C;
}
.AnyTagClassName
{
color: #E4557C;
}
</style>
background-color css
<style>
a { background-color: #E4557C; }
a { background-color: rgb(228,85,124); }
div.DivClassName
{
background-color: #E4557C;
}
.BgClassName
{
background-color: #E4557C;
}
</style>
border-color css
<style>
span { border-color: #E4557C; }
span { border-color: rgb(228,85,124); }
td.TdClassName
{
border-color: #E4557C;
}
.TagClassName
{
border-color: #E4557C;
}
</style>