Shades of Dark Pink #E04A8F
Tints of Dark Pink #E04A8F
RGB
CMYK
RGB Variations
Color information
#E04A8F (or 0xE04A8F) is known color: Dark Pink. HEX triplet: E0, 4A and 8F. RGB value is (224,74,143). Sum of RGB (Red+Green+Blue) = 224+74+143=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04A8F is #1FB570. Grayscale: #7E7E7E. Windows color (decimal): -2078065 or 9390816. OLE color: 9390816.
HSL color Cylindrical-coordinate representation of color #E04A8F: hue angle of 332.4º 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 #E04A8F is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 143 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.12 |
| HSL | 332.4º | 0.71% | 0.58% | - |
| HSV(B) | 332.4º | 0.67% | 0.88% | - |
| XYZ | 38.15 | 22.73 | 28.36 | - |
| YUV | 126.72 | 137.2 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 143 | 0 | 0.67 | 0.36 | 0.12 | 332.4 | 0.71 | 0.58 |
| Hex | E0 | 4A | 8F | 0 | 43 | 24 | C | 14C | 47 | 3A |
| Octal | 340 | 112 | 217 | 0 | 103 | 44 | 14 | 514 | 107 | 72 |
| Binary | 11100000 | 1001010 | 10001111 | 0 | 1000011 | 100100 | 1100 | 101001100 | 1000111 | 111010 |
Color Harmonies of #E04A8F
Complementary color
Monochromatic Colors of #E04A8F
Black with #E04A8F
Text Example
Text Example
White with #E04A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04A8F; }
p { color: rgb(224,74,143); }
H1.HeaderClassName
{
color: #E04A8F;
}
.AnyTagClassName
{
color: #E04A8F;
}
</style>
background-color css
<style>
a { background-color: #E04A8F; }
a { background-color: rgb(224,74,143); }
div.DivClassName
{
background-color: #E04A8F;
}
.BgClassName
{
background-color: #E04A8F;
}
</style>
border-color css
<style>
span { border-color: #E04A8F; }
span { border-color: rgb(224,74,143); }
td.TdClassName
{
border-color: #E04A8F;
}
.TagClassName
{
border-color: #E04A8F;
}
</style>