Shades of Dark Pink #EB5873
Tints of Dark Pink #EB5873
RGB
CMYK
RGB Variations
Color information
#EB5873 (or 0xEB5873) is known color: Dark Pink. HEX triplet: EB, 58 and 73. RGB value is (235,88,115). Sum of RGB (Red+Green+Blue) = 235+88+115=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5873 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5873 is #14A78C. Grayscale: #878787. Windows color (decimal): -1353613 or 7559403. OLE color: 7559403.
HSL color Cylindrical-coordinate representation of color #EB5873: hue angle of 348.98º 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 #EB5873 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 88 | 115 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.08 |
| HSL | 348.98º | 0.79% | 0.63% | - |
| HSV(B) | 348.98º | 0.63% | 0.92% | - |
| XYZ | 40.85 | 25.88 | 19.06 | - |
| YUV | 135.03 | 116.7 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 88 | 115 | 0 | 0.63 | 0.51 | 0.08 | 348.98 | 0.79 | 0.63 |
| Hex | EB | 58 | 73 | 0 | 3F | 33 | 8 | 15D | 4F | 3F |
| Octal | 353 | 130 | 163 | 0 | 77 | 63 | 10 | 535 | 117 | 77 |
| Binary | 11101011 | 1011000 | 1110011 | 0 | 111111 | 110011 | 1000 | 101011101 | 1001111 | 111111 |
Color Harmonies of #EB5873
Complementary color
Monochromatic Colors of #EB5873
Black with #EB5873
Text Example
Text Example
White with #EB5873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5873; }
p { color: rgb(235,88,115); }
H1.HeaderClassName
{
color: #EB5873;
}
.AnyTagClassName
{
color: #EB5873;
}
</style>
background-color css
<style>
a { background-color: #EB5873; }
a { background-color: rgb(235,88,115); }
div.DivClassName
{
background-color: #EB5873;
}
.BgClassName
{
background-color: #EB5873;
}
</style>
border-color css
<style>
span { border-color: #EB5873; }
span { border-color: rgb(235,88,115); }
td.TdClassName
{
border-color: #EB5873;
}
.TagClassName
{
border-color: #EB5873;
}
</style>