Shades of Dark Pink #E45895
Tints of Dark Pink #E45895
RGB
CMYK
RGB Variations
Color information
#E45895 (or 0xE45895) is known color: Dark Pink. HEX triplet: E4, 58 and 95. RGB value is (228,88,149). Sum of RGB (Red+Green+Blue) = 228+88+149=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E45895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45895 is #1BA76A. Grayscale: #888888. Windows color (decimal): -1812331 or 9787620. OLE color: 9787620.
HSL color Cylindrical-coordinate representation of color #E45895: hue angle of 333.86º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E45895 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 88 | 149 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.11 |
| HSL | 333.86º | 0.72% | 0.62% | - |
| HSV(B) | 333.86º | 0.61% | 0.89% | - |
| XYZ | 40.91 | 25.64 | 31.23 | - |
| YUV | 136.81 | 134.88 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 88 | 149 | 0 | 0.61 | 0.35 | 0.11 | 333.86 | 0.72 | 0.62 |
| Hex | E4 | 58 | 95 | 0 | 3D | 23 | B | 14E | 48 | 3E |
| Octal | 344 | 130 | 225 | 0 | 75 | 43 | 13 | 516 | 110 | 76 |
| Binary | 11100100 | 1011000 | 10010101 | 0 | 111101 | 100011 | 1011 | 101001110 | 1001000 | 111110 |
Color Harmonies of #E45895
Complementary color
Monochromatic Colors of #E45895
Black with #E45895
Text Example
Text Example
White with #E45895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45895; }
p { color: rgb(228,88,149); }
H1.HeaderClassName
{
color: #E45895;
}
.AnyTagClassName
{
color: #E45895;
}
</style>
background-color css
<style>
a { background-color: #E45895; }
a { background-color: rgb(228,88,149); }
div.DivClassName
{
background-color: #E45895;
}
.BgClassName
{
background-color: #E45895;
}
</style>
border-color css
<style>
span { border-color: #E45895; }
span { border-color: rgb(228,88,149); }
td.TdClassName
{
border-color: #E45895;
}
.TagClassName
{
border-color: #E45895;
}
</style>