Shades of Dark Pink #E04A83
Tints of Dark Pink #E04A83
RGB
CMYK
RGB Variations
Color information
#E04A83 (or 0xE04A83) is known color: Dark Pink. HEX triplet: E0, 4A and 83. RGB value is (224,74,131). Sum of RGB (Red+Green+Blue) = 224+74+131=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04A83 is #1FB57C. Grayscale: #7D7D7D. Windows color (decimal): -2078077 or 8604384. OLE color: 8604384.
HSL color Cylindrical-coordinate representation of color #E04A83: hue angle of 337.2º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04A83 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 131 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.12 |
| HSL | 337.2º | 0.71% | 0.58% | - |
| HSV(B) | 337.2º | 0.67% | 0.88% | - |
| XYZ | 37.29 | 22.38 | 23.83 | - |
| YUV | 125.35 | 131.2 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 131 | 0 | 0.67 | 0.42 | 0.12 | 337.2 | 0.71 | 0.58 |
| Hex | E0 | 4A | 83 | 0 | 43 | 2A | C | 151 | 47 | 3A |
| Octal | 340 | 112 | 203 | 0 | 103 | 52 | 14 | 521 | 107 | 72 |
| Binary | 11100000 | 1001010 | 10000011 | 0 | 1000011 | 101010 | 1100 | 101010001 | 1000111 | 111010 |
Color Harmonies of #E04A83
Complementary color
Monochromatic Colors of #E04A83
Black with #E04A83
Text Example
Text Example
White with #E04A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04A83; }
p { color: rgb(224,74,131); }
H1.HeaderClassName
{
color: #E04A83;
}
.AnyTagClassName
{
color: #E04A83;
}
</style>
background-color css
<style>
a { background-color: #E04A83; }
a { background-color: rgb(224,74,131); }
div.DivClassName
{
background-color: #E04A83;
}
.BgClassName
{
background-color: #E04A83;
}
</style>
border-color css
<style>
span { border-color: #E04A83; }
span { border-color: rgb(224,74,131); }
td.TdClassName
{
border-color: #E04A83;
}
.TagClassName
{
border-color: #E04A83;
}
</style>