Shades of Dark Pink #EB5A7C
Tints of Dark Pink #EB5A7C
RGB
CMYK
RGB Variations
Color information
#EB5A7C (or 0xEB5A7C) is known color: Dark Pink. HEX triplet: EB, 5A and 7C. RGB value is (235,90,124). Sum of RGB (Red+Green+Blue) = 235+90+124=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5A7C is #14A583. Grayscale: #898989. Windows color (decimal): -1353092 or 8149739. OLE color: 8149739.
HSL color Cylindrical-coordinate representation of color #EB5A7C: hue angle of 345.93º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB5A7C is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 90 | 124 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.08 |
| HSL | 345.93º | 0.78% | 0.64% | - |
| HSV(B) | 345.93º | 0.62% | 0.92% | - |
| XYZ | 41.56 | 26.43 | 21.98 | - |
| YUV | 137.23 | 120.54 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 90 | 124 | 0 | 0.62 | 0.47 | 0.08 | 345.93 | 0.78 | 0.64 |
| Hex | EB | 5A | 7C | 0 | 3E | 2F | 8 | 15A | 4E | 40 |
| Octal | 353 | 132 | 174 | 0 | 76 | 57 | 10 | 532 | 116 | 100 |
| Binary | 11101011 | 1011010 | 1111100 | 0 | 111110 | 101111 | 1000 | 101011010 | 1001110 | 1000000 |
Color Harmonies of #EB5A7C
Complementary color
Monochromatic Colors of #EB5A7C
Black with #EB5A7C
Text Example
Text Example
White with #EB5A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5A7C; }
p { color: rgb(235,90,124); }
H1.HeaderClassName
{
color: #EB5A7C;
}
.AnyTagClassName
{
color: #EB5A7C;
}
</style>
background-color css
<style>
a { background-color: #EB5A7C; }
a { background-color: rgb(235,90,124); }
div.DivClassName
{
background-color: #EB5A7C;
}
.BgClassName
{
background-color: #EB5A7C;
}
</style>
border-color css
<style>
span { border-color: #EB5A7C; }
span { border-color: rgb(235,90,124); }
td.TdClassName
{
border-color: #EB5A7C;
}
.TagClassName
{
border-color: #EB5A7C;
}
</style>