Shades of Dark Pink #E75A85
Tints of Dark Pink #E75A85
RGB
CMYK
RGB Variations
Color information
#E75A85 (or 0xE75A85) is known color: Dark Pink. HEX triplet: E7, 5A and 85. RGB value is (231,90,133). Sum of RGB (Red+Green+Blue) = 231+90+133=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E75A85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75A85 is #18A57A. Grayscale: #898989. Windows color (decimal): -1615227 or 8739559. OLE color: 8739559.
HSL color Cylindrical-coordinate representation of color #E75A85: hue angle of 341.7º 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 #E75A85 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 133 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.09 |
| HSL | 341.7º | 0.75% | 0.63% | - |
| HSV(B) | 341.7º | 0.61% | 0.91% | - |
| XYZ | 40.84 | 25.99 | 25.06 | - |
| YUV | 137.06 | 125.71 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 133 | 0 | 0.61 | 0.42 | 0.09 | 341.7 | 0.75 | 0.63 |
| Hex | E7 | 5A | 85 | 0 | 3D | 2A | 9 | 156 | 4B | 3F |
| Octal | 347 | 132 | 205 | 0 | 75 | 52 | 11 | 526 | 113 | 77 |
| Binary | 11100111 | 1011010 | 10000101 | 0 | 111101 | 101010 | 1001 | 101010110 | 1001011 | 111111 |
Color Harmonies of #E75A85
Complementary color
Monochromatic Colors of #E75A85
Black with #E75A85
Text Example
Text Example
White with #E75A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75A85; }
p { color: rgb(231,90,133); }
H1.HeaderClassName
{
color: #E75A85;
}
.AnyTagClassName
{
color: #E75A85;
}
</style>
background-color css
<style>
a { background-color: #E75A85; }
a { background-color: rgb(231,90,133); }
div.DivClassName
{
background-color: #E75A85;
}
.BgClassName
{
background-color: #E75A85;
}
</style>
border-color css
<style>
span { border-color: #E75A85; }
span { border-color: rgb(231,90,133); }
td.TdClassName
{
border-color: #E75A85;
}
.TagClassName
{
border-color: #E75A85;
}
</style>