Shades of Dark Pink #E9538C
Tints of Dark Pink #E9538C
RGB
CMYK
RGB Variations
Color information
#E9538C (or 0xE9538C) is known color: Dark Pink. HEX triplet: E9, 53 and 8C. RGB value is (233,83,140). Sum of RGB (Red+Green+Blue) = 233+83+140=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E9538C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9538C is #16AC73. Grayscale: #868686. Windows color (decimal): -1485940 or 9196521. OLE color: 9196521.
HSL color Cylindrical-coordinate representation of color #E9538C: hue angle of 337.2º 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 #E9538C is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 140 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.09 |
| HSL | 337.2º | 0.77% | 0.62% | - |
| HSV(B) | 337.2º | 0.64% | 0.91% | - |
| XYZ | 41.43 | 25.4 | 27.53 | - |
| YUV | 134.35 | 131.2 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 140 | 0 | 0.64 | 0.40 | 0.09 | 337.2 | 0.77 | 0.62 |
| Hex | E9 | 53 | 8C | 0 | 40 | 28 | 9 | 151 | 4D | 3E |
| Octal | 351 | 123 | 214 | 0 | 100 | 50 | 11 | 521 | 115 | 76 |
| Binary | 11101001 | 1010011 | 10001100 | 0 | 1000000 | 101000 | 1001 | 101010001 | 1001101 | 111110 |
Color Harmonies of #E9538C
Complementary color
Monochromatic Colors of #E9538C
Black with #E9538C
Text Example
Text Example
White with #E9538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9538C; }
p { color: rgb(233,83,140); }
H1.HeaderClassName
{
color: #E9538C;
}
.AnyTagClassName
{
color: #E9538C;
}
</style>
background-color css
<style>
a { background-color: #E9538C; }
a { background-color: rgb(233,83,140); }
div.DivClassName
{
background-color: #E9538C;
}
.BgClassName
{
background-color: #E9538C;
}
</style>
border-color css
<style>
span { border-color: #E9538C; }
span { border-color: rgb(233,83,140); }
td.TdClassName
{
border-color: #E9538C;
}
.TagClassName
{
border-color: #E9538C;
}
</style>