Shades of Dark Pink #EB5673
Tints of Dark Pink #EB5673
RGB
CMYK
RGB Variations
Color information
#EB5673 (or 0xEB5673) is known color: Dark Pink. HEX triplet: EB, 56 and 73. RGB value is (235,86,115). Sum of RGB (Red+Green+Blue) = 235+86+115=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5673 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5673 is #14A98C. Grayscale: #858585. Windows color (decimal): -1354125 or 7558891. OLE color: 7558891.
HSL color Cylindrical-coordinate representation of color #EB5673: hue angle of 348.32º 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 #EB5673 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 86 | 115 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.08 |
| HSL | 348.32º | 0.79% | 0.63% | - |
| HSV(B) | 348.32º | 0.63% | 0.92% | - |
| XYZ | 40.68 | 25.56 | 19.01 | - |
| YUV | 133.86 | 117.36 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 86 | 115 | 0 | 0.63 | 0.51 | 0.08 | 348.32 | 0.79 | 0.63 |
| Hex | EB | 56 | 73 | 0 | 3F | 33 | 8 | 15C | 4F | 3F |
| Octal | 353 | 126 | 163 | 0 | 77 | 63 | 10 | 534 | 117 | 77 |
| Binary | 11101011 | 1010110 | 1110011 | 0 | 111111 | 110011 | 1000 | 101011100 | 1001111 | 111111 |
Color Harmonies of #EB5673
Complementary color
Monochromatic Colors of #EB5673
Black with #EB5673
Text Example
Text Example
White with #EB5673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5673; }
p { color: rgb(235,86,115); }
H1.HeaderClassName
{
color: #EB5673;
}
.AnyTagClassName
{
color: #EB5673;
}
</style>
background-color css
<style>
a { background-color: #EB5673; }
a { background-color: rgb(235,86,115); }
div.DivClassName
{
background-color: #EB5673;
}
.BgClassName
{
background-color: #EB5673;
}
</style>
border-color css
<style>
span { border-color: #EB5673; }
span { border-color: rgb(235,86,115); }
td.TdClassName
{
border-color: #EB5673;
}
.TagClassName
{
border-color: #EB5673;
}
</style>