Shades of Dark Pink #E7557B
Tints of Dark Pink #E7557B
RGB
CMYK
RGB Variations
Color information
#E7557B (or 0xE7557B) is known color: Dark Pink. HEX triplet: E7, 55 and 7B. RGB value is (231,85,123). Sum of RGB (Red+Green+Blue) = 231+85+123=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E7557B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7557B is #18AA84. Grayscale: #848484. Windows color (decimal): -1616517 or 8082919. OLE color: 8082919.
HSL color Cylindrical-coordinate representation of color #E7557B: hue angle of 344.38º 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 #E7557B is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 85 | 123 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.09 |
| HSL | 344.38º | 0.75% | 0.62% | - |
| HSV(B) | 344.38º | 0.63% | 0.91% | - |
| XYZ | 39.78 | 24.92 | 21.45 | - |
| YUV | 132.99 | 122.37 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 85 | 123 | 0 | 0.63 | 0.47 | 0.09 | 344.38 | 0.75 | 0.62 |
| Hex | E7 | 55 | 7B | 0 | 3F | 2F | 9 | 158 | 4B | 3E |
| Octal | 347 | 125 | 173 | 0 | 77 | 57 | 11 | 530 | 113 | 76 |
| Binary | 11100111 | 1010101 | 1111011 | 0 | 111111 | 101111 | 1001 | 101011000 | 1001011 | 111110 |
Color Harmonies of #E7557B
Complementary color
Monochromatic Colors of #E7557B
Black with #E7557B
Text Example
Text Example
White with #E7557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7557B; }
p { color: rgb(231,85,123); }
H1.HeaderClassName
{
color: #E7557B;
}
.AnyTagClassName
{
color: #E7557B;
}
</style>
background-color css
<style>
a { background-color: #E7557B; }
a { background-color: rgb(231,85,123); }
div.DivClassName
{
background-color: #E7557B;
}
.BgClassName
{
background-color: #E7557B;
}
</style>
border-color css
<style>
span { border-color: #E7557B; }
span { border-color: rgb(231,85,123); }
td.TdClassName
{
border-color: #E7557B;
}
.TagClassName
{
border-color: #E7557B;
}
</style>