Shades of Dark Pink #EC608F
Tints of Dark Pink #EC608F
RGB
CMYK
RGB Variations
Color information
#EC608F (or 0xEC608F) is known color: Dark Pink. HEX triplet: EC, 60 and 8F. RGB value is (236,96,143). Sum of RGB (Red+Green+Blue) = 236+96+143=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC608F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC608F is #139F70. Grayscale: #8F8F8F. Windows color (decimal): -1286001 or 9396460. OLE color: 9396460.
HSL color Cylindrical-coordinate representation of color #EC608F: hue angle of 339.86º 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 #EC608F is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 143 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.07 |
| HSL | 339.86º | 0.79% | 0.65% | - |
| HSV(B) | 339.86º | 0.59% | 0.93% | - |
| XYZ | 43.73 | 28.18 | 29.12 | - |
| YUV | 143.22 | 127.88 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 143 | 0 | 0.59 | 0.39 | 0.07 | 339.86 | 0.79 | 0.65 |
| Hex | EC | 60 | 8F | 0 | 3B | 27 | 7 | 154 | 4F | 41 |
| Octal | 354 | 140 | 217 | 0 | 73 | 47 | 7 | 524 | 117 | 101 |
| Binary | 11101100 | 1100000 | 10001111 | 0 | 111011 | 100111 | 111 | 101010100 | 1001111 | 1000001 |
Color Harmonies of #EC608F
Complementary color
Monochromatic Colors of #EC608F
Black with #EC608F
Text Example
Text Example
White with #EC608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC608F; }
p { color: rgb(236,96,143); }
H1.HeaderClassName
{
color: #EC608F;
}
.AnyTagClassName
{
color: #EC608F;
}
</style>
background-color css
<style>
a { background-color: #EC608F; }
a { background-color: rgb(236,96,143); }
div.DivClassName
{
background-color: #EC608F;
}
.BgClassName
{
background-color: #EC608F;
}
</style>
border-color css
<style>
span { border-color: #EC608F; }
span { border-color: rgb(236,96,143); }
td.TdClassName
{
border-color: #EC608F;
}
.TagClassName
{
border-color: #EC608F;
}
</style>