Shades of Dark Pink #E5608C
Tints of Dark Pink #E5608C
RGB
CMYK
RGB Variations
Color information
#E5608C (or 0xE5608C) is known color: Dark Pink. HEX triplet: E5, 60 and 8C. RGB value is (229,96,140). Sum of RGB (Red+Green+Blue) = 229+96+140=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E5608C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5608C is #1A9F73. Grayscale: #8C8C8C. Windows color (decimal): -1744756 or 9199845. OLE color: 9199845.
HSL color Cylindrical-coordinate representation of color #E5608C: hue angle of 340.15º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5608C is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 140 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.10 |
| HSL | 340.15º | 0.72% | 0.64% | - |
| HSV(B) | 340.15º | 0.58% | 0.9% | - |
| XYZ | 41.23 | 26.92 | 27.83 | - |
| YUV | 140.78 | 127.56 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 140 | 0 | 0.58 | 0.39 | 0.10 | 340.15 | 0.72 | 0.64 |
| Hex | E5 | 60 | 8C | 0 | 3A | 27 | A | 154 | 48 | 40 |
| Octal | 345 | 140 | 214 | 0 | 72 | 47 | 12 | 524 | 110 | 100 |
| Binary | 11100101 | 1100000 | 10001100 | 0 | 111010 | 100111 | 1010 | 101010100 | 1001000 | 1000000 |
Color Harmonies of #E5608C
Complementary color
Monochromatic Colors of #E5608C
Black with #E5608C
Text Example
Text Example
White with #E5608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5608C; }
p { color: rgb(229,96,140); }
H1.HeaderClassName
{
color: #E5608C;
}
.AnyTagClassName
{
color: #E5608C;
}
</style>
background-color css
<style>
a { background-color: #E5608C; }
a { background-color: rgb(229,96,140); }
div.DivClassName
{
background-color: #E5608C;
}
.BgClassName
{
background-color: #E5608C;
}
</style>
border-color css
<style>
span { border-color: #E5608C; }
span { border-color: rgb(229,96,140); }
td.TdClassName
{
border-color: #E5608C;
}
.TagClassName
{
border-color: #E5608C;
}
</style>