Shades of Dark Pink #E9527B
Tints of Dark Pink #E9527B
RGB
CMYK
RGB Variations
Color information
#E9527B (or 0xE9527B) is known color: Dark Pink. HEX triplet: E9, 52 and 7B. RGB value is (233,82,123). Sum of RGB (Red+Green+Blue) = 233+82+123=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E9527B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9527B is #16AD84. Grayscale: #838383. Windows color (decimal): -1486213 or 8082153. OLE color: 8082153.
HSL color Cylindrical-coordinate representation of color #E9527B: hue angle of 343.71º 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 #E9527B is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 123 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.09 |
| HSL | 343.71º | 0.77% | 0.62% | - |
| HSV(B) | 343.71º | 0.65% | 0.91% | - |
| XYZ | 40.2 | 24.79 | 21.4 | - |
| YUV | 131.82 | 123.03 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 123 | 0 | 0.65 | 0.47 | 0.09 | 343.71 | 0.77 | 0.62 |
| Hex | E9 | 52 | 7B | 0 | 41 | 2F | 9 | 158 | 4D | 3E |
| Octal | 351 | 122 | 173 | 0 | 101 | 57 | 11 | 530 | 115 | 76 |
| Binary | 11101001 | 1010010 | 1111011 | 0 | 1000001 | 101111 | 1001 | 101011000 | 1001101 | 111110 |
Color Harmonies of #E9527B
Complementary color
Monochromatic Colors of #E9527B
Black with #E9527B
Text Example
Text Example
White with #E9527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9527B; }
p { color: rgb(233,82,123); }
H1.HeaderClassName
{
color: #E9527B;
}
.AnyTagClassName
{
color: #E9527B;
}
</style>
background-color css
<style>
a { background-color: #E9527B; }
a { background-color: rgb(233,82,123); }
div.DivClassName
{
background-color: #E9527B;
}
.BgClassName
{
background-color: #E9527B;
}
</style>
border-color css
<style>
span { border-color: #E9527B; }
span { border-color: rgb(233,82,123); }
td.TdClassName
{
border-color: #E9527B;
}
.TagClassName
{
border-color: #E9527B;
}
</style>