Shades of Dark Pink #E85A91
Tints of Dark Pink #E85A91
RGB
CMYK
RGB Variations
Color information
#E85A91 (or 0xE85A91) is known color: Dark Pink. HEX triplet: E8, 5A and 91. RGB value is (232,90,145). Sum of RGB (Red+Green+Blue) = 232+90+145=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85A91 is #17A56E. Grayscale: #8A8A8A. Windows color (decimal): -1549679 or 9525992. OLE color: 9525992.
HSL color Cylindrical-coordinate representation of color #E85A91: hue angle of 336.76º 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 #E85A91 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 145 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.09 |
| HSL | 336.76º | 0.76% | 0.63% | - |
| HSV(B) | 336.76º | 0.61% | 0.91% | - |
| XYZ | 42.05 | 26.51 | 29.69 | - |
| YUV | 138.73 | 131.54 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 145 | 0 | 0.61 | 0.38 | 0.09 | 336.76 | 0.76 | 0.63 |
| Hex | E8 | 5A | 91 | 0 | 3D | 26 | 9 | 151 | 4C | 3F |
| Octal | 350 | 132 | 221 | 0 | 75 | 46 | 11 | 521 | 114 | 77 |
| Binary | 11101000 | 1011010 | 10010001 | 0 | 111101 | 100110 | 1001 | 101010001 | 1001100 | 111111 |
Color Harmonies of #E85A91
Complementary color
Monochromatic Colors of #E85A91
Black with #E85A91
Text Example
Text Example
White with #E85A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85A91; }
p { color: rgb(232,90,145); }
H1.HeaderClassName
{
color: #E85A91;
}
.AnyTagClassName
{
color: #E85A91;
}
</style>
background-color css
<style>
a { background-color: #E85A91; }
a { background-color: rgb(232,90,145); }
div.DivClassName
{
background-color: #E85A91;
}
.BgClassName
{
background-color: #E85A91;
}
</style>
border-color css
<style>
span { border-color: #E85A91; }
span { border-color: rgb(232,90,145); }
td.TdClassName
{
border-color: #E85A91;
}
.TagClassName
{
border-color: #E85A91;
}
</style>