Shades of Dark Pink #E05C85
Tints of Dark Pink #E05C85
RGB
CMYK
RGB Variations
Color information
#E05C85 (or 0xE05C85) is known color: Dark Pink. HEX triplet: E0, 5C and 85. RGB value is (224,92,133). Sum of RGB (Red+Green+Blue) = 224+92+133=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05C85 is #1FA37A. Grayscale: #888888. Windows color (decimal): -2073467 or 8740064. OLE color: 8740064.
HSL color Cylindrical-coordinate representation of color #E05C85: hue angle of 341.36º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05C85 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 92 | 133 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.12 |
| HSL | 341.36º | 0.68% | 0.62% | - |
| HSV(B) | 341.36º | 0.59% | 0.88% | - |
| XYZ | 38.8 | 25.2 | 25.01 | - |
| YUV | 136.14 | 126.23 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 92 | 133 | 0 | 0.59 | 0.41 | 0.12 | 341.36 | 0.68 | 0.62 |
| Hex | E0 | 5C | 85 | 0 | 3B | 29 | C | 155 | 44 | 3E |
| Octal | 340 | 134 | 205 | 0 | 73 | 51 | 14 | 525 | 104 | 76 |
| Binary | 11100000 | 1011100 | 10000101 | 0 | 111011 | 101001 | 1100 | 101010101 | 1000100 | 111110 |
Color Harmonies of #E05C85
Complementary color
Monochromatic Colors of #E05C85
Black with #E05C85
Text Example
Text Example
White with #E05C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05C85; }
p { color: rgb(224,92,133); }
H1.HeaderClassName
{
color: #E05C85;
}
.AnyTagClassName
{
color: #E05C85;
}
</style>
background-color css
<style>
a { background-color: #E05C85; }
a { background-color: rgb(224,92,133); }
div.DivClassName
{
background-color: #E05C85;
}
.BgClassName
{
background-color: #E05C85;
}
</style>
border-color css
<style>
span { border-color: #E05C85; }
span { border-color: rgb(224,92,133); }
td.TdClassName
{
border-color: #E05C85;
}
.TagClassName
{
border-color: #E05C85;
}
</style>