Shades of Dark Pink #E9528B
Tints of Dark Pink #E9528B
RGB
CMYK
RGB Variations
Color information
#E9528B (or 0xE9528B) is known color: Dark Pink. HEX triplet: E9, 52 and 8B. RGB value is (233,82,139). Sum of RGB (Red+Green+Blue) = 233+82+139=454 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.32% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 233 - color contains mainly: red. Hex color #E9528B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9528B is #16AD74. Grayscale: #858585. Windows color (decimal): -1486197 or 9130729. OLE color: 9130729.
HSL color Cylindrical-coordinate representation of color #E9528B: hue angle of 337.35º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E9528B is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 139 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.09 |
| HSL | 337.35º | 0.77% | 0.62% | - |
| HSV(B) | 337.35º | 0.65% | 0.91% | - |
| XYZ | 41.28 | 25.22 | 27.12 | - |
| YUV | 133.65 | 131.03 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 139 | 0 | 0.65 | 0.40 | 0.09 | 337.35 | 0.77 | 0.62 |
| Hex | E9 | 52 | 8B | 0 | 41 | 28 | 9 | 151 | 4D | 3E |
| Octal | 351 | 122 | 213 | 0 | 101 | 50 | 11 | 521 | 115 | 76 |
| Binary | 11101001 | 1010010 | 10001011 | 0 | 1000001 | 101000 | 1001 | 101010001 | 1001101 | 111110 |
Color Harmonies of #E9528B
Complementary color
Monochromatic Colors of #E9528B
Black with #E9528B
Text Example
Text Example
White with #E9528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9528B; }
p { color: rgb(233,82,139); }
H1.HeaderClassName
{
color: #E9528B;
}
.AnyTagClassName
{
color: #E9528B;
}
</style>
background-color css
<style>
a { background-color: #E9528B; }
a { background-color: rgb(233,82,139); }
div.DivClassName
{
background-color: #E9528B;
}
.BgClassName
{
background-color: #E9528B;
}
</style>
border-color css
<style>
span { border-color: #E9528B; }
span { border-color: rgb(233,82,139); }
td.TdClassName
{
border-color: #E9528B;
}
.TagClassName
{
border-color: #E9528B;
}
</style>