Shades of Dark Pink #E9607B
Tints of Dark Pink #E9607B
RGB
CMYK
RGB Variations
Color information
#E9607B (or 0xE9607B) is known color: Dark Pink. HEX triplet: E9, 60 and 7B. RGB value is (233,96,123). Sum of RGB (Red+Green+Blue) = 233+96+123=452 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.55% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 233 - color contains mainly: red. Hex color #E9607B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9607B is #169F84. Grayscale: #8C8C8C. Windows color (decimal): -1482629 or 8085737. OLE color: 8085737.
HSL color Cylindrical-coordinate representation of color #E9607B: hue angle of 348.18º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E9607B is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 96 | 123 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.09 |
| HSL | 348.18º | 0.76% | 0.65% | - |
| HSV(B) | 348.18º | 0.59% | 0.91% | - |
| XYZ | 41.36 | 27.12 | 21.79 | - |
| YUV | 140.04 | 118.39 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 96 | 123 | 0 | 0.59 | 0.47 | 0.09 | 348.18 | 0.76 | 0.65 |
| Hex | E9 | 60 | 7B | 0 | 3B | 2F | 9 | 15C | 4C | 41 |
| Octal | 351 | 140 | 173 | 0 | 73 | 57 | 11 | 534 | 114 | 101 |
| Binary | 11101001 | 1100000 | 1111011 | 0 | 111011 | 101111 | 1001 | 101011100 | 1001100 | 1000001 |
Color Harmonies of #E9607B
Complementary color
Monochromatic Colors of #E9607B
Black with #E9607B
Text Example
Text Example
White with #E9607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9607B; }
p { color: rgb(233,96,123); }
H1.HeaderClassName
{
color: #E9607B;
}
.AnyTagClassName
{
color: #E9607B;
}
</style>
background-color css
<style>
a { background-color: #E9607B; }
a { background-color: rgb(233,96,123); }
div.DivClassName
{
background-color: #E9607B;
}
.BgClassName
{
background-color: #E9607B;
}
</style>
border-color css
<style>
span { border-color: #E9607B; }
span { border-color: rgb(233,96,123); }
td.TdClassName
{
border-color: #E9607B;
}
.TagClassName
{
border-color: #E9607B;
}
</style>