Shades of Brink Pink #EC617A
Tints of Brink Pink #EC617A
RGB
CMYK
RGB Variations
Color information
#EC617A (or 0xEC617A) is known color: Brink Pink. HEX triplet: EC, 61 and 7A. RGB value is (236,97,122). Sum of RGB (Red+Green+Blue) = 236+97+122=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC617A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC617A is #139E85. Grayscale: #8D8D8D. Windows color (decimal): -1285766 or 8020460. OLE color: 8020460.
HSL color Cylindrical-coordinate representation of color #EC617A: hue angle of 349.21º 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 #EC617A is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 122 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.07 |
| HSL | 349.21º | 0.79% | 0.65% | - |
| HSV(B) | 349.21º | 0.59% | 0.93% | - |
| XYZ | 42.38 | 27.79 | 21.54 | - |
| YUV | 141.41 | 117.05 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 122 | 0 | 0.59 | 0.48 | 0.07 | 349.21 | 0.79 | 0.65 |
| Hex | EC | 61 | 7A | 0 | 3B | 30 | 7 | 15D | 4F | 41 |
| Octal | 354 | 141 | 172 | 0 | 73 | 60 | 7 | 535 | 117 | 101 |
| Binary | 11101100 | 1100001 | 1111010 | 0 | 111011 | 110000 | 111 | 101011101 | 1001111 | 1000001 |
Color Harmonies of #EC617A
Complementary color
Monochromatic Colors of #EC617A
Black with #EC617A
Text Example
Text Example
White with #EC617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC617A; }
p { color: rgb(236,97,122); }
H1.HeaderClassName
{
color: #EC617A;
}
.AnyTagClassName
{
color: #EC617A;
}
</style>
background-color css
<style>
a { background-color: #EC617A; }
a { background-color: rgb(236,97,122); }
div.DivClassName
{
background-color: #EC617A;
}
.BgClassName
{
background-color: #EC617A;
}
</style>
border-color css
<style>
span { border-color: #EC617A; }
span { border-color: rgb(236,97,122); }
td.TdClassName
{
border-color: #EC617A;
}
.TagClassName
{
border-color: #EC617A;
}
</style>