Shades of Dark Pink #E8607B
Tints of Dark Pink #E8607B
RGB
CMYK
RGB Variations
Color information
#E8607B (or 0xE8607B) is known color: Dark Pink. HEX triplet: E8, 60 and 7B. RGB value is (232,96,123). Sum of RGB (Red+Green+Blue) = 232+96+123=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E8607B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8607B is #179F84. Grayscale: #8B8B8B. Windows color (decimal): -1548165 or 8085736. OLE color: 8085736.
HSL color Cylindrical-coordinate representation of color #E8607B: hue angle of 348.09º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E8607B is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 96 | 123 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.09 |
| HSL | 348.09º | 0.75% | 0.64% | - |
| HSV(B) | 348.09º | 0.59% | 0.91% | - |
| XYZ | 41.04 | 26.95 | 21.78 | - |
| YUV | 139.74 | 118.56 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 96 | 123 | 0 | 0.59 | 0.47 | 0.09 | 348.09 | 0.75 | 0.64 |
| Hex | E8 | 60 | 7B | 0 | 3B | 2F | 9 | 15C | 4B | 40 |
| Octal | 350 | 140 | 173 | 0 | 73 | 57 | 11 | 534 | 113 | 100 |
| Binary | 11101000 | 1100000 | 1111011 | 0 | 111011 | 101111 | 1001 | 101011100 | 1001011 | 1000000 |
Color Harmonies of #E8607B
Complementary color
Monochromatic Colors of #E8607B
Black with #E8607B
Text Example
Text Example
White with #E8607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8607B; }
p { color: rgb(232,96,123); }
H1.HeaderClassName
{
color: #E8607B;
}
.AnyTagClassName
{
color: #E8607B;
}
</style>
background-color css
<style>
a { background-color: #E8607B; }
a { background-color: rgb(232,96,123); }
div.DivClassName
{
background-color: #E8607B;
}
.BgClassName
{
background-color: #E8607B;
}
</style>
border-color css
<style>
span { border-color: #E8607B; }
span { border-color: rgb(232,96,123); }
td.TdClassName
{
border-color: #E8607B;
}
.TagClassName
{
border-color: #E8607B;
}
</style>