Shades of Dark Pink #E85A70
Tints of Dark Pink #E85A70
RGB
CMYK
RGB Variations
Color information
#E85A70 (or 0xE85A70) is known color: Dark Pink. HEX triplet: E8, 5A and 70. RGB value is (232,90,112). Sum of RGB (Red+Green+Blue) = 232+90+112=434 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.46% from 434); Green value is 90 (35.55% from 255 or 20.74% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85A70 is #17A58F. Grayscale: #878787. Windows color (decimal): -1549712 or 7363304. OLE color: 7363304.
HSL color Cylindrical-coordinate representation of color #E85A70: hue angle of 350.7º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85A70 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 112 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.09 |
| HSL | 350.7º | 0.76% | 0.63% | - |
| HSV(B) | 350.7º | 0.61% | 0.91% | - |
| XYZ | 39.86 | 25.64 | 18.18 | - |
| YUV | 134.97 | 115.04 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 112 | 0 | 0.61 | 0.52 | 0.09 | 350.7 | 0.76 | 0.63 |
| Hex | E8 | 5A | 70 | 0 | 3D | 34 | 9 | 15F | 4C | 3F |
| Octal | 350 | 132 | 160 | 0 | 75 | 64 | 11 | 537 | 114 | 77 |
| Binary | 11101000 | 1011010 | 1110000 | 0 | 111101 | 110100 | 1001 | 101011111 | 1001100 | 111111 |
Color Harmonies of #E85A70
Complementary color
Monochromatic Colors of #E85A70
Black with #E85A70
Text Example
Text Example
White with #E85A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85A70; }
p { color: rgb(232,90,112); }
H1.HeaderClassName
{
color: #E85A70;
}
.AnyTagClassName
{
color: #E85A70;
}
</style>
background-color css
<style>
a { background-color: #E85A70; }
a { background-color: rgb(232,90,112); }
div.DivClassName
{
background-color: #E85A70;
}
.BgClassName
{
background-color: #E85A70;
}
</style>
border-color css
<style>
span { border-color: #E85A70; }
span { border-color: rgb(232,90,112); }
td.TdClassName
{
border-color: #E85A70;
}
.TagClassName
{
border-color: #E85A70;
}
</style>