Shades of Dark Pink #E04C8C
Tints of Dark Pink #E04C8C
RGB
CMYK
RGB Variations
Color information
#E04C8C (or 0xE04C8C) is known color: Dark Pink. HEX triplet: E0, 4C and 8C. RGB value is (224,76,140). Sum of RGB (Red+Green+Blue) = 224+76+140=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04C8C is #1FB373. Grayscale: #7F7F7F. Windows color (decimal): -2077556 or 9194720. OLE color: 9194720.
HSL color Cylindrical-coordinate representation of color #E04C8C: hue angle of 334.05º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04C8C is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 140 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.12 |
| HSL | 334.05º | 0.7% | 0.59% | - |
| HSV(B) | 334.05º | 0.66% | 0.88% | - |
| XYZ | 38.06 | 22.91 | 27.23 | - |
| YUV | 127.55 | 135.03 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 140 | 0 | 0.66 | 0.38 | 0.12 | 334.05 | 0.7 | 0.59 |
| Hex | E0 | 4C | 8C | 0 | 42 | 26 | C | 14E | 46 | 3B |
| Octal | 340 | 114 | 214 | 0 | 102 | 46 | 14 | 516 | 106 | 73 |
| Binary | 11100000 | 1001100 | 10001100 | 0 | 1000010 | 100110 | 1100 | 101001110 | 1000110 | 111011 |
Color Harmonies of #E04C8C
Complementary color
Monochromatic Colors of #E04C8C
Black with #E04C8C
Text Example
Text Example
White with #E04C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04C8C; }
p { color: rgb(224,76,140); }
H1.HeaderClassName
{
color: #E04C8C;
}
.AnyTagClassName
{
color: #E04C8C;
}
</style>
background-color css
<style>
a { background-color: #E04C8C; }
a { background-color: rgb(224,76,140); }
div.DivClassName
{
background-color: #E04C8C;
}
.BgClassName
{
background-color: #E04C8C;
}
</style>
border-color css
<style>
span { border-color: #E04C8C; }
span { border-color: rgb(224,76,140); }
td.TdClassName
{
border-color: #E04C8C;
}
.TagClassName
{
border-color: #E04C8C;
}
</style>