Shades of Dark Pink #E5537E
Tints of Dark Pink #E5537E
RGB
CMYK
RGB Variations
Color information
#E5537E (or 0xE5537E) is known color: Dark Pink. HEX triplet: E5, 53 and 7E. RGB value is (229,83,126). Sum of RGB (Red+Green+Blue) = 229+83+126=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E5537E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5537E is #1AAC81. Grayscale: #838383. Windows color (decimal): -1748098 or 8279013. OLE color: 8279013.
HSL color Cylindrical-coordinate representation of color #E5537E: hue angle of 342.33º 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 #E5537E is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 83 | 126 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.10 |
| HSL | 342.33º | 0.74% | 0.61% | - |
| HSV(B) | 342.33º | 0.64% | 0.9% | - |
| XYZ | 39.17 | 24.35 | 22.37 | - |
| YUV | 131.56 | 124.87 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 126 | 0 | 0.64 | 0.45 | 0.10 | 342.33 | 0.74 | 0.61 |
| Hex | E5 | 53 | 7E | 0 | 40 | 2D | A | 156 | 4A | 3D |
| Octal | 345 | 123 | 176 | 0 | 100 | 55 | 12 | 526 | 112 | 75 |
| Binary | 11100101 | 1010011 | 1111110 | 0 | 1000000 | 101101 | 1010 | 101010110 | 1001010 | 111101 |
Color Harmonies of #E5537E
Complementary color
Monochromatic Colors of #E5537E
Black with #E5537E
Text Example
Text Example
White with #E5537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5537E; }
p { color: rgb(229,83,126); }
H1.HeaderClassName
{
color: #E5537E;
}
.AnyTagClassName
{
color: #E5537E;
}
</style>
background-color css
<style>
a { background-color: #E5537E; }
a { background-color: rgb(229,83,126); }
div.DivClassName
{
background-color: #E5537E;
}
.BgClassName
{
background-color: #E5537E;
}
</style>
border-color css
<style>
span { border-color: #E5537E; }
span { border-color: rgb(229,83,126); }
td.TdClassName
{
border-color: #E5537E;
}
.TagClassName
{
border-color: #E5537E;
}
</style>