Shades of Brink Pink #EC617E
Tints of Brink Pink #EC617E
RGB
CMYK
RGB Variations
Color information
#EC617E (or 0xEC617E) is known color: Brink Pink. HEX triplet: EC, 61 and 7E. RGB value is (236,97,126). Sum of RGB (Red+Green+Blue) = 236+97+126=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC617E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC617E is #139E81. Grayscale: #8D8D8D. Windows color (decimal): -1285762 or 8282604. OLE color: 8282604.
HSL color Cylindrical-coordinate representation of color #EC617E: hue angle of 347.48º 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 #EC617E is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 126 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.07 |
| HSL | 347.48º | 0.79% | 0.65% | - |
| HSV(B) | 347.48º | 0.59% | 0.93% | - |
| XYZ | 42.63 | 27.89 | 22.87 | - |
| YUV | 141.87 | 119.05 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 126 | 0 | 0.59 | 0.47 | 0.07 | 347.48 | 0.79 | 0.65 |
| Hex | EC | 61 | 7E | 0 | 3B | 2F | 7 | 15B | 4F | 41 |
| Octal | 354 | 141 | 176 | 0 | 73 | 57 | 7 | 533 | 117 | 101 |
| Binary | 11101100 | 1100001 | 1111110 | 0 | 111011 | 101111 | 111 | 101011011 | 1001111 | 1000001 |
Color Harmonies of #EC617E
Complementary color
Monochromatic Colors of #EC617E
Black with #EC617E
Text Example
Text Example
White with #EC617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC617E; }
p { color: rgb(236,97,126); }
H1.HeaderClassName
{
color: #EC617E;
}
.AnyTagClassName
{
color: #EC617E;
}
</style>
background-color css
<style>
a { background-color: #EC617E; }
a { background-color: rgb(236,97,126); }
div.DivClassName
{
background-color: #EC617E;
}
.BgClassName
{
background-color: #EC617E;
}
</style>
border-color css
<style>
span { border-color: #EC617E; }
span { border-color: rgb(236,97,126); }
td.TdClassName
{
border-color: #EC617E;
}
.TagClassName
{
border-color: #EC617E;
}
</style>