Shades of Dark Pink #E7578B
Tints of Dark Pink #E7578B
RGB
CMYK
RGB Variations
Color information
#E7578B (or 0xE7578B) is known color: Dark Pink. HEX triplet: E7, 57 and 8B. RGB value is (231,87,139). Sum of RGB (Red+Green+Blue) = 231+87+139=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E7578B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7578B is #18A874. Grayscale: #878787. Windows color (decimal): -1615989 or 9132007. OLE color: 9132007.
HSL color Cylindrical-coordinate representation of color #E7578B: hue angle of 338.33º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E7578B is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 139 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.09 |
| HSL | 338.33º | 0.75% | 0.62% | - |
| HSV(B) | 338.33º | 0.62% | 0.91% | - |
| XYZ | 41.02 | 25.67 | 27.22 | - |
| YUV | 135.98 | 129.71 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 139 | 0 | 0.62 | 0.40 | 0.09 | 338.33 | 0.75 | 0.62 |
| Hex | E7 | 57 | 8B | 0 | 3E | 28 | 9 | 152 | 4B | 3E |
| Octal | 347 | 127 | 213 | 0 | 76 | 50 | 11 | 522 | 113 | 76 |
| Binary | 11100111 | 1010111 | 10001011 | 0 | 111110 | 101000 | 1001 | 101010010 | 1001011 | 111110 |
Color Harmonies of #E7578B
Complementary color
Monochromatic Colors of #E7578B
Black with #E7578B
Text Example
Text Example
White with #E7578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7578B; }
p { color: rgb(231,87,139); }
H1.HeaderClassName
{
color: #E7578B;
}
.AnyTagClassName
{
color: #E7578B;
}
</style>
background-color css
<style>
a { background-color: #E7578B; }
a { background-color: rgb(231,87,139); }
div.DivClassName
{
background-color: #E7578B;
}
.BgClassName
{
background-color: #E7578B;
}
</style>
border-color css
<style>
span { border-color: #E7578B; }
span { border-color: rgb(231,87,139); }
td.TdClassName
{
border-color: #E7578B;
}
.TagClassName
{
border-color: #E7578B;
}
</style>