Shades of Brink Pink #EC607C
Tints of Brink Pink #EC607C
RGB
CMYK
RGB Variations
Color information
#EC607C (or 0xEC607C) is known color: Brink Pink. HEX triplet: EC, 60 and 7C. RGB value is (236,96,124). Sum of RGB (Red+Green+Blue) = 236+96+124=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC607C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC607C is #139F83. Grayscale: #8D8D8D. Windows color (decimal): -1286020 or 8151276. OLE color: 8151276.
HSL color Cylindrical-coordinate representation of color #EC607C: hue angle of 348º 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 #EC607C is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 124 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.07 |
| HSL | 348º | 0.79% | 0.65% | - |
| HSV(B) | 348º | 0.59% | 0.93% | - |
| XYZ | 42.41 | 27.65 | 22.17 | - |
| YUV | 141.05 | 118.38 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 124 | 0 | 0.59 | 0.47 | 0.07 | 348 | 0.79 | 0.65 |
| Hex | EC | 60 | 7C | 0 | 3B | 2F | 7 | 15C | 4F | 41 |
| Octal | 354 | 140 | 174 | 0 | 73 | 57 | 7 | 534 | 117 | 101 |
| Binary | 11101100 | 1100000 | 1111100 | 0 | 111011 | 101111 | 111 | 101011100 | 1001111 | 1000001 |
Color Harmonies of #EC607C
Complementary color
Monochromatic Colors of #EC607C
Black with #EC607C
Text Example
Text Example
White with #EC607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC607C; }
p { color: rgb(236,96,124); }
H1.HeaderClassName
{
color: #EC607C;
}
.AnyTagClassName
{
color: #EC607C;
}
</style>
background-color css
<style>
a { background-color: #EC607C; }
a { background-color: rgb(236,96,124); }
div.DivClassName
{
background-color: #EC607C;
}
.BgClassName
{
background-color: #EC607C;
}
</style>
border-color css
<style>
span { border-color: #EC607C; }
span { border-color: rgb(236,96,124); }
td.TdClassName
{
border-color: #EC607C;
}
.TagClassName
{
border-color: #EC607C;
}
</style>