Shades of Dark Pink #E9507B
Tints of Dark Pink #E9507B
RGB
CMYK
RGB Variations
Color information
#E9507B (or 0xE9507B) is known color: Dark Pink. HEX triplet: E9, 50 and 7B. RGB value is (233,80,123). Sum of RGB (Red+Green+Blue) = 233+80+123=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E9507B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9507B is #16AF84. Grayscale: #828282. Windows color (decimal): -1486725 or 8081641. OLE color: 8081641.
HSL color Cylindrical-coordinate representation of color #E9507B: hue angle of 343.14º 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 #E9507B is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 123 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.09 |
| HSL | 343.14º | 0.78% | 0.61% | - |
| HSV(B) | 343.14º | 0.66% | 0.91% | - |
| XYZ | 40.05 | 24.49 | 21.36 | - |
| YUV | 130.65 | 123.69 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 123 | 0 | 0.66 | 0.47 | 0.09 | 343.14 | 0.78 | 0.61 |
| Hex | E9 | 50 | 7B | 0 | 42 | 2F | 9 | 157 | 4E | 3D |
| Octal | 351 | 120 | 173 | 0 | 102 | 57 | 11 | 527 | 116 | 75 |
| Binary | 11101001 | 1010000 | 1111011 | 0 | 1000010 | 101111 | 1001 | 101010111 | 1001110 | 111101 |
Color Harmonies of #E9507B
Complementary color
Monochromatic Colors of #E9507B
Black with #E9507B
Text Example
Text Example
White with #E9507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9507B; }
p { color: rgb(233,80,123); }
H1.HeaderClassName
{
color: #E9507B;
}
.AnyTagClassName
{
color: #E9507B;
}
</style>
background-color css
<style>
a { background-color: #E9507B; }
a { background-color: rgb(233,80,123); }
div.DivClassName
{
background-color: #E9507B;
}
.BgClassName
{
background-color: #E9507B;
}
</style>
border-color css
<style>
span { border-color: #E9507B; }
span { border-color: rgb(233,80,123); }
td.TdClassName
{
border-color: #E9507B;
}
.TagClassName
{
border-color: #E9507B;
}
</style>