Shades of Dark Pink #E4557D
Tints of Dark Pink #E4557D
RGB
CMYK
RGB Variations
Color information
#E4557D (or 0xE4557D) is known color: Dark Pink. HEX triplet: E4, 55 and 7D. RGB value is (228,85,125). Sum of RGB (Red+Green+Blue) = 228+85+125=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E4557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4557D is #1BAA82. Grayscale: #848484. Windows color (decimal): -1813123 or 8213988. OLE color: 8213988.
HSL color Cylindrical-coordinate representation of color #E4557D: hue angle of 343.22º 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 #E4557D is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 125 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.11 |
| HSL | 343.22º | 0.73% | 0.61% | - |
| HSV(B) | 343.22º | 0.63% | 0.89% | - |
| XYZ | 38.95 | 24.47 | 22.07 | - |
| YUV | 132.32 | 123.88 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 125 | 0 | 0.63 | 0.45 | 0.11 | 343.22 | 0.73 | 0.61 |
| Hex | E4 | 55 | 7D | 0 | 3F | 2D | B | 157 | 49 | 3D |
| Octal | 344 | 125 | 175 | 0 | 77 | 55 | 13 | 527 | 111 | 75 |
| Binary | 11100100 | 1010101 | 1111101 | 0 | 111111 | 101101 | 1011 | 101010111 | 1001001 | 111101 |
Color Harmonies of #E4557D
Complementary color
Monochromatic Colors of #E4557D
Black with #E4557D
Text Example
Text Example
White with #E4557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4557D; }
p { color: rgb(228,85,125); }
H1.HeaderClassName
{
color: #E4557D;
}
.AnyTagClassName
{
color: #E4557D;
}
</style>
background-color css
<style>
a { background-color: #E4557D; }
a { background-color: rgb(228,85,125); }
div.DivClassName
{
background-color: #E4557D;
}
.BgClassName
{
background-color: #E4557D;
}
</style>
border-color css
<style>
span { border-color: #E4557D; }
span { border-color: rgb(228,85,125); }
td.TdClassName
{
border-color: #E4557D;
}
.TagClassName
{
border-color: #E4557D;
}
</style>