Shades of Dark Pink #E85076
Tints of Dark Pink #E85076
RGB
CMYK
RGB Variations
Color information
#E85076 (or 0xE85076) is known color: Dark Pink. HEX triplet: E8, 50 and 76. RGB value is (232,80,118). Sum of RGB (Red+Green+Blue) = 232+80+118=430 (56% of max value = 765). Red value is 232 (91.02% from 255 or 53.95% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 232 - color contains mainly: red. Hex color #E85076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85076 is #17AF89. Grayscale: #818181. Windows color (decimal): -1552266 or 7753960. OLE color: 7753960.
HSL color Cylindrical-coordinate representation of color #E85076: hue angle of 345º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E85076 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 118 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.09 |
| HSL | 345º | 0.77% | 0.61% | - |
| HSV(B) | 345º | 0.66% | 0.91% | - |
| XYZ | 39.42 | 24.2 | 19.73 | - |
| YUV | 129.78 | 121.36 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 118 | 0 | 0.66 | 0.49 | 0.09 | 345 | 0.77 | 0.61 |
| Hex | E8 | 50 | 76 | 0 | 42 | 31 | 9 | 159 | 4D | 3D |
| Octal | 350 | 120 | 166 | 0 | 102 | 61 | 11 | 531 | 115 | 75 |
| Binary | 11101000 | 1010000 | 1110110 | 0 | 1000010 | 110001 | 1001 | 101011001 | 1001101 | 111101 |
Color Harmonies of #E85076
Complementary color
Monochromatic Colors of #E85076
Black with #E85076
Text Example
Text Example
White with #E85076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85076; }
p { color: rgb(232,80,118); }
H1.HeaderClassName
{
color: #E85076;
}
.AnyTagClassName
{
color: #E85076;
}
</style>
background-color css
<style>
a { background-color: #E85076; }
a { background-color: rgb(232,80,118); }
div.DivClassName
{
background-color: #E85076;
}
.BgClassName
{
background-color: #E85076;
}
</style>
border-color css
<style>
span { border-color: #E85076; }
span { border-color: rgb(232,80,118); }
td.TdClassName
{
border-color: #E85076;
}
.TagClassName
{
border-color: #E85076;
}
</style>