Shades of Brink Pink #EC647C
Tints of Brink Pink #EC647C
RGB
CMYK
RGB Variations
Color information
#EC647C (or 0xEC647C) is known color: Brink Pink. HEX triplet: EC, 64 and 7C. RGB value is (236,100,124). Sum of RGB (Red+Green+Blue) = 236+100+124=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC647C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC647C is #139B83. Grayscale: #8F8F8F. Windows color (decimal): -1284996 or 8152300. OLE color: 8152300.
HSL color Cylindrical-coordinate representation of color #EC647C: hue angle of 349.41º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC647C is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 124 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.07 |
| HSL | 349.41º | 0.78% | 0.66% | - |
| HSV(B) | 349.41º | 0.58% | 0.93% | - |
| XYZ | 42.79 | 28.4 | 22.3 | - |
| YUV | 143.4 | 117.06 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 124 | 0 | 0.58 | 0.47 | 0.07 | 349.41 | 0.78 | 0.66 |
| Hex | EC | 64 | 7C | 0 | 3A | 2F | 7 | 15D | 4E | 42 |
| Octal | 354 | 144 | 174 | 0 | 72 | 57 | 7 | 535 | 116 | 102 |
| Binary | 11101100 | 1100100 | 1111100 | 0 | 111010 | 101111 | 111 | 101011101 | 1001110 | 1000010 |
Color Harmonies of #EC647C
Complementary color
Monochromatic Colors of #EC647C
Black with #EC647C
Text Example
Text Example
White with #EC647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC647C; }
p { color: rgb(236,100,124); }
H1.HeaderClassName
{
color: #EC647C;
}
.AnyTagClassName
{
color: #EC647C;
}
</style>
background-color css
<style>
a { background-color: #EC647C; }
a { background-color: rgb(236,100,124); }
div.DivClassName
{
background-color: #EC647C;
}
.BgClassName
{
background-color: #EC647C;
}
</style>
border-color css
<style>
span { border-color: #EC647C; }
span { border-color: rgb(236,100,124); }
td.TdClassName
{
border-color: #EC647C;
}
.TagClassName
{
border-color: #EC647C;
}
</style>