Shades of Dark Pink #E7528F
Tints of Dark Pink #E7528F
RGB
CMYK
RGB Variations
Color information
#E7528F (or 0xE7528F) is known color: Dark Pink. HEX triplet: E7, 52 and 8F. RGB value is (231,82,143). Sum of RGB (Red+Green+Blue) = 231+82+143=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E7528F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7528F is #18AD70. Grayscale: #858585. Windows color (decimal): -1617265 or 9392871. OLE color: 9392871.
HSL color Cylindrical-coordinate representation of color #E7528F: hue angle of 335.44º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E7528F is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 143 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.09 |
| HSL | 335.44º | 0.76% | 0.61% | - |
| HSV(B) | 335.44º | 0.65% | 0.91% | - |
| XYZ | 40.93 | 25.01 | 28.66 | - |
| YUV | 133.51 | 133.36 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 143 | 0 | 0.65 | 0.38 | 0.09 | 335.44 | 0.76 | 0.61 |
| Hex | E7 | 52 | 8F | 0 | 41 | 26 | 9 | 14F | 4C | 3D |
| Octal | 347 | 122 | 217 | 0 | 101 | 46 | 11 | 517 | 114 | 75 |
| Binary | 11100111 | 1010010 | 10001111 | 0 | 1000001 | 100110 | 1001 | 101001111 | 1001100 | 111101 |
Color Harmonies of #E7528F
Complementary color
Monochromatic Colors of #E7528F
Black with #E7528F
Text Example
Text Example
White with #E7528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7528F; }
p { color: rgb(231,82,143); }
H1.HeaderClassName
{
color: #E7528F;
}
.AnyTagClassName
{
color: #E7528F;
}
</style>
background-color css
<style>
a { background-color: #E7528F; }
a { background-color: rgb(231,82,143); }
div.DivClassName
{
background-color: #E7528F;
}
.BgClassName
{
background-color: #E7528F;
}
</style>
border-color css
<style>
span { border-color: #E7528F; }
span { border-color: rgb(231,82,143); }
td.TdClassName
{
border-color: #E7528F;
}
.TagClassName
{
border-color: #E7528F;
}
</style>