Shades of Dark Pink #E55A8F
Tints of Dark Pink #E55A8F
RGB
CMYK
RGB Variations
Color information
#E55A8F (or 0xE55A8F) is known color: Dark Pink. HEX triplet: E5, 5A and 8F. RGB value is (229,90,143). Sum of RGB (Red+Green+Blue) = 229+90+143=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55A8F is #1AA570. Grayscale: #898989. Windows color (decimal): -1746289 or 9394917. OLE color: 9394917.
HSL color Cylindrical-coordinate representation of color #E55A8F: hue angle of 337.12º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55A8F is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 143 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.10 |
| HSL | 337.12º | 0.73% | 0.63% | - |
| HSV(B) | 337.12º | 0.61% | 0.9% | - |
| XYZ | 40.93 | 25.95 | 28.84 | - |
| YUV | 137.6 | 131.05 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 143 | 0 | 0.61 | 0.38 | 0.10 | 337.12 | 0.73 | 0.63 |
| Hex | E5 | 5A | 8F | 0 | 3D | 26 | A | 151 | 49 | 3F |
| Octal | 345 | 132 | 217 | 0 | 75 | 46 | 12 | 521 | 111 | 77 |
| Binary | 11100101 | 1011010 | 10001111 | 0 | 111101 | 100110 | 1010 | 101010001 | 1001001 | 111111 |
Color Harmonies of #E55A8F
Complementary color
Monochromatic Colors of #E55A8F
Black with #E55A8F
Text Example
Text Example
White with #E55A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55A8F; }
p { color: rgb(229,90,143); }
H1.HeaderClassName
{
color: #E55A8F;
}
.AnyTagClassName
{
color: #E55A8F;
}
</style>
background-color css
<style>
a { background-color: #E55A8F; }
a { background-color: rgb(229,90,143); }
div.DivClassName
{
background-color: #E55A8F;
}
.BgClassName
{
background-color: #E55A8F;
}
</style>
border-color css
<style>
span { border-color: #E55A8F; }
span { border-color: rgb(229,90,143); }
td.TdClassName
{
border-color: #E55A8F;
}
.TagClassName
{
border-color: #E55A8F;
}
</style>