Shades of Brink Pink #EC617C
Tints of Brink Pink #EC617C
RGB
CMYK
RGB Variations
Color information
#EC617C (or 0xEC617C) is known color: Brink Pink. HEX triplet: EC, 61 and 7C. RGB value is (236,97,124). Sum of RGB (Red+Green+Blue) = 236+97+124=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC617C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC617C is #139E83. Grayscale: #8D8D8D. Windows color (decimal): -1285764 or 8151532. OLE color: 8151532.
HSL color Cylindrical-coordinate representation of color #EC617C: hue angle of 348.35º 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 #EC617C is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 124 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.07 |
| HSL | 348.35º | 0.79% | 0.65% | - |
| HSV(B) | 348.35º | 0.59% | 0.93% | - |
| XYZ | 42.5 | 27.84 | 22.2 | - |
| YUV | 141.64 | 118.05 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 124 | 0 | 0.59 | 0.47 | 0.07 | 348.35 | 0.79 | 0.65 |
| Hex | EC | 61 | 7C | 0 | 3B | 2F | 7 | 15C | 4F | 41 |
| Octal | 354 | 141 | 174 | 0 | 73 | 57 | 7 | 534 | 117 | 101 |
| Binary | 11101100 | 1100001 | 1111100 | 0 | 111011 | 101111 | 111 | 101011100 | 1001111 | 1000001 |
Color Harmonies of #EC617C
Complementary color
Monochromatic Colors of #EC617C
Black with #EC617C
Text Example
Text Example
White with #EC617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC617C; }
p { color: rgb(236,97,124); }
H1.HeaderClassName
{
color: #EC617C;
}
.AnyTagClassName
{
color: #EC617C;
}
</style>
background-color css
<style>
a { background-color: #EC617C; }
a { background-color: rgb(236,97,124); }
div.DivClassName
{
background-color: #EC617C;
}
.BgClassName
{
background-color: #EC617C;
}
</style>
border-color css
<style>
span { border-color: #EC617C; }
span { border-color: rgb(236,97,124); }
td.TdClassName
{
border-color: #EC617C;
}
.TagClassName
{
border-color: #EC617C;
}
</style>