Shades of Dark Pink #E5537A
Tints of Dark Pink #E5537A
RGB
CMYK
RGB Variations
Color information
#E5537A (or 0xE5537A) is known color: Dark Pink. HEX triplet: E5, 53 and 7A. RGB value is (229,83,122). Sum of RGB (Red+Green+Blue) = 229+83+122=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E5537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5537A is #1AAC85. Grayscale: #838383. Windows color (decimal): -1748102 or 8016869. OLE color: 8016869.
HSL color Cylindrical-coordinate representation of color #E5537A: hue angle of 343.97º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E5537A is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 83 | 122 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.10 |
| HSL | 343.97º | 0.74% | 0.61% | - |
| HSV(B) | 343.97º | 0.64% | 0.9% | - |
| XYZ | 38.92 | 24.25 | 21.04 | - |
| YUV | 131.1 | 122.87 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 122 | 0 | 0.64 | 0.47 | 0.10 | 343.97 | 0.74 | 0.61 |
| Hex | E5 | 53 | 7A | 0 | 40 | 2F | A | 158 | 4A | 3D |
| Octal | 345 | 123 | 172 | 0 | 100 | 57 | 12 | 530 | 112 | 75 |
| Binary | 11100101 | 1010011 | 1111010 | 0 | 1000000 | 101111 | 1010 | 101011000 | 1001010 | 111101 |
Color Harmonies of #E5537A
Complementary color
Monochromatic Colors of #E5537A
Black with #E5537A
Text Example
Text Example
White with #E5537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5537A; }
p { color: rgb(229,83,122); }
H1.HeaderClassName
{
color: #E5537A;
}
.AnyTagClassName
{
color: #E5537A;
}
</style>
background-color css
<style>
a { background-color: #E5537A; }
a { background-color: rgb(229,83,122); }
div.DivClassName
{
background-color: #E5537A;
}
.BgClassName
{
background-color: #E5537A;
}
</style>
border-color css
<style>
span { border-color: #E5537A; }
span { border-color: rgb(229,83,122); }
td.TdClassName
{
border-color: #E5537A;
}
.TagClassName
{
border-color: #E5537A;
}
</style>