Shades of Dark Pink #E75D85
Tints of Dark Pink #E75D85
RGB
CMYK
RGB Variations
Color information
#E75D85 (or 0xE75D85) is known color: Dark Pink. HEX triplet: E7, 5D and 85. RGB value is (231,93,133). Sum of RGB (Red+Green+Blue) = 231+93+133=457 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.55% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75D85 is #18A27A. Grayscale: #8A8A8A. Windows color (decimal): -1614459 or 8740327. OLE color: 8740327.
HSL color Cylindrical-coordinate representation of color #E75D85: hue angle of 342.61º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E75D85 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 93 | 133 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.09 |
| HSL | 342.61º | 0.74% | 0.64% | - |
| HSV(B) | 342.61º | 0.6% | 0.91% | - |
| XYZ | 41.1 | 26.51 | 25.14 | - |
| YUV | 138.82 | 124.72 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 93 | 133 | 0 | 0.60 | 0.42 | 0.09 | 342.61 | 0.74 | 0.64 |
| Hex | E7 | 5D | 85 | 0 | 3C | 2A | 9 | 157 | 4A | 40 |
| Octal | 347 | 135 | 205 | 0 | 74 | 52 | 11 | 527 | 112 | 100 |
| Binary | 11100111 | 1011101 | 10000101 | 0 | 111100 | 101010 | 1001 | 101010111 | 1001010 | 1000000 |
Color Harmonies of #E75D85
Complementary color
Monochromatic Colors of #E75D85
Black with #E75D85
Text Example
Text Example
White with #E75D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75D85; }
p { color: rgb(231,93,133); }
H1.HeaderClassName
{
color: #E75D85;
}
.AnyTagClassName
{
color: #E75D85;
}
</style>
background-color css
<style>
a { background-color: #E75D85; }
a { background-color: rgb(231,93,133); }
div.DivClassName
{
background-color: #E75D85;
}
.BgClassName
{
background-color: #E75D85;
}
</style>
border-color css
<style>
span { border-color: #E75D85; }
span { border-color: rgb(231,93,133); }
td.TdClassName
{
border-color: #E75D85;
}
.TagClassName
{
border-color: #E75D85;
}
</style>