Shades of Dark Pink #E45C92
Tints of Dark Pink #E45C92
RGB
CMYK
RGB Variations
Color information
#E45C92 (or 0xE45C92) is known color: Dark Pink. HEX triplet: E4, 5C and 92. RGB value is (228,92,146). Sum of RGB (Red+Green+Blue) = 228+92+146=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 228 - color contains mainly: red. Hex color #E45C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45C92 is #1BA36D. Grayscale: #8A8A8A. Windows color (decimal): -1811310 or 9592036. OLE color: 9592036.
HSL color Cylindrical-coordinate representation of color #E45C92: hue angle of 336.18º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E45C92 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 92 | 146 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.11 |
| HSL | 336.18º | 0.72% | 0.63% | - |
| HSV(B) | 336.18º | 0.6% | 0.89% | - |
| XYZ | 41.01 | 26.22 | 30.09 | - |
| YUV | 138.82 | 132.06 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 92 | 146 | 0 | 0.60 | 0.36 | 0.11 | 336.18 | 0.72 | 0.63 |
| Hex | E4 | 5C | 92 | 0 | 3C | 24 | B | 150 | 48 | 3F |
| Octal | 344 | 134 | 222 | 0 | 74 | 44 | 13 | 520 | 110 | 77 |
| Binary | 11100100 | 1011100 | 10010010 | 0 | 111100 | 100100 | 1011 | 101010000 | 1001000 | 111111 |
Color Harmonies of #E45C92
Complementary color
Monochromatic Colors of #E45C92
Black with #E45C92
Text Example
Text Example
White with #E45C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45C92; }
p { color: rgb(228,92,146); }
H1.HeaderClassName
{
color: #E45C92;
}
.AnyTagClassName
{
color: #E45C92;
}
</style>
background-color css
<style>
a { background-color: #E45C92; }
a { background-color: rgb(228,92,146); }
div.DivClassName
{
background-color: #E45C92;
}
.BgClassName
{
background-color: #E45C92;
}
</style>
border-color css
<style>
span { border-color: #E45C92; }
span { border-color: rgb(228,92,146); }
td.TdClassName
{
border-color: #E45C92;
}
.TagClassName
{
border-color: #E45C92;
}
</style>