Shades of Dark Pink #EB4D73
Tints of Dark Pink #EB4D73
RGB
CMYK
RGB Variations
Color information
#EB4D73 (or 0xEB4D73) is known color: Dark Pink. HEX triplet: EB, 4D and 73. RGB value is (235,77,115). Sum of RGB (Red+Green+Blue) = 235+77+115=427 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.04% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4D73 is #14B28C. Grayscale: #808080. Windows color (decimal): -1356429 or 7556587. OLE color: 7556587.
HSL color Cylindrical-coordinate representation of color #EB4D73: hue angle of 345.57º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB4D73 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 77 | 115 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.08 |
| HSL | 345.57º | 0.8% | 0.61% | - |
| HSV(B) | 345.57º | 0.67% | 0.92% | - |
| XYZ | 40.01 | 24.21 | 18.78 | - |
| YUV | 128.57 | 120.35 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 77 | 115 | 0 | 0.67 | 0.51 | 0.08 | 345.57 | 0.8 | 0.61 |
| Hex | EB | 4D | 73 | 0 | 43 | 33 | 8 | 15A | 50 | 3D |
| Octal | 353 | 115 | 163 | 0 | 103 | 63 | 10 | 532 | 120 | 75 |
| Binary | 11101011 | 1001101 | 1110011 | 0 | 1000011 | 110011 | 1000 | 101011010 | 1010000 | 111101 |
Color Harmonies of #EB4D73
Complementary color
Monochromatic Colors of #EB4D73
Black with #EB4D73
Text Example
Text Example
White with #EB4D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4D73; }
p { color: rgb(235,77,115); }
H1.HeaderClassName
{
color: #EB4D73;
}
.AnyTagClassName
{
color: #EB4D73;
}
</style>
background-color css
<style>
a { background-color: #EB4D73; }
a { background-color: rgb(235,77,115); }
div.DivClassName
{
background-color: #EB4D73;
}
.BgClassName
{
background-color: #EB4D73;
}
</style>
border-color css
<style>
span { border-color: #EB4D73; }
span { border-color: rgb(235,77,115); }
td.TdClassName
{
border-color: #EB4D73;
}
.TagClassName
{
border-color: #EB4D73;
}
</style>