Shades of Dark Pink #E0528C
Tints of Dark Pink #E0528C
RGB
CMYK
RGB Variations
Color information
#E0528C (or 0xE0528C) is known color: Dark Pink. HEX triplet: E0, 52 and 8C. RGB value is (224,82,140). Sum of RGB (Red+Green+Blue) = 224+82+140=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E0528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0528C is #1FAD73. Grayscale: #828282. Windows color (decimal): -2076020 or 9196256. OLE color: 9196256.
HSL color Cylindrical-coordinate representation of color #E0528C: hue angle of 335.49º 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 #E0528C is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 140 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.12 |
| HSL | 335.49º | 0.7% | 0.6% | - |
| HSV(B) | 335.49º | 0.63% | 0.88% | - |
| XYZ | 38.49 | 23.78 | 27.37 | - |
| YUV | 131.07 | 133.04 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 140 | 0 | 0.63 | 0.38 | 0.12 | 335.49 | 0.7 | 0.6 |
| Hex | E0 | 52 | 8C | 0 | 3F | 26 | C | 14F | 46 | 3C |
| Octal | 340 | 122 | 214 | 0 | 77 | 46 | 14 | 517 | 106 | 74 |
| Binary | 11100000 | 1010010 | 10001100 | 0 | 111111 | 100110 | 1100 | 101001111 | 1000110 | 111100 |
Color Harmonies of #E0528C
Complementary color
Monochromatic Colors of #E0528C
Black with #E0528C
Text Example
Text Example
White with #E0528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0528C; }
p { color: rgb(224,82,140); }
H1.HeaderClassName
{
color: #E0528C;
}
.AnyTagClassName
{
color: #E0528C;
}
</style>
background-color css
<style>
a { background-color: #E0528C; }
a { background-color: rgb(224,82,140); }
div.DivClassName
{
background-color: #E0528C;
}
.BgClassName
{
background-color: #E0528C;
}
</style>
border-color css
<style>
span { border-color: #E0528C; }
span { border-color: rgb(224,82,140); }
td.TdClassName
{
border-color: #E0528C;
}
.TagClassName
{
border-color: #E0528C;
}
</style>