Shades of Brink Pink #EF677C
Tints of Brink Pink #EF677C
RGB
CMYK
RGB Variations
Color information
#EF677C (or 0xEF677C) is known color: Brink Pink. HEX triplet: EF, 67 and 7C. RGB value is (239,103,124). Sum of RGB (Red+Green+Blue) = 239+103+124=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF677C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF677C is #109883. Grayscale: #929292. Windows color (decimal): -1087620 or 8153071. OLE color: 8153071.
HSL color Cylindrical-coordinate representation of color #EF677C: hue angle of 350.74º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF677C is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 124 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.06 |
| HSL | 350.74º | 0.81% | 0.67% | - |
| HSV(B) | 350.74º | 0.57% | 0.94% | - |
| XYZ | 44.08 | 29.51 | 22.44 | - |
| YUV | 146.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 124 | 0 | 0.57 | 0.48 | 0.06 | 350.74 | 0.81 | 0.67 |
| Hex | EF | 67 | 7C | 0 | 39 | 30 | 6 | 15F | 51 | 43 |
| Octal | 357 | 147 | 174 | 0 | 71 | 60 | 6 | 537 | 121 | 103 |
| Binary | 11101111 | 1100111 | 1111100 | 0 | 111001 | 110000 | 110 | 101011111 | 1010001 | 1000011 |
Color Harmonies of #EF677C
Complementary color
Monochromatic Colors of #EF677C
Black with #EF677C
Text Example
Text Example
White with #EF677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF677C; }
p { color: rgb(239,103,124); }
H1.HeaderClassName
{
color: #EF677C;
}
.AnyTagClassName
{
color: #EF677C;
}
</style>
background-color css
<style>
a { background-color: #EF677C; }
a { background-color: rgb(239,103,124); }
div.DivClassName
{
background-color: #EF677C;
}
.BgClassName
{
background-color: #EF677C;
}
</style>
border-color css
<style>
span { border-color: #EF677C; }
span { border-color: rgb(239,103,124); }
td.TdClassName
{
border-color: #EF677C;
}
.TagClassName
{
border-color: #EF677C;
}
</style>