Shades of Dark Pink #E45B76
Tints of Dark Pink #E45B76
RGB
CMYK
RGB Variations
Color information
#E45B76 (or 0xE45B76) is known color: Dark Pink. HEX triplet: E4, 5B and 76. RGB value is (228,91,118). Sum of RGB (Red+Green+Blue) = 228+91+118=437 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.17% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 228 - color contains mainly: red. Hex color #E45B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45B76 is #1BA489. Grayscale: #878787. Windows color (decimal): -1811594 or 7756772. OLE color: 7756772.
HSL color Cylindrical-coordinate representation of color #E45B76: hue angle of 348.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 #E45B76 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 91 | 118 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.11 |
| HSL | 348.18º | 0.72% | 0.63% | - |
| HSV(B) | 348.18º | 0.6% | 0.89% | - |
| XYZ | 39.01 | 25.28 | 19.96 | - |
| YUV | 135.04 | 118.39 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 91 | 118 | 0 | 0.60 | 0.48 | 0.11 | 348.18 | 0.72 | 0.63 |
| Hex | E4 | 5B | 76 | 0 | 3C | 30 | B | 15C | 48 | 3F |
| Octal | 344 | 133 | 166 | 0 | 74 | 60 | 13 | 534 | 110 | 77 |
| Binary | 11100100 | 1011011 | 1110110 | 0 | 111100 | 110000 | 1011 | 101011100 | 1001000 | 111111 |
Color Harmonies of #E45B76
Complementary color
Monochromatic Colors of #E45B76
Black with #E45B76
Text Example
Text Example
White with #E45B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45B76; }
p { color: rgb(228,91,118); }
H1.HeaderClassName
{
color: #E45B76;
}
.AnyTagClassName
{
color: #E45B76;
}
</style>
background-color css
<style>
a { background-color: #E45B76; }
a { background-color: rgb(228,91,118); }
div.DivClassName
{
background-color: #E45B76;
}
.BgClassName
{
background-color: #E45B76;
}
</style>
border-color css
<style>
span { border-color: #E45B76; }
span { border-color: rgb(228,91,118); }
td.TdClassName
{
border-color: #E45B76;
}
.TagClassName
{
border-color: #E45B76;
}
</style>