Shades of Dark Pink #E7558D
Tints of Dark Pink #E7558D
RGB
CMYK
RGB Variations
Color information
#E7558D (or 0xE7558D) is known color: Dark Pink. HEX triplet: E7, 55 and 8D. RGB value is (231,85,141). Sum of RGB (Red+Green+Blue) = 231+85+141=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E7558D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7558D is #18AA72. Grayscale: #868686. Windows color (decimal): -1616499 or 9262567. OLE color: 9262567.
HSL color Cylindrical-coordinate representation of color #E7558D: hue angle of 336.99º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E7558D is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 85 | 141 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.09 |
| HSL | 336.99º | 0.75% | 0.62% | - |
| HSV(B) | 336.99º | 0.63% | 0.91% | - |
| XYZ | 41.01 | 25.41 | 27.94 | - |
| YUV | 135.04 | 131.37 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 85 | 141 | 0 | 0.63 | 0.39 | 0.09 | 336.99 | 0.75 | 0.62 |
| Hex | E7 | 55 | 8D | 0 | 3F | 27 | 9 | 151 | 4B | 3E |
| Octal | 347 | 125 | 215 | 0 | 77 | 47 | 11 | 521 | 113 | 76 |
| Binary | 11100111 | 1010101 | 10001101 | 0 | 111111 | 100111 | 1001 | 101010001 | 1001011 | 111110 |
Color Harmonies of #E7558D
Complementary color
Monochromatic Colors of #E7558D
Black with #E7558D
Text Example
Text Example
White with #E7558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7558D; }
p { color: rgb(231,85,141); }
H1.HeaderClassName
{
color: #E7558D;
}
.AnyTagClassName
{
color: #E7558D;
}
</style>
background-color css
<style>
a { background-color: #E7558D; }
a { background-color: rgb(231,85,141); }
div.DivClassName
{
background-color: #E7558D;
}
.BgClassName
{
background-color: #E7558D;
}
</style>
border-color css
<style>
span { border-color: #E7558D; }
span { border-color: rgb(231,85,141); }
td.TdClassName
{
border-color: #E7558D;
}
.TagClassName
{
border-color: #E7558D;
}
</style>