Shades of Dark Pink #E7537D
Tints of Dark Pink #E7537D
RGB
CMYK
RGB Variations
Color information
#E7537D (or 0xE7537D) is known color: Dark Pink. HEX triplet: E7, 53 and 7D. RGB value is (231,83,125). Sum of RGB (Red+Green+Blue) = 231+83+125=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E7537D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7537D is #18AC82. Grayscale: #848484. Windows color (decimal): -1617027 or 8213479. OLE color: 8213479.
HSL color Cylindrical-coordinate representation of color #E7537D: hue angle of 342.97º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E7537D is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 83 | 125 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.09 |
| HSL | 342.97º | 0.76% | 0.62% | - |
| HSV(B) | 342.97º | 0.64% | 0.91% | - |
| XYZ | 39.75 | 24.66 | 22.07 | - |
| YUV | 132.04 | 124.03 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 125 | 0 | 0.64 | 0.46 | 0.09 | 342.97 | 0.76 | 0.62 |
| Hex | E7 | 53 | 7D | 0 | 40 | 2E | 9 | 157 | 4C | 3E |
| Octal | 347 | 123 | 175 | 0 | 100 | 56 | 11 | 527 | 114 | 76 |
| Binary | 11100111 | 1010011 | 1111101 | 0 | 1000000 | 101110 | 1001 | 101010111 | 1001100 | 111110 |
Color Harmonies of #E7537D
Complementary color
Monochromatic Colors of #E7537D
Black with #E7537D
Text Example
Text Example
White with #E7537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7537D; }
p { color: rgb(231,83,125); }
H1.HeaderClassName
{
color: #E7537D;
}
.AnyTagClassName
{
color: #E7537D;
}
</style>
background-color css
<style>
a { background-color: #E7537D; }
a { background-color: rgb(231,83,125); }
div.DivClassName
{
background-color: #E7537D;
}
.BgClassName
{
background-color: #E7537D;
}
</style>
border-color css
<style>
span { border-color: #E7537D; }
span { border-color: rgb(231,83,125); }
td.TdClassName
{
border-color: #E7537D;
}
.TagClassName
{
border-color: #E7537D;
}
</style>