Shades of Dark Pink #EB497B
Tints of Dark Pink #EB497B
RGB
CMYK
RGB Variations
Color information
#EB497B (or 0xEB497B) is known color: Dark Pink. HEX triplet: EB, 49 and 7B. RGB value is (235,73,123). Sum of RGB (Red+Green+Blue) = 235+73+123=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB497B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB497B is #14B684. Grayscale: #7F7F7F. Windows color (decimal): -1357445 or 8079851. OLE color: 8079851.
HSL color Cylindrical-coordinate representation of color #EB497B: hue angle of 341.48º 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 #EB497B is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 73 | 123 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.08 |
| HSL | 341.48º | 0.8% | 0.6% | - |
| HSV(B) | 341.48º | 0.69% | 0.92% | - |
| XYZ | 40.22 | 23.86 | 21.22 | - |
| YUV | 127.14 | 125.67 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 73 | 123 | 0 | 0.69 | 0.48 | 0.08 | 341.48 | 0.8 | 0.6 |
| Hex | EB | 49 | 7B | 0 | 45 | 30 | 8 | 155 | 50 | 3C |
| Octal | 353 | 111 | 173 | 0 | 105 | 60 | 10 | 525 | 120 | 74 |
| Binary | 11101011 | 1001001 | 1111011 | 0 | 1000101 | 110000 | 1000 | 101010101 | 1010000 | 111100 |
Color Harmonies of #EB497B
Complementary color
Monochromatic Colors of #EB497B
Black with #EB497B
Text Example
Text Example
White with #EB497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB497B; }
p { color: rgb(235,73,123); }
H1.HeaderClassName
{
color: #EB497B;
}
.AnyTagClassName
{
color: #EB497B;
}
</style>
background-color css
<style>
a { background-color: #EB497B; }
a { background-color: rgb(235,73,123); }
div.DivClassName
{
background-color: #EB497B;
}
.BgClassName
{
background-color: #EB497B;
}
</style>
border-color css
<style>
span { border-color: #EB497B; }
span { border-color: rgb(235,73,123); }
td.TdClassName
{
border-color: #EB497B;
}
.TagClassName
{
border-color: #EB497B;
}
</style>