Shades of Dark Pink #E75189
Tints of Dark Pink #E75189
RGB
CMYK
RGB Variations
Color information
#E75189 (or 0xE75189) is known color: Dark Pink. HEX triplet: E7, 51 and 89. RGB value is (231,81,137). Sum of RGB (Red+Green+Blue) = 231+81+137=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E75189 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75189 is #18AE76. Grayscale: #848484. Windows color (decimal): -1617527 or 8999399. OLE color: 8999399.
HSL color Cylindrical-coordinate representation of color #E75189: hue angle of 337.6º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E75189 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 81 | 137 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.09 |
| HSL | 337.6º | 0.76% | 0.61% | - |
| HSV(B) | 337.6º | 0.65% | 0.91% | - |
| XYZ | 40.41 | 24.68 | 26.3 | - |
| YUV | 132.23 | 130.7 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 81 | 137 | 0 | 0.65 | 0.41 | 0.09 | 337.6 | 0.76 | 0.61 |
| Hex | E7 | 51 | 89 | 0 | 41 | 29 | 9 | 152 | 4C | 3D |
| Octal | 347 | 121 | 211 | 0 | 101 | 51 | 11 | 522 | 114 | 75 |
| Binary | 11100111 | 1010001 | 10001001 | 0 | 1000001 | 101001 | 1001 | 101010010 | 1001100 | 111101 |
Color Harmonies of #E75189
Complementary color
Monochromatic Colors of #E75189
Black with #E75189
Text Example
Text Example
White with #E75189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75189; }
p { color: rgb(231,81,137); }
H1.HeaderClassName
{
color: #E75189;
}
.AnyTagClassName
{
color: #E75189;
}
</style>
background-color css
<style>
a { background-color: #E75189; }
a { background-color: rgb(231,81,137); }
div.DivClassName
{
background-color: #E75189;
}
.BgClassName
{
background-color: #E75189;
}
</style>
border-color css
<style>
span { border-color: #E75189; }
span { border-color: rgb(231,81,137); }
td.TdClassName
{
border-color: #E75189;
}
.TagClassName
{
border-color: #E75189;
}
</style>