Shades of Dark Pink #EC607E
Tints of Dark Pink #EC607E
RGB
CMYK
RGB Variations
Color information
#EC607E (or 0xEC607E) is known color: Dark Pink. HEX triplet: EC, 60 and 7E. RGB value is (236,96,126). Sum of RGB (Red+Green+Blue) = 236+96+126=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC607E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC607E is #139F81. Grayscale: #8D8D8D. Windows color (decimal): -1286018 or 8282348. OLE color: 8282348.
HSL color Cylindrical-coordinate representation of color #EC607E: hue angle of 347.14º 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 #EC607E is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 126 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.07 |
| HSL | 347.14º | 0.79% | 0.65% | - |
| HSV(B) | 347.14º | 0.59% | 0.93% | - |
| XYZ | 42.54 | 27.7 | 22.84 | - |
| YUV | 141.28 | 119.38 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 126 | 0 | 0.59 | 0.47 | 0.07 | 347.14 | 0.79 | 0.65 |
| Hex | EC | 60 | 7E | 0 | 3B | 2F | 7 | 15B | 4F | 41 |
| Octal | 354 | 140 | 176 | 0 | 73 | 57 | 7 | 533 | 117 | 101 |
| Binary | 11101100 | 1100000 | 1111110 | 0 | 111011 | 101111 | 111 | 101011011 | 1001111 | 1000001 |
Color Harmonies of #EC607E
Complementary color
Monochromatic Colors of #EC607E
Black with #EC607E
Text Example
Text Example
White with #EC607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC607E; }
p { color: rgb(236,96,126); }
H1.HeaderClassName
{
color: #EC607E;
}
.AnyTagClassName
{
color: #EC607E;
}
</style>
background-color css
<style>
a { background-color: #EC607E; }
a { background-color: rgb(236,96,126); }
div.DivClassName
{
background-color: #EC607E;
}
.BgClassName
{
background-color: #EC607E;
}
</style>
border-color css
<style>
span { border-color: #EC607E; }
span { border-color: rgb(236,96,126); }
td.TdClassName
{
border-color: #EC607E;
}
.TagClassName
{
border-color: #EC607E;
}
</style>