Shades of Dark Pink #EB497C
Tints of Dark Pink #EB497C
RGB
CMYK
RGB Variations
Color information
#EB497C (or 0xEB497C) is known color: Dark Pink. HEX triplet: EB, 49 and 7C. RGB value is (235,73,124). Sum of RGB (Red+Green+Blue) = 235+73+124=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB497C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB497C is #14B683. Grayscale: #7F7F7F. Windows color (decimal): -1357444 or 8145387. OLE color: 8145387.
HSL color Cylindrical-coordinate representation of color #EB497C: hue angle of 341.11º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB497C is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 73 | 124 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.08 |
| HSL | 341.11º | 0.8% | 0.6% | - |
| HSV(B) | 341.11º | 0.69% | 0.92% | - |
| XYZ | 40.28 | 23.88 | 21.56 | - |
| YUV | 127.25 | 126.17 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 73 | 124 | 0 | 0.69 | 0.47 | 0.08 | 341.11 | 0.8 | 0.6 |
| Hex | EB | 49 | 7C | 0 | 45 | 2F | 8 | 155 | 50 | 3C |
| Octal | 353 | 111 | 174 | 0 | 105 | 57 | 10 | 525 | 120 | 74 |
| Binary | 11101011 | 1001001 | 1111100 | 0 | 1000101 | 101111 | 1000 | 101010101 | 1010000 | 111100 |
Color Harmonies of #EB497C
Complementary color
Monochromatic Colors of #EB497C
Black with #EB497C
Text Example
Text Example
White with #EB497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB497C; }
p { color: rgb(235,73,124); }
H1.HeaderClassName
{
color: #EB497C;
}
.AnyTagClassName
{
color: #EB497C;
}
</style>
background-color css
<style>
a { background-color: #EB497C; }
a { background-color: rgb(235,73,124); }
div.DivClassName
{
background-color: #EB497C;
}
.BgClassName
{
background-color: #EB497C;
}
</style>
border-color css
<style>
span { border-color: #EB497C; }
span { border-color: rgb(235,73,124); }
td.TdClassName
{
border-color: #EB497C;
}
.TagClassName
{
border-color: #EB497C;
}
</style>