Shades of Dark Pink #E45592
Tints of Dark Pink #E45592
RGB
CMYK
RGB Variations
Color information
#E45592 (or 0xE45592) is known color: Dark Pink. HEX triplet: E4, 55 and 92. RGB value is (228,85,146). Sum of RGB (Red+Green+Blue) = 228+85+146=459 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.67% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 228 - color contains mainly: red. Hex color #E45592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45592 is #1BAA6D. Grayscale: #868686. Windows color (decimal): -1813102 or 9590244. OLE color: 9590244.
HSL color Cylindrical-coordinate representation of color #E45592: hue angle of 334.41º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E45592 is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 146 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.11 |
| HSL | 334.41º | 0.73% | 0.61% | - |
| HSV(B) | 334.41º | 0.63% | 0.89% | - |
| XYZ | 40.43 | 25.07 | 29.9 | - |
| YUV | 134.71 | 134.38 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 146 | 0 | 0.63 | 0.36 | 0.11 | 334.41 | 0.73 | 0.61 |
| Hex | E4 | 55 | 92 | 0 | 3F | 24 | B | 14E | 49 | 3D |
| Octal | 344 | 125 | 222 | 0 | 77 | 44 | 13 | 516 | 111 | 75 |
| Binary | 11100100 | 1010101 | 10010010 | 0 | 111111 | 100100 | 1011 | 101001110 | 1001001 | 111101 |
Color Harmonies of #E45592
Complementary color
Monochromatic Colors of #E45592
Black with #E45592
Text Example
Text Example
White with #E45592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45592; }
p { color: rgb(228,85,146); }
H1.HeaderClassName
{
color: #E45592;
}
.AnyTagClassName
{
color: #E45592;
}
</style>
background-color css
<style>
a { background-color: #E45592; }
a { background-color: rgb(228,85,146); }
div.DivClassName
{
background-color: #E45592;
}
.BgClassName
{
background-color: #E45592;
}
</style>
border-color css
<style>
span { border-color: #E45592; }
span { border-color: rgb(228,85,146); }
td.TdClassName
{
border-color: #E45592;
}
.TagClassName
{
border-color: #E45592;
}
</style>