Shades of Dark Pink #E04F8C
Tints of Dark Pink #E04F8C
RGB
CMYK
RGB Variations
Color information
#E04F8C (or 0xE04F8C) is known color: Dark Pink. HEX triplet: E0, 4F and 8C. RGB value is (224,79,140). Sum of RGB (Red+Green+Blue) = 224+79+140=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04F8C is #1FB073. Grayscale: #818181. Windows color (decimal): -2076788 or 9195488. OLE color: 9195488.
HSL color Cylindrical-coordinate representation of color #E04F8C: hue angle of 334.76º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04F8C is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 140 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.12 |
| HSL | 334.76º | 0.7% | 0.59% | - |
| HSV(B) | 334.76º | 0.65% | 0.88% | - |
| XYZ | 38.27 | 23.33 | 27.3 | - |
| YUV | 129.31 | 134.04 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 140 | 0 | 0.65 | 0.38 | 0.12 | 334.76 | 0.7 | 0.59 |
| Hex | E0 | 4F | 8C | 0 | 41 | 26 | C | 14F | 46 | 3B |
| Octal | 340 | 117 | 214 | 0 | 101 | 46 | 14 | 517 | 106 | 73 |
| Binary | 11100000 | 1001111 | 10001100 | 0 | 1000001 | 100110 | 1100 | 101001111 | 1000110 | 111011 |
Color Harmonies of #E04F8C
Complementary color
Monochromatic Colors of #E04F8C
Black with #E04F8C
Text Example
Text Example
White with #E04F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04F8C; }
p { color: rgb(224,79,140); }
H1.HeaderClassName
{
color: #E04F8C;
}
.AnyTagClassName
{
color: #E04F8C;
}
</style>
background-color css
<style>
a { background-color: #E04F8C; }
a { background-color: rgb(224,79,140); }
div.DivClassName
{
background-color: #E04F8C;
}
.BgClassName
{
background-color: #E04F8C;
}
</style>
border-color css
<style>
span { border-color: #E04F8C; }
span { border-color: rgb(224,79,140); }
td.TdClassName
{
border-color: #E04F8C;
}
.TagClassName
{
border-color: #E04F8C;
}
</style>