Shades of Dark Pink #E0528F
Tints of Dark Pink #E0528F
RGB
CMYK
RGB Variations
Color information
#E0528F (or 0xE0528F) is known color: Dark Pink. HEX triplet: E0, 52 and 8F. RGB value is (224,82,143). Sum of RGB (Red+Green+Blue) = 224+82+143=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0528F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0528F is #1FAD70. Grayscale: #838383. Windows color (decimal): -2076017 or 9392864. OLE color: 9392864.
HSL color Cylindrical-coordinate representation of color #E0528F: hue angle of 334.23º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0528F is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 143 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.12 |
| HSL | 334.23º | 0.7% | 0.6% | - |
| HSV(B) | 334.23º | 0.63% | 0.88% | - |
| XYZ | 38.72 | 23.87 | 28.55 | - |
| YUV | 131.41 | 134.54 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 143 | 0 | 0.63 | 0.36 | 0.12 | 334.23 | 0.7 | 0.6 |
| Hex | E0 | 52 | 8F | 0 | 3F | 24 | C | 14E | 46 | 3C |
| Octal | 340 | 122 | 217 | 0 | 77 | 44 | 14 | 516 | 106 | 74 |
| Binary | 11100000 | 1010010 | 10001111 | 0 | 111111 | 100100 | 1100 | 101001110 | 1000110 | 111100 |
Color Harmonies of #E0528F
Complementary color
Monochromatic Colors of #E0528F
Black with #E0528F
Text Example
Text Example
White with #E0528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0528F; }
p { color: rgb(224,82,143); }
H1.HeaderClassName
{
color: #E0528F;
}
.AnyTagClassName
{
color: #E0528F;
}
</style>
background-color css
<style>
a { background-color: #E0528F; }
a { background-color: rgb(224,82,143); }
div.DivClassName
{
background-color: #E0528F;
}
.BgClassName
{
background-color: #E0528F;
}
</style>
border-color css
<style>
span { border-color: #E0528F; }
span { border-color: rgb(224,82,143); }
td.TdClassName
{
border-color: #E0528F;
}
.TagClassName
{
border-color: #E0528F;
}
</style>