Shades of Dark Pink #E55C8A
Tints of Dark Pink #E55C8A
RGB
CMYK
RGB Variations
Color information
#E55C8A (or 0xE55C8A) is known color: Dark Pink. HEX triplet: E5, 5C and 8A. RGB value is (229,92,138). Sum of RGB (Red+Green+Blue) = 229+92+138=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55C8A is #1AA375. Grayscale: #8A8A8A. Windows color (decimal): -1745782 or 9067749. OLE color: 9067749.
HSL color Cylindrical-coordinate representation of color #E55C8A: hue angle of 339.85º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55C8A is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 138 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.10 |
| HSL | 339.85º | 0.72% | 0.63% | - |
| HSV(B) | 339.85º | 0.6% | 0.9% | - |
| XYZ | 40.73 | 26.15 | 26.95 | - |
| YUV | 138.21 | 127.89 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 138 | 0 | 0.60 | 0.40 | 0.10 | 339.85 | 0.72 | 0.63 |
| Hex | E5 | 5C | 8A | 0 | 3C | 28 | A | 154 | 48 | 3F |
| Octal | 345 | 134 | 212 | 0 | 74 | 50 | 12 | 524 | 110 | 77 |
| Binary | 11100101 | 1011100 | 10001010 | 0 | 111100 | 101000 | 1010 | 101010100 | 1001000 | 111111 |
Color Harmonies of #E55C8A
Complementary color
Monochromatic Colors of #E55C8A
Black with #E55C8A
Text Example
Text Example
White with #E55C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55C8A; }
p { color: rgb(229,92,138); }
H1.HeaderClassName
{
color: #E55C8A;
}
.AnyTagClassName
{
color: #E55C8A;
}
</style>
background-color css
<style>
a { background-color: #E55C8A; }
a { background-color: rgb(229,92,138); }
div.DivClassName
{
background-color: #E55C8A;
}
.BgClassName
{
background-color: #E55C8A;
}
</style>
border-color css
<style>
span { border-color: #E55C8A; }
span { border-color: rgb(229,92,138); }
td.TdClassName
{
border-color: #E55C8A;
}
.TagClassName
{
border-color: #E55C8A;
}
</style>