Shades of Dark Pink #E85474
Tints of Dark Pink #E85474
RGB
CMYK
RGB Variations
Color information
#E85474 (or 0xE85474) is known color: Dark Pink. HEX triplet: E8, 54 and 74. RGB value is (232,84,116). Sum of RGB (Red+Green+Blue) = 232+84+116=432 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.70% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 232 - color contains mainly: red. Hex color #E85474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85474 is #17AB8B. Grayscale: #838383. Windows color (decimal): -1551244 or 7623912. OLE color: 7623912.
HSL color Cylindrical-coordinate representation of color #E85474: hue angle of 347.03º 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 #E85474 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 84 | 116 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.09 |
| HSL | 347.03º | 0.76% | 0.62% | - |
| HSV(B) | 347.03º | 0.64% | 0.91% | - |
| XYZ | 39.6 | 24.76 | 19.21 | - |
| YUV | 131.9 | 119.03 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 84 | 116 | 0 | 0.64 | 0.50 | 0.09 | 347.03 | 0.76 | 0.62 |
| Hex | E8 | 54 | 74 | 0 | 40 | 32 | 9 | 15B | 4C | 3E |
| Octal | 350 | 124 | 164 | 0 | 100 | 62 | 11 | 533 | 114 | 76 |
| Binary | 11101000 | 1010100 | 1110100 | 0 | 1000000 | 110010 | 1001 | 101011011 | 1001100 | 111110 |
Color Harmonies of #E85474
Complementary color
Monochromatic Colors of #E85474
Black with #E85474
Text Example
Text Example
White with #E85474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85474; }
p { color: rgb(232,84,116); }
H1.HeaderClassName
{
color: #E85474;
}
.AnyTagClassName
{
color: #E85474;
}
</style>
background-color css
<style>
a { background-color: #E85474; }
a { background-color: rgb(232,84,116); }
div.DivClassName
{
background-color: #E85474;
}
.BgClassName
{
background-color: #E85474;
}
</style>
border-color css
<style>
span { border-color: #E85474; }
span { border-color: rgb(232,84,116); }
td.TdClassName
{
border-color: #E85474;
}
.TagClassName
{
border-color: #E85474;
}
</style>