Shades of Dark Pink #E45E8C
Tints of Dark Pink #E45E8C
RGB
CMYK
RGB Variations
Color information
#E45E8C (or 0xE45E8C) is known color: Dark Pink. HEX triplet: E4, 5E and 8C. RGB value is (228,94,140). Sum of RGB (Red+Green+Blue) = 228+94+140=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 94 (37.11% from 255 or 20.35% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E45E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45E8C is #1BA173. Grayscale: #8B8B8B. Windows color (decimal): -1810804 or 9199332. OLE color: 9199332.
HSL color Cylindrical-coordinate representation of color #E45E8C: hue angle of 339.4º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E45E8C is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 94 | 140 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.11 |
| HSL | 339.4º | 0.71% | 0.63% | - |
| HSV(B) | 339.4º | 0.59% | 0.89% | - |
| XYZ | 40.73 | 26.39 | 27.76 | - |
| YUV | 139.31 | 128.39 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 94 | 140 | 0 | 0.59 | 0.39 | 0.11 | 339.4 | 0.71 | 0.63 |
| Hex | E4 | 5E | 8C | 0 | 3B | 27 | B | 153 | 47 | 3F |
| Octal | 344 | 136 | 214 | 0 | 73 | 47 | 13 | 523 | 107 | 77 |
| Binary | 11100100 | 1011110 | 10001100 | 0 | 111011 | 100111 | 1011 | 101010011 | 1000111 | 111111 |
Color Harmonies of #E45E8C
Complementary color
Monochromatic Colors of #E45E8C
Black with #E45E8C
Text Example
Text Example
White with #E45E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45E8C; }
p { color: rgb(228,94,140); }
H1.HeaderClassName
{
color: #E45E8C;
}
.AnyTagClassName
{
color: #E45E8C;
}
</style>
background-color css
<style>
a { background-color: #E45E8C; }
a { background-color: rgb(228,94,140); }
div.DivClassName
{
background-color: #E45E8C;
}
.BgClassName
{
background-color: #E45E8C;
}
</style>
border-color css
<style>
span { border-color: #E45E8C; }
span { border-color: rgb(228,94,140); }
td.TdClassName
{
border-color: #E45E8C;
}
.TagClassName
{
border-color: #E45E8C;
}
</style>