Shades of Dark Pink #E9537B
Tints of Dark Pink #E9537B
RGB
CMYK
RGB Variations
Color information
#E9537B (or 0xE9537B) is known color: Dark Pink. HEX triplet: E9, 53 and 7B. RGB value is (233,83,123). Sum of RGB (Red+Green+Blue) = 233+83+123=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E9537B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9537B is #16AC84. Grayscale: #848484. Windows color (decimal): -1485957 or 8082409. OLE color: 8082409.
HSL color Cylindrical-coordinate representation of color #E9537B: hue angle of 344º 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 #E9537B is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 123 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.09 |
| HSL | 344º | 0.77% | 0.62% | - |
| HSV(B) | 344º | 0.64% | 0.91% | - |
| XYZ | 40.27 | 24.94 | 21.43 | - |
| YUV | 132.41 | 122.7 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 123 | 0 | 0.64 | 0.47 | 0.09 | 344 | 0.77 | 0.62 |
| Hex | E9 | 53 | 7B | 0 | 40 | 2F | 9 | 158 | 4D | 3E |
| Octal | 351 | 123 | 173 | 0 | 100 | 57 | 11 | 530 | 115 | 76 |
| Binary | 11101001 | 1010011 | 1111011 | 0 | 1000000 | 101111 | 1001 | 101011000 | 1001101 | 111110 |
Color Harmonies of #E9537B
Complementary color
Monochromatic Colors of #E9537B
Black with #E9537B
Text Example
Text Example
White with #E9537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9537B; }
p { color: rgb(233,83,123); }
H1.HeaderClassName
{
color: #E9537B;
}
.AnyTagClassName
{
color: #E9537B;
}
</style>
background-color css
<style>
a { background-color: #E9537B; }
a { background-color: rgb(233,83,123); }
div.DivClassName
{
background-color: #E9537B;
}
.BgClassName
{
background-color: #E9537B;
}
</style>
border-color css
<style>
span { border-color: #E9537B; }
span { border-color: rgb(233,83,123); }
td.TdClassName
{
border-color: #E9537B;
}
.TagClassName
{
border-color: #E9537B;
}
</style>