Shades of Dark Pink #E3557D
Tints of Dark Pink #E3557D
RGB
CMYK
RGB Variations
Color information
#E3557D (or 0xE3557D) is known color: Dark Pink. HEX triplet: E3, 55 and 7D. RGB value is (227,85,125). Sum of RGB (Red+Green+Blue) = 227+85+125=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E3557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3557D is #1CAA82. Grayscale: #848484. Windows color (decimal): -1878659 or 8213987. OLE color: 8213987.
HSL color Cylindrical-coordinate representation of color #E3557D: hue angle of 343.1º degrees, saturation: 0.72, 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 #E3557D is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 125 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.11 |
| HSL | 343.1º | 0.72% | 0.61% | - |
| HSV(B) | 343.1º | 0.63% | 0.89% | - |
| XYZ | 38.63 | 24.31 | 22.06 | - |
| YUV | 132.02 | 124.04 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 125 | 0 | 0.63 | 0.45 | 0.11 | 343.1 | 0.72 | 0.61 |
| Hex | E3 | 55 | 7D | 0 | 3F | 2D | B | 157 | 48 | 3D |
| Octal | 343 | 125 | 175 | 0 | 77 | 55 | 13 | 527 | 110 | 75 |
| Binary | 11100011 | 1010101 | 1111101 | 0 | 111111 | 101101 | 1011 | 101010111 | 1001000 | 111101 |
Color Harmonies of #E3557D
Complementary color
Monochromatic Colors of #E3557D
Black with #E3557D
Text Example
Text Example
White with #E3557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3557D; }
p { color: rgb(227,85,125); }
H1.HeaderClassName
{
color: #E3557D;
}
.AnyTagClassName
{
color: #E3557D;
}
</style>
background-color css
<style>
a { background-color: #E3557D; }
a { background-color: rgb(227,85,125); }
div.DivClassName
{
background-color: #E3557D;
}
.BgClassName
{
background-color: #E3557D;
}
</style>
border-color css
<style>
span { border-color: #E3557D; }
span { border-color: rgb(227,85,125); }
td.TdClassName
{
border-color: #E3557D;
}
.TagClassName
{
border-color: #E3557D;
}
</style>