Shades of Dark Pink #E9537C
Tints of Dark Pink #E9537C
RGB
CMYK
RGB Variations
Color information
#E9537C (or 0xE9537C) is known color: Dark Pink. HEX triplet: E9, 53 and 7C. RGB value is (233,83,124). Sum of RGB (Red+Green+Blue) = 233+83+124=440 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.95% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 233 - color contains mainly: red. Hex color #E9537C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9537C is #16AC83. Grayscale: #848484. Windows color (decimal): -1485956 or 8147945. OLE color: 8147945.
HSL color Cylindrical-coordinate representation of color #E9537C: hue angle of 343.6º degrees, saturation: 0.77, 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 #E9537C is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 124 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.09 |
| HSL | 343.6º | 0.77% | 0.62% | - |
| HSV(B) | 343.6º | 0.64% | 0.91% | - |
| XYZ | 40.34 | 24.97 | 21.76 | - |
| YUV | 132.52 | 123.2 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 124 | 0 | 0.64 | 0.47 | 0.09 | 343.6 | 0.77 | 0.62 |
| Hex | E9 | 53 | 7C | 0 | 40 | 2F | 9 | 158 | 4D | 3E |
| Octal | 351 | 123 | 174 | 0 | 100 | 57 | 11 | 530 | 115 | 76 |
| Binary | 11101001 | 1010011 | 1111100 | 0 | 1000000 | 101111 | 1001 | 101011000 | 1001101 | 111110 |
Color Harmonies of #E9537C
Complementary color
Monochromatic Colors of #E9537C
Black with #E9537C
Text Example
Text Example
White with #E9537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9537C; }
p { color: rgb(233,83,124); }
H1.HeaderClassName
{
color: #E9537C;
}
.AnyTagClassName
{
color: #E9537C;
}
</style>
background-color css
<style>
a { background-color: #E9537C; }
a { background-color: rgb(233,83,124); }
div.DivClassName
{
background-color: #E9537C;
}
.BgClassName
{
background-color: #E9537C;
}
</style>
border-color css
<style>
span { border-color: #E9537C; }
span { border-color: rgb(233,83,124); }
td.TdClassName
{
border-color: #E9537C;
}
.TagClassName
{
border-color: #E9537C;
}
</style>