Shades of Dark Pink #E84985
Tints of Dark Pink #E84985
RGB
CMYK
RGB Variations
Color information
#E84985 (or 0xE84985) is known color: Dark Pink. HEX triplet: E8, 49 and 85. RGB value is (232,73,133). Sum of RGB (Red+Green+Blue) = 232+73+133=438 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.97% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 232 - color contains mainly: red. Hex color #E84985 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84985 is #17B67A. Grayscale: #7F7F7F. Windows color (decimal): -1554043 or 8735208. OLE color: 8735208.
HSL color Cylindrical-coordinate representation of color #E84985: hue angle of 337.36º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E84985 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 73 | 133 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.09 |
| HSL | 337.36º | 0.78% | 0.6% | - |
| HSV(B) | 337.36º | 0.69% | 0.91% | - |
| XYZ | 39.89 | 23.61 | 24.65 | - |
| YUV | 127.38 | 131.18 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 73 | 133 | 0 | 0.69 | 0.43 | 0.09 | 337.36 | 0.78 | 0.6 |
| Hex | E8 | 49 | 85 | 0 | 45 | 2B | 9 | 151 | 4E | 3C |
| Octal | 350 | 111 | 205 | 0 | 105 | 53 | 11 | 521 | 116 | 74 |
| Binary | 11101000 | 1001001 | 10000101 | 0 | 1000101 | 101011 | 1001 | 101010001 | 1001110 | 111100 |
Color Harmonies of #E84985
Complementary color
Monochromatic Colors of #E84985
Black with #E84985
Text Example
Text Example
White with #E84985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84985; }
p { color: rgb(232,73,133); }
H1.HeaderClassName
{
color: #E84985;
}
.AnyTagClassName
{
color: #E84985;
}
</style>
background-color css
<style>
a { background-color: #E84985; }
a { background-color: rgb(232,73,133); }
div.DivClassName
{
background-color: #E84985;
}
.BgClassName
{
background-color: #E84985;
}
</style>
border-color css
<style>
span { border-color: #E84985; }
span { border-color: rgb(232,73,133); }
td.TdClassName
{
border-color: #E84985;
}
.TagClassName
{
border-color: #E84985;
}
</style>