Shades of Dark Pink #E85485
Tints of Dark Pink #E85485
RGB
CMYK
RGB Variations
Color information
#E85485 (or 0xE85485) is known color: Dark Pink. HEX triplet: E8, 54 and 85. RGB value is (232,84,133). Sum of RGB (Red+Green+Blue) = 232+84+133=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E85485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85485 is #17AB7A. Grayscale: #858585. Windows color (decimal): -1551227 or 8738024. OLE color: 8738024.
HSL color Cylindrical-coordinate representation of color #E85485: hue angle of 340.14º degrees, saturation: 0.76, 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 #E85485 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 84 | 133 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.09 |
| HSL | 340.14º | 0.76% | 0.62% | - |
| HSV(B) | 340.14º | 0.64% | 0.91% | - |
| XYZ | 40.68 | 25.19 | 24.91 | - |
| YUV | 133.84 | 127.53 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 84 | 133 | 0 | 0.64 | 0.43 | 0.09 | 340.14 | 0.76 | 0.62 |
| Hex | E8 | 54 | 85 | 0 | 40 | 2B | 9 | 154 | 4C | 3E |
| Octal | 350 | 124 | 205 | 0 | 100 | 53 | 11 | 524 | 114 | 76 |
| Binary | 11101000 | 1010100 | 10000101 | 0 | 1000000 | 101011 | 1001 | 101010100 | 1001100 | 111110 |
Color Harmonies of #E85485
Complementary color
Monochromatic Colors of #E85485
Black with #E85485
Text Example
Text Example
White with #E85485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85485; }
p { color: rgb(232,84,133); }
H1.HeaderClassName
{
color: #E85485;
}
.AnyTagClassName
{
color: #E85485;
}
</style>
background-color css
<style>
a { background-color: #E85485; }
a { background-color: rgb(232,84,133); }
div.DivClassName
{
background-color: #E85485;
}
.BgClassName
{
background-color: #E85485;
}
</style>
border-color css
<style>
span { border-color: #E85485; }
span { border-color: rgb(232,84,133); }
td.TdClassName
{
border-color: #E85485;
}
.TagClassName
{
border-color: #E85485;
}
</style>