Shades of Dark Pink #EB497D
Tints of Dark Pink #EB497D
RGB
CMYK
RGB Variations
Color information
#EB497D (or 0xEB497D) is known color: Dark Pink. HEX triplet: EB, 49 and 7D. RGB value is (235,73,125). Sum of RGB (Red+Green+Blue) = 235+73+125=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EB497D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB497D is #14B682. Grayscale: #7F7F7F. Windows color (decimal): -1357443 or 8210923. OLE color: 8210923.
HSL color Cylindrical-coordinate representation of color #EB497D: hue angle of 340.74º 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 #EB497D is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 73 | 125 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.08 |
| HSL | 340.74º | 0.8% | 0.6% | - |
| HSV(B) | 340.74º | 0.69% | 0.92% | - |
| XYZ | 40.35 | 23.91 | 21.89 | - |
| YUV | 127.37 | 126.67 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 73 | 125 | 0 | 0.69 | 0.47 | 0.08 | 340.74 | 0.8 | 0.6 |
| Hex | EB | 49 | 7D | 0 | 45 | 2F | 8 | 155 | 50 | 3C |
| Octal | 353 | 111 | 175 | 0 | 105 | 57 | 10 | 525 | 120 | 74 |
| Binary | 11101011 | 1001001 | 1111101 | 0 | 1000101 | 101111 | 1000 | 101010101 | 1010000 | 111100 |
Color Harmonies of #EB497D
Complementary color
Monochromatic Colors of #EB497D
Black with #EB497D
Text Example
Text Example
White with #EB497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB497D; }
p { color: rgb(235,73,125); }
H1.HeaderClassName
{
color: #EB497D;
}
.AnyTagClassName
{
color: #EB497D;
}
</style>
background-color css
<style>
a { background-color: #EB497D; }
a { background-color: rgb(235,73,125); }
div.DivClassName
{
background-color: #EB497D;
}
.BgClassName
{
background-color: #EB497D;
}
</style>
border-color css
<style>
span { border-color: #EB497D; }
span { border-color: rgb(235,73,125); }
td.TdClassName
{
border-color: #EB497D;
}
.TagClassName
{
border-color: #EB497D;
}
</style>