Shades of Brink Pink #EC647F
Tints of Brink Pink #EC647F
RGB
CMYK
RGB Variations
Color information
#EC647F (or 0xEC647F) is known color: Brink Pink. HEX triplet: EC, 64 and 7F. RGB value is (236,100,127). Sum of RGB (Red+Green+Blue) = 236+100+127=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC647F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC647F is #139B80. Grayscale: #8F8F8F. Windows color (decimal): -1284993 or 8348908. OLE color: 8348908.
HSL color Cylindrical-coordinate representation of color #EC647F: hue angle of 348.09º 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 #EC647F is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 127 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.07 |
| HSL | 348.09º | 0.78% | 0.66% | - |
| HSV(B) | 348.09º | 0.58% | 0.93% | - |
| XYZ | 42.98 | 28.48 | 23.31 | - |
| YUV | 143.74 | 118.56 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 127 | 0 | 0.58 | 0.46 | 0.07 | 348.09 | 0.78 | 0.66 |
| Hex | EC | 64 | 7F | 0 | 3A | 2E | 7 | 15C | 4E | 42 |
| Octal | 354 | 144 | 177 | 0 | 72 | 56 | 7 | 534 | 116 | 102 |
| Binary | 11101100 | 1100100 | 1111111 | 0 | 111010 | 101110 | 111 | 101011100 | 1001110 | 1000010 |
Color Harmonies of #EC647F
Complementary color
Monochromatic Colors of #EC647F
Black with #EC647F
Text Example
Text Example
White with #EC647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC647F; }
p { color: rgb(236,100,127); }
H1.HeaderClassName
{
color: #EC647F;
}
.AnyTagClassName
{
color: #EC647F;
}
</style>
background-color css
<style>
a { background-color: #EC647F; }
a { background-color: rgb(236,100,127); }
div.DivClassName
{
background-color: #EC647F;
}
.BgClassName
{
background-color: #EC647F;
}
</style>
border-color css
<style>
span { border-color: #EC647F; }
span { border-color: rgb(236,100,127); }
td.TdClassName
{
border-color: #EC647F;
}
.TagClassName
{
border-color: #EC647F;
}
</style>