Shades of Dark Pink #E9508B
Tints of Dark Pink #E9508B
RGB
CMYK
RGB Variations
Color information
#E9508B (or 0xE9508B) is known color: Dark Pink. HEX triplet: E9, 50 and 8B. RGB value is (233,80,139). Sum of RGB (Red+Green+Blue) = 233+80+139=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E9508B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9508B is #16AF74. Grayscale: #848484. Windows color (decimal): -1486709 or 9130217. OLE color: 9130217.
HSL color Cylindrical-coordinate representation of color #E9508B: hue angle of 336.86º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E9508B is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 139 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.09 |
| HSL | 336.86º | 0.78% | 0.61% | - |
| HSV(B) | 336.86º | 0.66% | 0.91% | - |
| XYZ | 41.13 | 24.93 | 27.07 | - |
| YUV | 132.47 | 131.69 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 139 | 0 | 0.66 | 0.40 | 0.09 | 336.86 | 0.78 | 0.61 |
| Hex | E9 | 50 | 8B | 0 | 42 | 28 | 9 | 151 | 4E | 3D |
| Octal | 351 | 120 | 213 | 0 | 102 | 50 | 11 | 521 | 116 | 75 |
| Binary | 11101001 | 1010000 | 10001011 | 0 | 1000010 | 101000 | 1001 | 101010001 | 1001110 | 111101 |
Color Harmonies of #E9508B
Complementary color
Monochromatic Colors of #E9508B
Black with #E9508B
Text Example
Text Example
White with #E9508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9508B; }
p { color: rgb(233,80,139); }
H1.HeaderClassName
{
color: #E9508B;
}
.AnyTagClassName
{
color: #E9508B;
}
</style>
background-color css
<style>
a { background-color: #E9508B; }
a { background-color: rgb(233,80,139); }
div.DivClassName
{
background-color: #E9508B;
}
.BgClassName
{
background-color: #E9508B;
}
</style>
border-color css
<style>
span { border-color: #E9508B; }
span { border-color: rgb(233,80,139); }
td.TdClassName
{
border-color: #E9508B;
}
.TagClassName
{
border-color: #E9508B;
}
</style>