Shades of Brink Pink #EF677F
Tints of Brink Pink #EF677F
RGB
CMYK
RGB Variations
Color information
#EF677F (or 0xEF677F) is known color: Brink Pink. HEX triplet: EF, 67 and 7F. RGB value is (239,103,127). Sum of RGB (Red+Green+Blue) = 239+103+127=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF677F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF677F is #109880. Grayscale: #929292. Windows color (decimal): -1087617 or 8349679. OLE color: 8349679.
HSL color Cylindrical-coordinate representation of color #EF677F: hue angle of 349.41º 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 #EF677F is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 127 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.06 |
| HSL | 349.41º | 0.81% | 0.67% | - |
| HSV(B) | 349.41º | 0.57% | 0.94% | - |
| XYZ | 44.28 | 29.58 | 23.46 | - |
| YUV | 146.4 | 117.06 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 127 | 0 | 0.57 | 0.47 | 0.06 | 349.41 | 0.81 | 0.67 |
| Hex | EF | 67 | 7F | 0 | 39 | 2F | 6 | 15D | 51 | 43 |
| Octal | 357 | 147 | 177 | 0 | 71 | 57 | 6 | 535 | 121 | 103 |
| Binary | 11101111 | 1100111 | 1111111 | 0 | 111001 | 101111 | 110 | 101011101 | 1010001 | 1000011 |
Color Harmonies of #EF677F
Complementary color
Monochromatic Colors of #EF677F
Black with #EF677F
Text Example
Text Example
White with #EF677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF677F; }
p { color: rgb(239,103,127); }
H1.HeaderClassName
{
color: #EF677F;
}
.AnyTagClassName
{
color: #EF677F;
}
</style>
background-color css
<style>
a { background-color: #EF677F; }
a { background-color: rgb(239,103,127); }
div.DivClassName
{
background-color: #EF677F;
}
.BgClassName
{
background-color: #EF677F;
}
</style>
border-color css
<style>
span { border-color: #EF677F; }
span { border-color: rgb(239,103,127); }
td.TdClassName
{
border-color: #EF677F;
}
.TagClassName
{
border-color: #EF677F;
}
</style>