Shades of Dark Pink #E05C8C
Tints of Dark Pink #E05C8C
RGB
CMYK
RGB Variations
Color information
#E05C8C (or 0xE05C8C) is known color: Dark Pink. HEX triplet: E0, 5C and 8C. RGB value is (224,92,140). Sum of RGB (Red+Green+Blue) = 224+92+140=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05C8C is #1FA373. Grayscale: #888888. Windows color (decimal): -2073460 or 9198816. OLE color: 9198816.
HSL color Cylindrical-coordinate representation of color #E05C8C: hue angle of 338.18º 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 #E05C8C is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 92 | 140 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.12 |
| HSL | 338.18º | 0.68% | 0.62% | - |
| HSV(B) | 338.18º | 0.59% | 0.88% | - |
| XYZ | 39.3 | 25.4 | 27.64 | - |
| YUV | 136.94 | 129.73 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 92 | 140 | 0 | 0.59 | 0.38 | 0.12 | 338.18 | 0.68 | 0.62 |
| Hex | E0 | 5C | 8C | 0 | 3B | 26 | C | 152 | 44 | 3E |
| Octal | 340 | 134 | 214 | 0 | 73 | 46 | 14 | 522 | 104 | 76 |
| Binary | 11100000 | 1011100 | 10001100 | 0 | 111011 | 100110 | 1100 | 101010010 | 1000100 | 111110 |
Color Harmonies of #E05C8C
Complementary color
Monochromatic Colors of #E05C8C
Black with #E05C8C
Text Example
Text Example
White with #E05C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05C8C; }
p { color: rgb(224,92,140); }
H1.HeaderClassName
{
color: #E05C8C;
}
.AnyTagClassName
{
color: #E05C8C;
}
</style>
background-color css
<style>
a { background-color: #E05C8C; }
a { background-color: rgb(224,92,140); }
div.DivClassName
{
background-color: #E05C8C;
}
.BgClassName
{
background-color: #E05C8C;
}
</style>
border-color css
<style>
span { border-color: #E05C8C; }
span { border-color: rgb(224,92,140); }
td.TdClassName
{
border-color: #E05C8C;
}
.TagClassName
{
border-color: #E05C8C;
}
</style>