Shades of Dark Pink #EC608B
Tints of Dark Pink #EC608B
RGB
CMYK
RGB Variations
Color information
#EC608B (or 0xEC608B) is known color: Dark Pink. HEX triplet: EC, 60 and 8B. RGB value is (236,96,139). Sum of RGB (Red+Green+Blue) = 236+96+139=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC608B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC608B is #139F74. Grayscale: #8E8E8E. Windows color (decimal): -1286005 or 9134316. OLE color: 9134316.
HSL color Cylindrical-coordinate representation of color #EC608B: hue angle of 341.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC608B is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 139 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.07 |
| HSL | 341.57º | 0.79% | 0.65% | - |
| HSV(B) | 341.57º | 0.59% | 0.93% | - |
| XYZ | 43.44 | 28.06 | 27.55 | - |
| YUV | 142.76 | 125.88 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 139 | 0 | 0.59 | 0.41 | 0.07 | 341.57 | 0.79 | 0.65 |
| Hex | EC | 60 | 8B | 0 | 3B | 29 | 7 | 156 | 4F | 41 |
| Octal | 354 | 140 | 213 | 0 | 73 | 51 | 7 | 526 | 117 | 101 |
| Binary | 11101100 | 1100000 | 10001011 | 0 | 111011 | 101001 | 111 | 101010110 | 1001111 | 1000001 |
Color Harmonies of #EC608B
Complementary color
Monochromatic Colors of #EC608B
Black with #EC608B
Text Example
Text Example
White with #EC608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC608B; }
p { color: rgb(236,96,139); }
H1.HeaderClassName
{
color: #EC608B;
}
.AnyTagClassName
{
color: #EC608B;
}
</style>
background-color css
<style>
a { background-color: #EC608B; }
a { background-color: rgb(236,96,139); }
div.DivClassName
{
background-color: #EC608B;
}
.BgClassName
{
background-color: #EC608B;
}
</style>
border-color css
<style>
span { border-color: #EC608B; }
span { border-color: rgb(236,96,139); }
td.TdClassName
{
border-color: #EC608B;
}
.TagClassName
{
border-color: #EC608B;
}
</style>