Shades of Dark Pink #E75F85
Tints of Dark Pink #E75F85
RGB
CMYK
RGB Variations
Color information
#E75F85 (or 0xE75F85) is known color: Dark Pink. HEX triplet: E7, 5F and 85. RGB value is (231,95,133). Sum of RGB (Red+Green+Blue) = 231+95+133=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E75F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75F85 is #18A07A. Grayscale: #8B8B8B. Windows color (decimal): -1613947 or 8740839. OLE color: 8740839.
HSL color Cylindrical-coordinate representation of color #E75F85: hue angle of 343.24º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E75F85 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 95 | 133 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.09 |
| HSL | 343.24º | 0.74% | 0.64% | - |
| HSV(B) | 343.24º | 0.59% | 0.91% | - |
| XYZ | 41.28 | 26.87 | 25.2 | - |
| YUV | 140 | 124.06 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 95 | 133 | 0 | 0.59 | 0.42 | 0.09 | 343.24 | 0.74 | 0.64 |
| Hex | E7 | 5F | 85 | 0 | 3B | 2A | 9 | 157 | 4A | 40 |
| Octal | 347 | 137 | 205 | 0 | 73 | 52 | 11 | 527 | 112 | 100 |
| Binary | 11100111 | 1011111 | 10000101 | 0 | 111011 | 101010 | 1001 | 101010111 | 1001010 | 1000000 |
Color Harmonies of #E75F85
Complementary color
Monochromatic Colors of #E75F85
Black with #E75F85
Text Example
Text Example
White with #E75F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75F85; }
p { color: rgb(231,95,133); }
H1.HeaderClassName
{
color: #E75F85;
}
.AnyTagClassName
{
color: #E75F85;
}
</style>
background-color css
<style>
a { background-color: #E75F85; }
a { background-color: rgb(231,95,133); }
div.DivClassName
{
background-color: #E75F85;
}
.BgClassName
{
background-color: #E75F85;
}
</style>
border-color css
<style>
span { border-color: #E75F85; }
span { border-color: rgb(231,95,133); }
td.TdClassName
{
border-color: #E75F85;
}
.TagClassName
{
border-color: #E75F85;
}
</style>