Shades of Dark Pink #EB567C
Tints of Dark Pink #EB567C
RGB
CMYK
RGB Variations
Color information
#EB567C (or 0xEB567C) is known color: Dark Pink. HEX triplet: EB, 56 and 7C. RGB value is (235,86,124). Sum of RGB (Red+Green+Blue) = 235+86+124=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB567C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB567C is #14A983. Grayscale: #868686. Windows color (decimal): -1354116 or 8148715. OLE color: 8148715.
HSL color Cylindrical-coordinate representation of color #EB567C: hue angle of 344.7º 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 #EB567C is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 86 | 124 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.08 |
| HSL | 344.7º | 0.79% | 0.63% | - |
| HSV(B) | 344.7º | 0.63% | 0.92% | - |
| XYZ | 41.23 | 25.77 | 21.87 | - |
| YUV | 134.88 | 121.86 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 86 | 124 | 0 | 0.63 | 0.47 | 0.08 | 344.7 | 0.79 | 0.63 |
| Hex | EB | 56 | 7C | 0 | 3F | 2F | 8 | 159 | 4F | 3F |
| Octal | 353 | 126 | 174 | 0 | 77 | 57 | 10 | 531 | 117 | 77 |
| Binary | 11101011 | 1010110 | 1111100 | 0 | 111111 | 101111 | 1000 | 101011001 | 1001111 | 111111 |
Color Harmonies of #EB567C
Complementary color
Monochromatic Colors of #EB567C
Black with #EB567C
Text Example
Text Example
White with #EB567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB567C; }
p { color: rgb(235,86,124); }
H1.HeaderClassName
{
color: #EB567C;
}
.AnyTagClassName
{
color: #EB567C;
}
</style>
background-color css
<style>
a { background-color: #EB567C; }
a { background-color: rgb(235,86,124); }
div.DivClassName
{
background-color: #EB567C;
}
.BgClassName
{
background-color: #EB567C;
}
</style>
border-color css
<style>
span { border-color: #EB567C; }
span { border-color: rgb(235,86,124); }
td.TdClassName
{
border-color: #EB567C;
}
.TagClassName
{
border-color: #EB567C;
}
</style>