Shades of Dark Pink #E45692
Tints of Dark Pink #E45692
RGB
CMYK
RGB Variations
Color information
#E45692 (or 0xE45692) is known color: Dark Pink. HEX triplet: E4, 56 and 92. RGB value is (228,86,146). Sum of RGB (Red+Green+Blue) = 228+86+146=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E45692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45692 is #1BA96D. Grayscale: #878787. Windows color (decimal): -1812846 or 9590500. OLE color: 9590500.
HSL color Cylindrical-coordinate representation of color #E45692: hue angle of 334.65º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E45692 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 86 | 146 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.11 |
| HSL | 334.65º | 0.72% | 0.62% | - |
| HSV(B) | 334.65º | 0.62% | 0.89% | - |
| XYZ | 40.51 | 25.22 | 29.93 | - |
| YUV | 135.3 | 134.04 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 86 | 146 | 0 | 0.62 | 0.36 | 0.11 | 334.65 | 0.72 | 0.62 |
| Hex | E4 | 56 | 92 | 0 | 3E | 24 | B | 14F | 48 | 3E |
| Octal | 344 | 126 | 222 | 0 | 76 | 44 | 13 | 517 | 110 | 76 |
| Binary | 11100100 | 1010110 | 10010010 | 0 | 111110 | 100100 | 1011 | 101001111 | 1001000 | 111110 |
Color Harmonies of #E45692
Complementary color
Monochromatic Colors of #E45692
Black with #E45692
Text Example
Text Example
White with #E45692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45692; }
p { color: rgb(228,86,146); }
H1.HeaderClassName
{
color: #E45692;
}
.AnyTagClassName
{
color: #E45692;
}
</style>
background-color css
<style>
a { background-color: #E45692; }
a { background-color: rgb(228,86,146); }
div.DivClassName
{
background-color: #E45692;
}
.BgClassName
{
background-color: #E45692;
}
</style>
border-color css
<style>
span { border-color: #E45692; }
span { border-color: rgb(228,86,146); }
td.TdClassName
{
border-color: #E45692;
}
.TagClassName
{
border-color: #E45692;
}
</style>