Shades of Dark Pink #E0528E
Tints of Dark Pink #E0528E
RGB
CMYK
RGB Variations
Color information
#E0528E (or 0xE0528E) is known color: Dark Pink. HEX triplet: E0, 52 and 8E. RGB value is (224,82,142). Sum of RGB (Red+Green+Blue) = 224+82+142=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E0528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0528E is #1FAD71. Grayscale: #838383. Windows color (decimal): -2076018 or 9327328. OLE color: 9327328.
HSL color Cylindrical-coordinate representation of color #E0528E: hue angle of 334.65º 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 #E0528E is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 142 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.12 |
| HSL | 334.65º | 0.7% | 0.6% | - |
| HSV(B) | 334.65º | 0.63% | 0.88% | - |
| XYZ | 38.64 | 23.83 | 28.16 | - |
| YUV | 131.3 | 134.04 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 142 | 0 | 0.63 | 0.37 | 0.12 | 334.65 | 0.7 | 0.6 |
| Hex | E0 | 52 | 8E | 0 | 3F | 25 | C | 14F | 46 | 3C |
| Octal | 340 | 122 | 216 | 0 | 77 | 45 | 14 | 517 | 106 | 74 |
| Binary | 11100000 | 1010010 | 10001110 | 0 | 111111 | 100101 | 1100 | 101001111 | 1000110 | 111100 |
Color Harmonies of #E0528E
Complementary color
Monochromatic Colors of #E0528E
Black with #E0528E
Text Example
Text Example
White with #E0528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0528E; }
p { color: rgb(224,82,142); }
H1.HeaderClassName
{
color: #E0528E;
}
.AnyTagClassName
{
color: #E0528E;
}
</style>
background-color css
<style>
a { background-color: #E0528E; }
a { background-color: rgb(224,82,142); }
div.DivClassName
{
background-color: #E0528E;
}
.BgClassName
{
background-color: #E0528E;
}
</style>
border-color css
<style>
span { border-color: #E0528E; }
span { border-color: rgb(224,82,142); }
td.TdClassName
{
border-color: #E0528E;
}
.TagClassName
{
border-color: #E0528E;
}
</style>