Shades of Dark Pink #E45C7E
Tints of Dark Pink #E45C7E
RGB
CMYK
RGB Variations
Color information
#E45C7E (or 0xE45C7E) is known color: Dark Pink. HEX triplet: E4, 5C and 7E. RGB value is (228,92,126). Sum of RGB (Red+Green+Blue) = 228+92+126=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E45C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45C7E is #1BA381. Grayscale: #888888. Windows color (decimal): -1811330 or 8281316. OLE color: 8281316.
HSL color Cylindrical-coordinate representation of color #E45C7E: hue angle of 345º 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 #E45C7E is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 92 | 126 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.11 |
| HSL | 345º | 0.72% | 0.63% | - |
| HSV(B) | 345º | 0.6% | 0.89% | - |
| XYZ | 39.59 | 25.65 | 22.6 | - |
| YUV | 136.54 | 122.06 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 92 | 126 | 0 | 0.60 | 0.45 | 0.11 | 345 | 0.72 | 0.63 |
| Hex | E4 | 5C | 7E | 0 | 3C | 2D | B | 159 | 48 | 3F |
| Octal | 344 | 134 | 176 | 0 | 74 | 55 | 13 | 531 | 110 | 77 |
| Binary | 11100100 | 1011100 | 1111110 | 0 | 111100 | 101101 | 1011 | 101011001 | 1001000 | 111111 |
Color Harmonies of #E45C7E
Complementary color
Monochromatic Colors of #E45C7E
Black with #E45C7E
Text Example
Text Example
White with #E45C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45C7E; }
p { color: rgb(228,92,126); }
H1.HeaderClassName
{
color: #E45C7E;
}
.AnyTagClassName
{
color: #E45C7E;
}
</style>
background-color css
<style>
a { background-color: #E45C7E; }
a { background-color: rgb(228,92,126); }
div.DivClassName
{
background-color: #E45C7E;
}
.BgClassName
{
background-color: #E45C7E;
}
</style>
border-color css
<style>
span { border-color: #E45C7E; }
span { border-color: rgb(228,92,126); }
td.TdClassName
{
border-color: #E45C7E;
}
.TagClassName
{
border-color: #E45C7E;
}
</style>