Shades of Dark Pink #E75A89
Tints of Dark Pink #E75A89
RGB
CMYK
RGB Variations
Color information
#E75A89 (or 0xE75A89) is known color: Dark Pink. HEX triplet: E7, 5A and 89. RGB value is (231,90,137). Sum of RGB (Red+Green+Blue) = 231+90+137=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75A89 is #18A576. Grayscale: #898989. Windows color (decimal): -1615223 or 9001703. OLE color: 9001703.
HSL color Cylindrical-coordinate representation of color #E75A89: hue angle of 340º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75A89 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 137 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.09 |
| HSL | 340º | 0.75% | 0.63% | - |
| HSV(B) | 340º | 0.61% | 0.91% | - |
| XYZ | 41.13 | 26.11 | 26.54 | - |
| YUV | 137.52 | 127.71 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 137 | 0 | 0.61 | 0.41 | 0.09 | 340 | 0.75 | 0.63 |
| Hex | E7 | 5A | 89 | 0 | 3D | 29 | 9 | 154 | 4B | 3F |
| Octal | 347 | 132 | 211 | 0 | 75 | 51 | 11 | 524 | 113 | 77 |
| Binary | 11100111 | 1011010 | 10001001 | 0 | 111101 | 101001 | 1001 | 101010100 | 1001011 | 111111 |
Color Harmonies of #E75A89
Complementary color
Monochromatic Colors of #E75A89
Black with #E75A89
Text Example
Text Example
White with #E75A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75A89; }
p { color: rgb(231,90,137); }
H1.HeaderClassName
{
color: #E75A89;
}
.AnyTagClassName
{
color: #E75A89;
}
</style>
background-color css
<style>
a { background-color: #E75A89; }
a { background-color: rgb(231,90,137); }
div.DivClassName
{
background-color: #E75A89;
}
.BgClassName
{
background-color: #E75A89;
}
</style>
border-color css
<style>
span { border-color: #E75A89; }
span { border-color: rgb(231,90,137); }
td.TdClassName
{
border-color: #E75A89;
}
.TagClassName
{
border-color: #E75A89;
}
</style>