Shades of Dark Pink #E5497E
Tints of Dark Pink #E5497E
RGB
CMYK
RGB Variations
Color information
#E5497E (or 0xE5497E) is known color: Dark Pink. HEX triplet: E5, 49 and 7E. RGB value is (229,73,126). Sum of RGB (Red+Green+Blue) = 229+73+126=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E5497E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5497E is #1AB681. Grayscale: #7D7D7D. Windows color (decimal): -1750658 or 8276453. OLE color: 8276453.
HSL color Cylindrical-coordinate representation of color #E5497E: hue angle of 339.62º 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 #E5497E is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 126 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.10 |
| HSL | 339.62º | 0.75% | 0.59% | - |
| HSV(B) | 339.62º | 0.68% | 0.9% | - |
| XYZ | 38.46 | 22.93 | 22.14 | - |
| YUV | 125.69 | 128.18 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 126 | 0 | 0.68 | 0.45 | 0.10 | 339.62 | 0.75 | 0.59 |
| Hex | E5 | 49 | 7E | 0 | 44 | 2D | A | 154 | 4B | 3B |
| Octal | 345 | 111 | 176 | 0 | 104 | 55 | 12 | 524 | 113 | 73 |
| Binary | 11100101 | 1001001 | 1111110 | 0 | 1000100 | 101101 | 1010 | 101010100 | 1001011 | 111011 |
Color Harmonies of #E5497E
Complementary color
Monochromatic Colors of #E5497E
Black with #E5497E
Text Example
Text Example
White with #E5497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5497E; }
p { color: rgb(229,73,126); }
H1.HeaderClassName
{
color: #E5497E;
}
.AnyTagClassName
{
color: #E5497E;
}
</style>
background-color css
<style>
a { background-color: #E5497E; }
a { background-color: rgb(229,73,126); }
div.DivClassName
{
background-color: #E5497E;
}
.BgClassName
{
background-color: #E5497E;
}
</style>
border-color css
<style>
span { border-color: #E5497E; }
span { border-color: rgb(229,73,126); }
td.TdClassName
{
border-color: #E5497E;
}
.TagClassName
{
border-color: #E5497E;
}
</style>