Shades of Dark Pink #E5528F
Tints of Dark Pink #E5528F
RGB
CMYK
RGB Variations
Color information
#E5528F (or 0xE5528F) is known color: Dark Pink. HEX triplet: E5, 52 and 8F. RGB value is (229,82,143). Sum of RGB (Red+Green+Blue) = 229+82+143=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E5528F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5528F is #1AAD70. Grayscale: #848484. Windows color (decimal): -1748337 or 9392869. OLE color: 9392869.
HSL color Cylindrical-coordinate representation of color #E5528F: hue angle of 335.1º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E5528F is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 143 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.10 |
| HSL | 335.1º | 0.74% | 0.61% | - |
| HSV(B) | 335.1º | 0.64% | 0.9% | - |
| XYZ | 40.29 | 24.68 | 28.63 | - |
| YUV | 132.91 | 133.7 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 143 | 0 | 0.64 | 0.38 | 0.10 | 335.1 | 0.74 | 0.61 |
| Hex | E5 | 52 | 8F | 0 | 40 | 26 | A | 14F | 4A | 3D |
| Octal | 345 | 122 | 217 | 0 | 100 | 46 | 12 | 517 | 112 | 75 |
| Binary | 11100101 | 1010010 | 10001111 | 0 | 1000000 | 100110 | 1010 | 101001111 | 1001010 | 111101 |
Color Harmonies of #E5528F
Complementary color
Monochromatic Colors of #E5528F
Black with #E5528F
Text Example
Text Example
White with #E5528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5528F; }
p { color: rgb(229,82,143); }
H1.HeaderClassName
{
color: #E5528F;
}
.AnyTagClassName
{
color: #E5528F;
}
</style>
background-color css
<style>
a { background-color: #E5528F; }
a { background-color: rgb(229,82,143); }
div.DivClassName
{
background-color: #E5528F;
}
.BgClassName
{
background-color: #E5528F;
}
</style>
border-color css
<style>
span { border-color: #E5528F; }
span { border-color: rgb(229,82,143); }
td.TdClassName
{
border-color: #E5528F;
}
.TagClassName
{
border-color: #E5528F;
}
</style>