Shades of Dark Pink #EB557F
Tints of Dark Pink #EB557F
RGB
CMYK
RGB Variations
Color information
#EB557F (or 0xEB557F) is known color: Dark Pink. HEX triplet: EB, 55 and 7F. RGB value is (235,85,127). Sum of RGB (Red+Green+Blue) = 235+85+127=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB557F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB557F is #14AA80. Grayscale: #868686. Windows color (decimal): -1354369 or 8345067. OLE color: 8345067.
HSL color Cylindrical-coordinate representation of color #EB557F: hue angle of 343.2º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EB557F is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 85 | 127 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.08 |
| HSL | 343.2º | 0.79% | 0.63% | - |
| HSV(B) | 343.2º | 0.64% | 0.92% | - |
| XYZ | 41.34 | 25.69 | 22.86 | - |
| YUV | 134.64 | 123.7 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 85 | 127 | 0 | 0.64 | 0.46 | 0.08 | 343.2 | 0.79 | 0.63 |
| Hex | EB | 55 | 7F | 0 | 40 | 2E | 8 | 157 | 4F | 3F |
| Octal | 353 | 125 | 177 | 0 | 100 | 56 | 10 | 527 | 117 | 77 |
| Binary | 11101011 | 1010101 | 1111111 | 0 | 1000000 | 101110 | 1000 | 101010111 | 1001111 | 111111 |
Color Harmonies of #EB557F
Complementary color
Monochromatic Colors of #EB557F
Black with #EB557F
Text Example
Text Example
White with #EB557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB557F; }
p { color: rgb(235,85,127); }
H1.HeaderClassName
{
color: #EB557F;
}
.AnyTagClassName
{
color: #EB557F;
}
</style>
background-color css
<style>
a { background-color: #EB557F; }
a { background-color: rgb(235,85,127); }
div.DivClassName
{
background-color: #EB557F;
}
.BgClassName
{
background-color: #EB557F;
}
</style>
border-color css
<style>
span { border-color: #EB557F; }
span { border-color: rgb(235,85,127); }
td.TdClassName
{
border-color: #EB557F;
}
.TagClassName
{
border-color: #EB557F;
}
</style>