Shades of Dark Pink #E85490
Tints of Dark Pink #E85490
RGB
CMYK
RGB Variations
Color information
#E85490 (or 0xE85490) is known color: Dark Pink. HEX triplet: E8, 54 and 90. RGB value is (232,84,144). Sum of RGB (Red+Green+Blue) = 232+84+144=460 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.43% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 232 - color contains mainly: red. Hex color #E85490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85490 is #17AB6F. Grayscale: #878787. Windows color (decimal): -1551216 or 9458920. OLE color: 9458920.
HSL color Cylindrical-coordinate representation of color #E85490: hue angle of 335.68º 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 #E85490 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 84 | 144 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.09 |
| HSL | 335.68º | 0.76% | 0.62% | - |
| HSV(B) | 335.68º | 0.64% | 0.91% | - |
| XYZ | 41.48 | 25.51 | 29.12 | - |
| YUV | 135.09 | 133.03 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 84 | 144 | 0 | 0.64 | 0.38 | 0.09 | 335.68 | 0.76 | 0.62 |
| Hex | E8 | 54 | 90 | 0 | 40 | 26 | 9 | 150 | 4C | 3E |
| Octal | 350 | 124 | 220 | 0 | 100 | 46 | 11 | 520 | 114 | 76 |
| Binary | 11101000 | 1010100 | 10010000 | 0 | 1000000 | 100110 | 1001 | 101010000 | 1001100 | 111110 |
Color Harmonies of #E85490
Complementary color
Monochromatic Colors of #E85490
Black with #E85490
Text Example
Text Example
White with #E85490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85490; }
p { color: rgb(232,84,144); }
H1.HeaderClassName
{
color: #E85490;
}
.AnyTagClassName
{
color: #E85490;
}
</style>
background-color css
<style>
a { background-color: #E85490; }
a { background-color: rgb(232,84,144); }
div.DivClassName
{
background-color: #E85490;
}
.BgClassName
{
background-color: #E85490;
}
</style>
border-color css
<style>
span { border-color: #E85490; }
span { border-color: rgb(232,84,144); }
td.TdClassName
{
border-color: #E85490;
}
.TagClassName
{
border-color: #E85490;
}
</style>