Shades of Dark Pink #EB578D
Tints of Dark Pink #EB578D
RGB
CMYK
RGB Variations
Color information
#EB578D (or 0xEB578D) is known color: Dark Pink. HEX triplet: EB, 57 and 8D. RGB value is (235,87,141). Sum of RGB (Red+Green+Blue) = 235+87+141=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EB578D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB578D is #14A872. Grayscale: #898989. Windows color (decimal): -1353843 or 9263083. OLE color: 9263083.
HSL color Cylindrical-coordinate representation of color #EB578D: hue angle of 338.11º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EB578D is Cyan = 0, Magento = 0.63, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 87 | 141 | - |
| CMYK | 0 | 0.63 | 0.4 | 0.08 |
| HSL | 338.11º | 0.79% | 0.63% | - |
| HSV(B) | 338.11º | 0.63% | 0.92% | - |
| XYZ | 42.48 | 26.4 | 28.06 | - |
| YUV | 137.41 | 130.03 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 87 | 141 | 0 | 0.63 | 0.4 | 0.08 | 338.11 | 0.79 | 0.63 |
| Hex | EB | 57 | 8D | 0 | 3F | 28 | 8 | 152 | 4F | 3F |
| Octal | 353 | 127 | 215 | 0 | 77 | 50 | 10 | 522 | 117 | 77 |
| Binary | 11101011 | 1010111 | 10001101 | 0 | 111111 | 101000 | 1000 | 101010010 | 1001111 | 111111 |
Color Harmonies of #EB578D
Complementary color
Monochromatic Colors of #EB578D
Black with #EB578D
Text Example
Text Example
White with #EB578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB578D; }
p { color: rgb(235,87,141); }
H1.HeaderClassName
{
color: #EB578D;
}
.AnyTagClassName
{
color: #EB578D;
}
</style>
background-color css
<style>
a { background-color: #EB578D; }
a { background-color: rgb(235,87,141); }
div.DivClassName
{
background-color: #EB578D;
}
.BgClassName
{
background-color: #EB578D;
}
</style>
border-color css
<style>
span { border-color: #EB578D; }
span { border-color: rgb(235,87,141); }
td.TdClassName
{
border-color: #EB578D;
}
.TagClassName
{
border-color: #EB578D;
}
</style>