Shades of Brink Pink #EC627B
Tints of Brink Pink #EC627B
RGB
CMYK
RGB Variations
Color information
#EC627B (or 0xEC627B) is known color: Brink Pink. HEX triplet: EC, 62 and 7B. RGB value is (236,98,123). Sum of RGB (Red+Green+Blue) = 236+98+123=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC627B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC627B is #139D84. Grayscale: #8E8E8E. Windows color (decimal): -1285509 or 8086252. OLE color: 8086252.
HSL color Cylindrical-coordinate representation of color #EC627B: hue angle of 349.13º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC627B is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 123 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.07 |
| HSL | 349.13º | 0.78% | 0.65% | - |
| HSV(B) | 349.13º | 0.58% | 0.93% | - |
| XYZ | 42.53 | 28 | 21.9 | - |
| YUV | 142.11 | 117.22 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 123 | 0 | 0.58 | 0.48 | 0.07 | 349.13 | 0.78 | 0.65 |
| Hex | EC | 62 | 7B | 0 | 3A | 30 | 7 | 15D | 4E | 41 |
| Octal | 354 | 142 | 173 | 0 | 72 | 60 | 7 | 535 | 116 | 101 |
| Binary | 11101100 | 1100010 | 1111011 | 0 | 111010 | 110000 | 111 | 101011101 | 1001110 | 1000001 |
Color Harmonies of #EC627B
Complementary color
Monochromatic Colors of #EC627B
Black with #EC627B
Text Example
Text Example
White with #EC627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC627B; }
p { color: rgb(236,98,123); }
H1.HeaderClassName
{
color: #EC627B;
}
.AnyTagClassName
{
color: #EC627B;
}
</style>
background-color css
<style>
a { background-color: #EC627B; }
a { background-color: rgb(236,98,123); }
div.DivClassName
{
background-color: #EC627B;
}
.BgClassName
{
background-color: #EC627B;
}
</style>
border-color css
<style>
span { border-color: #EC627B; }
span { border-color: rgb(236,98,123); }
td.TdClassName
{
border-color: #EC627B;
}
.TagClassName
{
border-color: #EC627B;
}
</style>