Shades of Dark Pink #E85E85
Tints of Dark Pink #E85E85
RGB
CMYK
RGB Variations
Color information
#E85E85 (or 0xE85E85) is known color: Dark Pink. HEX triplet: E8, 5E and 85. RGB value is (232,94,133). Sum of RGB (Red+Green+Blue) = 232+94+133=459 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.54% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85E85 is #17A17A. Grayscale: #8B8B8B. Windows color (decimal): -1548667 or 8740584. OLE color: 8740584.
HSL color Cylindrical-coordinate representation of color #E85E85: hue angle of 343.04º degrees, saturation: 0.75, 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 #E85E85 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 94 | 133 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.09 |
| HSL | 343.04º | 0.75% | 0.64% | - |
| HSV(B) | 343.04º | 0.59% | 0.91% | - |
| XYZ | 41.52 | 26.85 | 25.19 | - |
| YUV | 139.71 | 124.22 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 133 | 0 | 0.59 | 0.43 | 0.09 | 343.04 | 0.75 | 0.64 |
| Hex | E8 | 5E | 85 | 0 | 3B | 2B | 9 | 157 | 4B | 40 |
| Octal | 350 | 136 | 205 | 0 | 73 | 53 | 11 | 527 | 113 | 100 |
| Binary | 11101000 | 1011110 | 10000101 | 0 | 111011 | 101011 | 1001 | 101010111 | 1001011 | 1000000 |
Color Harmonies of #E85E85
Complementary color
Monochromatic Colors of #E85E85
Black with #E85E85
Text Example
Text Example
White with #E85E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85E85; }
p { color: rgb(232,94,133); }
H1.HeaderClassName
{
color: #E85E85;
}
.AnyTagClassName
{
color: #E85E85;
}
</style>
background-color css
<style>
a { background-color: #E85E85; }
a { background-color: rgb(232,94,133); }
div.DivClassName
{
background-color: #E85E85;
}
.BgClassName
{
background-color: #E85E85;
}
</style>
border-color css
<style>
span { border-color: #E85E85; }
span { border-color: rgb(232,94,133); }
td.TdClassName
{
border-color: #E85E85;
}
.TagClassName
{
border-color: #E85E85;
}
</style>