Shades of Brink Pink #EC677F
Tints of Brink Pink #EC677F
RGB
CMYK
RGB Variations
Color information
#EC677F (or 0xEC677F) is known color: Brink Pink. HEX triplet: EC, 67 and 7F. RGB value is (236,103,127). Sum of RGB (Red+Green+Blue) = 236+103+127=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC677F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC677F is #139880. Grayscale: #919191. Windows color (decimal): -1284225 or 8349676. OLE color: 8349676.
HSL color Cylindrical-coordinate representation of color #EC677F: hue angle of 349.17º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC677F is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 127 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.07 |
| HSL | 349.17º | 0.78% | 0.66% | - |
| HSV(B) | 349.17º | 0.56% | 0.93% | - |
| XYZ | 43.27 | 29.07 | 23.41 | - |
| YUV | 145.5 | 117.56 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 127 | 0 | 0.56 | 0.46 | 0.07 | 349.17 | 0.78 | 0.66 |
| Hex | EC | 67 | 7F | 0 | 38 | 2E | 7 | 15D | 4E | 42 |
| Octal | 354 | 147 | 177 | 0 | 70 | 56 | 7 | 535 | 116 | 102 |
| Binary | 11101100 | 1100111 | 1111111 | 0 | 111000 | 101110 | 111 | 101011101 | 1001110 | 1000010 |
Color Harmonies of #EC677F
Complementary color
Monochromatic Colors of #EC677F
Black with #EC677F
Text Example
Text Example
White with #EC677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC677F; }
p { color: rgb(236,103,127); }
H1.HeaderClassName
{
color: #EC677F;
}
.AnyTagClassName
{
color: #EC677F;
}
</style>
background-color css
<style>
a { background-color: #EC677F; }
a { background-color: rgb(236,103,127); }
div.DivClassName
{
background-color: #EC677F;
}
.BgClassName
{
background-color: #EC677F;
}
</style>
border-color css
<style>
span { border-color: #EC677F; }
span { border-color: rgb(236,103,127); }
td.TdClassName
{
border-color: #EC677F;
}
.TagClassName
{
border-color: #EC677F;
}
</style>