Shades of Dark Pink #E5497B
Tints of Dark Pink #E5497B
RGB
CMYK
RGB Variations
Color information
#E5497B (or 0xE5497B) is known color: Dark Pink. HEX triplet: E5, 49 and 7B. RGB value is (229,73,123). Sum of RGB (Red+Green+Blue) = 229+73+123=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E5497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5497B is #1AB684. Grayscale: #7D7D7D. Windows color (decimal): -1750661 or 8079845. OLE color: 8079845.
HSL color Cylindrical-coordinate representation of color #E5497B: hue angle of 340.77º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5497B is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 123 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.10 |
| HSL | 340.77º | 0.75% | 0.59% | - |
| HSV(B) | 340.77º | 0.68% | 0.9% | - |
| XYZ | 38.27 | 22.85 | 21.13 | - |
| YUV | 125.34 | 126.68 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 123 | 0 | 0.68 | 0.46 | 0.10 | 340.77 | 0.75 | 0.59 |
| Hex | E5 | 49 | 7B | 0 | 44 | 2E | A | 155 | 4B | 3B |
| Octal | 345 | 111 | 173 | 0 | 104 | 56 | 12 | 525 | 113 | 73 |
| Binary | 11100101 | 1001001 | 1111011 | 0 | 1000100 | 101110 | 1010 | 101010101 | 1001011 | 111011 |
Color Harmonies of #E5497B
Complementary color
Monochromatic Colors of #E5497B
Black with #E5497B
Text Example
Text Example
White with #E5497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5497B; }
p { color: rgb(229,73,123); }
H1.HeaderClassName
{
color: #E5497B;
}
.AnyTagClassName
{
color: #E5497B;
}
</style>
background-color css
<style>
a { background-color: #E5497B; }
a { background-color: rgb(229,73,123); }
div.DivClassName
{
background-color: #E5497B;
}
.BgClassName
{
background-color: #E5497B;
}
</style>
border-color css
<style>
span { border-color: #E5497B; }
span { border-color: rgb(229,73,123); }
td.TdClassName
{
border-color: #E5497B;
}
.TagClassName
{
border-color: #E5497B;
}
</style>