Shades of Dark Pink #E85072
Tints of Dark Pink #E85072
RGB
CMYK
RGB Variations
Color information
#E85072 (or 0xE85072) is known color: Dark Pink. HEX triplet: E8, 50 and 72. RGB value is (232,80,114). Sum of RGB (Red+Green+Blue) = 232+80+114=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E85072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85072 is #17AF8D. Grayscale: #818181. Windows color (decimal): -1552270 or 7491816. OLE color: 7491816.
HSL color Cylindrical-coordinate representation of color #E85072: hue angle of 346.58º 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 #E85072 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 114 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.09 |
| HSL | 346.58º | 0.77% | 0.61% | - |
| HSV(B) | 346.58º | 0.66% | 0.91% | - |
| XYZ | 39.18 | 24.11 | 18.51 | - |
| YUV | 129.32 | 119.36 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 114 | 0 | 0.66 | 0.51 | 0.09 | 346.58 | 0.77 | 0.61 |
| Hex | E8 | 50 | 72 | 0 | 42 | 33 | 9 | 15B | 4D | 3D |
| Octal | 350 | 120 | 162 | 0 | 102 | 63 | 11 | 533 | 115 | 75 |
| Binary | 11101000 | 1010000 | 1110010 | 0 | 1000010 | 110011 | 1001 | 101011011 | 1001101 | 111101 |
Color Harmonies of #E85072
Complementary color
Monochromatic Colors of #E85072
Black with #E85072
Text Example
Text Example
White with #E85072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85072; }
p { color: rgb(232,80,114); }
H1.HeaderClassName
{
color: #E85072;
}
.AnyTagClassName
{
color: #E85072;
}
</style>
background-color css
<style>
a { background-color: #E85072; }
a { background-color: rgb(232,80,114); }
div.DivClassName
{
background-color: #E85072;
}
.BgClassName
{
background-color: #E85072;
}
</style>
border-color css
<style>
span { border-color: #E85072; }
span { border-color: rgb(232,80,114); }
td.TdClassName
{
border-color: #E85072;
}
.TagClassName
{
border-color: #E85072;
}
</style>