Shades of Brink Pink #EC617B
Tints of Brink Pink #EC617B
RGB
CMYK
RGB Variations
Color information
#EC617B (or 0xEC617B) is known color: Brink Pink. HEX triplet: EC, 61 and 7B. RGB value is (236,97,123). Sum of RGB (Red+Green+Blue) = 236+97+123=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC617B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC617B is #139E84. Grayscale: #8D8D8D. Windows color (decimal): -1285765 or 8085996. OLE color: 8085996.
HSL color Cylindrical-coordinate representation of color #EC617B: hue angle of 348.78º 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 #EC617B is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 123 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.07 |
| HSL | 348.78º | 0.79% | 0.65% | - |
| HSV(B) | 348.78º | 0.59% | 0.93% | - |
| XYZ | 42.44 | 27.81 | 21.87 | - |
| YUV | 141.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 123 | 0 | 0.59 | 0.48 | 0.07 | 348.78 | 0.79 | 0.65 |
| Hex | EC | 61 | 7B | 0 | 3B | 30 | 7 | 15D | 4F | 41 |
| Octal | 354 | 141 | 173 | 0 | 73 | 60 | 7 | 535 | 117 | 101 |
| Binary | 11101100 | 1100001 | 1111011 | 0 | 111011 | 110000 | 111 | 101011101 | 1001111 | 1000001 |
Color Harmonies of #EC617B
Complementary color
Monochromatic Colors of #EC617B
Black with #EC617B
Text Example
Text Example
White with #EC617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC617B; }
p { color: rgb(236,97,123); }
H1.HeaderClassName
{
color: #EC617B;
}
.AnyTagClassName
{
color: #EC617B;
}
</style>
background-color css
<style>
a { background-color: #EC617B; }
a { background-color: rgb(236,97,123); }
div.DivClassName
{
background-color: #EC617B;
}
.BgClassName
{
background-color: #EC617B;
}
</style>
border-color css
<style>
span { border-color: #EC617B; }
span { border-color: rgb(236,97,123); }
td.TdClassName
{
border-color: #EC617B;
}
.TagClassName
{
border-color: #EC617B;
}
</style>