Shades of Dark Pink #E04F83
Tints of Dark Pink #E04F83
RGB
CMYK
RGB Variations
Color information
#E04F83 (or 0xE04F83) is known color: Dark Pink. HEX triplet: E0, 4F and 83. RGB value is (224,79,131). Sum of RGB (Red+Green+Blue) = 224+79+131=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04F83 is #1FB07C. Grayscale: #808080. Windows color (decimal): -2076797 or 8605664. OLE color: 8605664.
HSL color Cylindrical-coordinate representation of color #E04F83: hue angle of 338.48º 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 #E04F83 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 131 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.12 |
| HSL | 338.48º | 0.7% | 0.59% | - |
| HSV(B) | 338.48º | 0.65% | 0.88% | - |
| XYZ | 37.63 | 23.08 | 23.94 | - |
| YUV | 128.28 | 129.54 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 131 | 0 | 0.65 | 0.42 | 0.12 | 338.48 | 0.7 | 0.59 |
| Hex | E0 | 4F | 83 | 0 | 41 | 2A | C | 152 | 46 | 3B |
| Octal | 340 | 117 | 203 | 0 | 101 | 52 | 14 | 522 | 106 | 73 |
| Binary | 11100000 | 1001111 | 10000011 | 0 | 1000001 | 101010 | 1100 | 101010010 | 1000110 | 111011 |
Color Harmonies of #E04F83
Complementary color
Monochromatic Colors of #E04F83
Black with #E04F83
Text Example
Text Example
White with #E04F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04F83; }
p { color: rgb(224,79,131); }
H1.HeaderClassName
{
color: #E04F83;
}
.AnyTagClassName
{
color: #E04F83;
}
</style>
background-color css
<style>
a { background-color: #E04F83; }
a { background-color: rgb(224,79,131); }
div.DivClassName
{
background-color: #E04F83;
}
.BgClassName
{
background-color: #E04F83;
}
</style>
border-color css
<style>
span { border-color: #E04F83; }
span { border-color: rgb(224,79,131); }
td.TdClassName
{
border-color: #E04F83;
}
.TagClassName
{
border-color: #E04F83;
}
</style>