Shades of Dark Pink #E55E8F
Tints of Dark Pink #E55E8F
RGB
CMYK
RGB Variations
Color information
#E55E8F (or 0xE55E8F) is known color: Dark Pink. HEX triplet: E5, 5E and 8F. RGB value is (229,94,143). Sum of RGB (Red+Green+Blue) = 229+94+143=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55E8F is #1AA170. Grayscale: #8B8B8B. Windows color (decimal): -1745265 or 9395941. OLE color: 9395941.
HSL color Cylindrical-coordinate representation of color #E55E8F: hue angle of 338.22º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55E8F is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 143 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.10 |
| HSL | 338.22º | 0.72% | 0.63% | - |
| HSV(B) | 338.22º | 0.59% | 0.9% | - |
| XYZ | 41.27 | 26.65 | 28.95 | - |
| YUV | 139.95 | 129.73 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 143 | 0 | 0.59 | 0.38 | 0.10 | 338.22 | 0.72 | 0.63 |
| Hex | E5 | 5E | 8F | 0 | 3B | 26 | A | 152 | 48 | 3F |
| Octal | 345 | 136 | 217 | 0 | 73 | 46 | 12 | 522 | 110 | 77 |
| Binary | 11100101 | 1011110 | 10001111 | 0 | 111011 | 100110 | 1010 | 101010010 | 1001000 | 111111 |
Color Harmonies of #E55E8F
Complementary color
Monochromatic Colors of #E55E8F
Black with #E55E8F
Text Example
Text Example
White with #E55E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55E8F; }
p { color: rgb(229,94,143); }
H1.HeaderClassName
{
color: #E55E8F;
}
.AnyTagClassName
{
color: #E55E8F;
}
</style>
background-color css
<style>
a { background-color: #E55E8F; }
a { background-color: rgb(229,94,143); }
div.DivClassName
{
background-color: #E55E8F;
}
.BgClassName
{
background-color: #E55E8F;
}
</style>
border-color css
<style>
span { border-color: #E55E8F; }
span { border-color: rgb(229,94,143); }
td.TdClassName
{
border-color: #E55E8F;
}
.TagClassName
{
border-color: #E55E8F;
}
</style>