Shades of Dark Pink #EB4E7C
Tints of Dark Pink #EB4E7C
RGB
CMYK
RGB Variations
Color information
#EB4E7C (or 0xEB4E7C) is known color: Dark Pink. HEX triplet: EB, 4E and 7C. RGB value is (235,78,124). Sum of RGB (Red+Green+Blue) = 235+78+124=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4E7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4E7C is #14B183. Grayscale: #828282. Windows color (decimal): -1356164 or 8146667. OLE color: 8146667.
HSL color Cylindrical-coordinate representation of color #EB4E7C: hue angle of 342.42º 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 #EB4E7C is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 78 | 124 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.08 |
| HSL | 342.42º | 0.8% | 0.61% | - |
| HSV(B) | 342.42º | 0.67% | 0.92% | - |
| XYZ | 40.62 | 24.57 | 21.67 | - |
| YUV | 130.19 | 124.51 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 78 | 124 | 0 | 0.67 | 0.47 | 0.08 | 342.42 | 0.8 | 0.61 |
| Hex | EB | 4E | 7C | 0 | 43 | 2F | 8 | 156 | 50 | 3D |
| Octal | 353 | 116 | 174 | 0 | 103 | 57 | 10 | 526 | 120 | 75 |
| Binary | 11101011 | 1001110 | 1111100 | 0 | 1000011 | 101111 | 1000 | 101010110 | 1010000 | 111101 |
Color Harmonies of #EB4E7C
Complementary color
Monochromatic Colors of #EB4E7C
Black with #EB4E7C
Text Example
Text Example
White with #EB4E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4E7C; }
p { color: rgb(235,78,124); }
H1.HeaderClassName
{
color: #EB4E7C;
}
.AnyTagClassName
{
color: #EB4E7C;
}
</style>
background-color css
<style>
a { background-color: #EB4E7C; }
a { background-color: rgb(235,78,124); }
div.DivClassName
{
background-color: #EB4E7C;
}
.BgClassName
{
background-color: #EB4E7C;
}
</style>
border-color css
<style>
span { border-color: #EB4E7C; }
span { border-color: rgb(235,78,124); }
td.TdClassName
{
border-color: #EB4E7C;
}
.TagClassName
{
border-color: #EB4E7C;
}
</style>