Shades of Dark Pink #E75287
Tints of Dark Pink #E75287
RGB
CMYK
RGB Variations
Color information
#E75287 (or 0xE75287) is known color: Dark Pink. HEX triplet: E7, 52 and 87. RGB value is (231,82,135). Sum of RGB (Red+Green+Blue) = 231+82+135=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E75287 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75287 is #18AD78. Grayscale: #848484. Windows color (decimal): -1617273 or 8868583. OLE color: 8868583.
HSL color Cylindrical-coordinate representation of color #E75287: hue angle of 338.66º 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 #E75287 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 135 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.09 |
| HSL | 338.66º | 0.76% | 0.61% | - |
| HSV(B) | 338.66º | 0.65% | 0.91% | - |
| XYZ | 40.35 | 24.77 | 25.58 | - |
| YUV | 132.59 | 129.36 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 135 | 0 | 0.65 | 0.42 | 0.09 | 338.66 | 0.76 | 0.61 |
| Hex | E7 | 52 | 87 | 0 | 41 | 2A | 9 | 153 | 4C | 3D |
| Octal | 347 | 122 | 207 | 0 | 101 | 52 | 11 | 523 | 114 | 75 |
| Binary | 11100111 | 1010010 | 10000111 | 0 | 1000001 | 101010 | 1001 | 101010011 | 1001100 | 111101 |
Color Harmonies of #E75287
Complementary color
Monochromatic Colors of #E75287
Black with #E75287
Text Example
Text Example
White with #E75287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75287; }
p { color: rgb(231,82,135); }
H1.HeaderClassName
{
color: #E75287;
}
.AnyTagClassName
{
color: #E75287;
}
</style>
background-color css
<style>
a { background-color: #E75287; }
a { background-color: rgb(231,82,135); }
div.DivClassName
{
background-color: #E75287;
}
.BgClassName
{
background-color: #E75287;
}
</style>
border-color css
<style>
span { border-color: #E75287; }
span { border-color: rgb(231,82,135); }
td.TdClassName
{
border-color: #E75287;
}
.TagClassName
{
border-color: #E75287;
}
</style>