Shades of Dark Pink #EB5672
Tints of Dark Pink #EB5672
RGB
CMYK
RGB Variations
Color information
#EB5672 (or 0xEB5672) is known color: Dark Pink. HEX triplet: EB, 56 and 72. RGB value is (235,86,114). Sum of RGB (Red+Green+Blue) = 235+86+114=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5672 is #14A98D. Grayscale: #858585. Windows color (decimal): -1354126 or 7493355. OLE color: 7493355.
HSL color Cylindrical-coordinate representation of color #EB5672: hue angle of 348.72º 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 #EB5672 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 86 | 114 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.08 |
| HSL | 348.72º | 0.79% | 0.63% | - |
| HSV(B) | 348.72º | 0.63% | 0.92% | - |
| XYZ | 40.63 | 25.53 | 18.71 | - |
| YUV | 133.74 | 116.86 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 86 | 114 | 0 | 0.63 | 0.51 | 0.08 | 348.72 | 0.79 | 0.63 |
| Hex | EB | 56 | 72 | 0 | 3F | 33 | 8 | 15D | 4F | 3F |
| Octal | 353 | 126 | 162 | 0 | 77 | 63 | 10 | 535 | 117 | 77 |
| Binary | 11101011 | 1010110 | 1110010 | 0 | 111111 | 110011 | 1000 | 101011101 | 1001111 | 111111 |
Color Harmonies of #EB5672
Complementary color
Monochromatic Colors of #EB5672
Black with #EB5672
Text Example
Text Example
White with #EB5672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5672; }
p { color: rgb(235,86,114); }
H1.HeaderClassName
{
color: #EB5672;
}
.AnyTagClassName
{
color: #EB5672;
}
</style>
background-color css
<style>
a { background-color: #EB5672; }
a { background-color: rgb(235,86,114); }
div.DivClassName
{
background-color: #EB5672;
}
.BgClassName
{
background-color: #EB5672;
}
</style>
border-color css
<style>
span { border-color: #EB5672; }
span { border-color: rgb(235,86,114); }
td.TdClassName
{
border-color: #EB5672;
}
.TagClassName
{
border-color: #EB5672;
}
</style>