Shades of Dark Pink #E05C81
Tints of Dark Pink #E05C81
RGB
CMYK
RGB Variations
Color information
#E05C81 (or 0xE05C81) is known color: Dark Pink. HEX triplet: E0, 5C and 81. RGB value is (224,92,129). Sum of RGB (Red+Green+Blue) = 224+92+129=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05C81 is #1FA37E. Grayscale: #878787. Windows color (decimal): -2073471 or 8477920. OLE color: 8477920.
HSL color Cylindrical-coordinate representation of color #E05C81: hue angle of 343.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 #E05C81 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 92 | 129 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.12 |
| HSL | 343.18º | 0.68% | 0.62% | - |
| HSV(B) | 343.18º | 0.59% | 0.88% | - |
| XYZ | 38.53 | 25.09 | 23.58 | - |
| YUV | 135.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 92 | 129 | 0 | 0.59 | 0.42 | 0.12 | 343.18 | 0.68 | 0.62 |
| Hex | E0 | 5C | 81 | 0 | 3B | 2A | C | 157 | 44 | 3E |
| Octal | 340 | 134 | 201 | 0 | 73 | 52 | 14 | 527 | 104 | 76 |
| Binary | 11100000 | 1011100 | 10000001 | 0 | 111011 | 101010 | 1100 | 101010111 | 1000100 | 111110 |
Color Harmonies of #E05C81
Complementary color
Monochromatic Colors of #E05C81
Black with #E05C81
Text Example
Text Example
White with #E05C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05C81; }
p { color: rgb(224,92,129); }
H1.HeaderClassName
{
color: #E05C81;
}
.AnyTagClassName
{
color: #E05C81;
}
</style>
background-color css
<style>
a { background-color: #E05C81; }
a { background-color: rgb(224,92,129); }
div.DivClassName
{
background-color: #E05C81;
}
.BgClassName
{
background-color: #E05C81;
}
</style>
border-color css
<style>
span { border-color: #E05C81; }
span { border-color: rgb(224,92,129); }
td.TdClassName
{
border-color: #E05C81;
}
.TagClassName
{
border-color: #E05C81;
}
</style>