Shades of Dark Pink #EB4673
Tints of Dark Pink #EB4673
RGB
CMYK
RGB Variations
Color information
#EB4673 (or 0xEB4673) is known color: Dark Pink. HEX triplet: EB, 46 and 73. RGB value is (235,70,115). Sum of RGB (Red+Green+Blue) = 235+70+115=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4673 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4673 is #14B98C. Grayscale: #7C7C7C. Windows color (decimal): -1358221 or 7554795. OLE color: 7554795.
HSL color Cylindrical-coordinate representation of color #EB4673: hue angle of 343.64º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB4673 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 70 | 115 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.08 |
| HSL | 343.64º | 0.8% | 0.6% | - |
| HSV(B) | 343.64º | 0.7% | 0.92% | - |
| XYZ | 39.55 | 23.28 | 18.63 | - |
| YUV | 124.47 | 122.66 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 70 | 115 | 0 | 0.70 | 0.51 | 0.08 | 343.64 | 0.8 | 0.6 |
| Hex | EB | 46 | 73 | 0 | 46 | 33 | 8 | 158 | 50 | 3C |
| Octal | 353 | 106 | 163 | 0 | 106 | 63 | 10 | 530 | 120 | 74 |
| Binary | 11101011 | 1000110 | 1110011 | 0 | 1000110 | 110011 | 1000 | 101011000 | 1010000 | 111100 |
Color Harmonies of #EB4673
Complementary color
Monochromatic Colors of #EB4673
Black with #EB4673
Text Example
Text Example
White with #EB4673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4673; }
p { color: rgb(235,70,115); }
H1.HeaderClassName
{
color: #EB4673;
}
.AnyTagClassName
{
color: #EB4673;
}
</style>
background-color css
<style>
a { background-color: #EB4673; }
a { background-color: rgb(235,70,115); }
div.DivClassName
{
background-color: #EB4673;
}
.BgClassName
{
background-color: #EB4673;
}
</style>
border-color css
<style>
span { border-color: #EB4673; }
span { border-color: rgb(235,70,115); }
td.TdClassName
{
border-color: #EB4673;
}
.TagClassName
{
border-color: #EB4673;
}
</style>