Shades of Dark Pink #E85A8E
Tints of Dark Pink #E85A8E
RGB
CMYK
RGB Variations
Color information
#E85A8E (or 0xE85A8E) is known color: Dark Pink. HEX triplet: E8, 5A and 8E. RGB value is (232,90,142). Sum of RGB (Red+Green+Blue) = 232+90+142=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85A8E is #17A571. Grayscale: #8A8A8A. Windows color (decimal): -1549682 or 9329384. OLE color: 9329384.
HSL color Cylindrical-coordinate representation of color #E85A8E: hue angle of 338.03º 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 #E85A8E is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 142 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.09 |
| HSL | 338.03º | 0.76% | 0.63% | - |
| HSV(B) | 338.03º | 0.61% | 0.91% | - |
| XYZ | 41.82 | 26.42 | 28.49 | - |
| YUV | 138.39 | 130.04 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 142 | 0 | 0.61 | 0.39 | 0.09 | 338.03 | 0.76 | 0.63 |
| Hex | E8 | 5A | 8E | 0 | 3D | 27 | 9 | 152 | 4C | 3F |
| Octal | 350 | 132 | 216 | 0 | 75 | 47 | 11 | 522 | 114 | 77 |
| Binary | 11101000 | 1011010 | 10001110 | 0 | 111101 | 100111 | 1001 | 101010010 | 1001100 | 111111 |
Color Harmonies of #E85A8E
Complementary color
Monochromatic Colors of #E85A8E
Black with #E85A8E
Text Example
Text Example
White with #E85A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85A8E; }
p { color: rgb(232,90,142); }
H1.HeaderClassName
{
color: #E85A8E;
}
.AnyTagClassName
{
color: #E85A8E;
}
</style>
background-color css
<style>
a { background-color: #E85A8E; }
a { background-color: rgb(232,90,142); }
div.DivClassName
{
background-color: #E85A8E;
}
.BgClassName
{
background-color: #E85A8E;
}
</style>
border-color css
<style>
span { border-color: #E85A8E; }
span { border-color: rgb(232,90,142); }
td.TdClassName
{
border-color: #E85A8E;
}
.TagClassName
{
border-color: #E85A8E;
}
</style>