Shades of Dark Pink #E45995
Tints of Dark Pink #E45995
RGB
CMYK
RGB Variations
Color information
#E45995 (or 0xE45995) is known color: Dark Pink. HEX triplet: E4, 59 and 95. RGB value is (228,89,149). Sum of RGB (Red+Green+Blue) = 228+89+149=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 228 - color contains mainly: red. Hex color #E45995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45995 is #1BA66A. Grayscale: #898989. Windows color (decimal): -1812075 or 9787876. OLE color: 9787876.
HSL color Cylindrical-coordinate representation of color #E45995: hue angle of 334.1º 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 #E45995 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 89 | 149 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.11 |
| HSL | 334.1º | 0.72% | 0.62% | - |
| HSV(B) | 334.1º | 0.61% | 0.89% | - |
| XYZ | 40.99 | 25.81 | 31.25 | - |
| YUV | 137.4 | 134.55 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 89 | 149 | 0 | 0.61 | 0.35 | 0.11 | 334.1 | 0.72 | 0.62 |
| Hex | E4 | 59 | 95 | 0 | 3D | 23 | B | 14E | 48 | 3E |
| Octal | 344 | 131 | 225 | 0 | 75 | 43 | 13 | 516 | 110 | 76 |
| Binary | 11100100 | 1011001 | 10010101 | 0 | 111101 | 100011 | 1011 | 101001110 | 1001000 | 111110 |
Color Harmonies of #E45995
Complementary color
Monochromatic Colors of #E45995
Black with #E45995
Text Example
Text Example
White with #E45995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45995; }
p { color: rgb(228,89,149); }
H1.HeaderClassName
{
color: #E45995;
}
.AnyTagClassName
{
color: #E45995;
}
</style>
background-color css
<style>
a { background-color: #E45995; }
a { background-color: rgb(228,89,149); }
div.DivClassName
{
background-color: #E45995;
}
.BgClassName
{
background-color: #E45995;
}
</style>
border-color css
<style>
span { border-color: #E45995; }
span { border-color: rgb(228,89,149); }
td.TdClassName
{
border-color: #E45995;
}
.TagClassName
{
border-color: #E45995;
}
</style>