Shades of Dark Pink #E75487
Tints of Dark Pink #E75487
RGB
CMYK
RGB Variations
Color information
#E75487 (or 0xE75487) is known color: Dark Pink. HEX triplet: E7, 54 and 87. RGB value is (231,84,135). Sum of RGB (Red+Green+Blue) = 231+84+135=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E75487 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75487 is #18AB78. Grayscale: #858585. Windows color (decimal): -1616761 or 8869095. OLE color: 8869095.
HSL color Cylindrical-coordinate representation of color #E75487: hue angle of 339.18º degrees, saturation: 0.75, 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 #E75487 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 135 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.09 |
| HSL | 339.18º | 0.75% | 0.62% | - |
| HSV(B) | 339.18º | 0.64% | 0.91% | - |
| XYZ | 40.5 | 25.08 | 25.63 | - |
| YUV | 133.77 | 128.7 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 135 | 0 | 0.64 | 0.42 | 0.09 | 339.18 | 0.75 | 0.62 |
| Hex | E7 | 54 | 87 | 0 | 40 | 2A | 9 | 153 | 4B | 3E |
| Octal | 347 | 124 | 207 | 0 | 100 | 52 | 11 | 523 | 113 | 76 |
| Binary | 11100111 | 1010100 | 10000111 | 0 | 1000000 | 101010 | 1001 | 101010011 | 1001011 | 111110 |
Color Harmonies of #E75487
Complementary color
Monochromatic Colors of #E75487
Black with #E75487
Text Example
Text Example
White with #E75487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75487; }
p { color: rgb(231,84,135); }
H1.HeaderClassName
{
color: #E75487;
}
.AnyTagClassName
{
color: #E75487;
}
</style>
background-color css
<style>
a { background-color: #E75487; }
a { background-color: rgb(231,84,135); }
div.DivClassName
{
background-color: #E75487;
}
.BgClassName
{
background-color: #E75487;
}
</style>
border-color css
<style>
span { border-color: #E75487; }
span { border-color: rgb(231,84,135); }
td.TdClassName
{
border-color: #E75487;
}
.TagClassName
{
border-color: #E75487;
}
</style>