Shades of Dark Pink #E55C75
Tints of Dark Pink #E55C75
RGB
CMYK
RGB Variations
Color information
#E55C75 (or 0xE55C75) is known color: Dark Pink. HEX triplet: E5, 5C and 75. RGB value is (229,92,117). Sum of RGB (Red+Green+Blue) = 229+92+117=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55C75 is #1AA38A. Grayscale: #878787. Windows color (decimal): -1745803 or 7691493. OLE color: 7691493.
HSL color Cylindrical-coordinate representation of color #E55C75: hue angle of 349.05º 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 #E55C75 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 117 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.10 |
| HSL | 349.05º | 0.72% | 0.63% | - |
| HSV(B) | 349.05º | 0.6% | 0.9% | - |
| XYZ | 39.35 | 25.6 | 19.7 | - |
| YUV | 135.81 | 117.39 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 117 | 0 | 0.60 | 0.49 | 0.10 | 349.05 | 0.72 | 0.63 |
| Hex | E5 | 5C | 75 | 0 | 3C | 31 | A | 15D | 48 | 3F |
| Octal | 345 | 134 | 165 | 0 | 74 | 61 | 12 | 535 | 110 | 77 |
| Binary | 11100101 | 1011100 | 1110101 | 0 | 111100 | 110001 | 1010 | 101011101 | 1001000 | 111111 |
Color Harmonies of #E55C75
Complementary color
Monochromatic Colors of #E55C75
Black with #E55C75
Text Example
Text Example
White with #E55C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55C75; }
p { color: rgb(229,92,117); }
H1.HeaderClassName
{
color: #E55C75;
}
.AnyTagClassName
{
color: #E55C75;
}
</style>
background-color css
<style>
a { background-color: #E55C75; }
a { background-color: rgb(229,92,117); }
div.DivClassName
{
background-color: #E55C75;
}
.BgClassName
{
background-color: #E55C75;
}
</style>
border-color css
<style>
span { border-color: #E55C75; }
span { border-color: rgb(229,92,117); }
td.TdClassName
{
border-color: #E55C75;
}
.TagClassName
{
border-color: #E55C75;
}
</style>