Shades of Brink Pink #EF687E
Tints of Brink Pink #EF687E
RGB
CMYK
RGB Variations
Color information
#EF687E (or 0xEF687E) is known color: Brink Pink. HEX triplet: EF, 68 and 7E. RGB value is (239,104,126). Sum of RGB (Red+Green+Blue) = 239+104+126=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF687E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF687E is #109781. Grayscale: #929292. Windows color (decimal): -1087362 or 8284399. OLE color: 8284399.
HSL color Cylindrical-coordinate representation of color #EF687E: hue angle of 350.22º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF687E is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 126 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.06 |
| HSL | 350.22º | 0.81% | 0.67% | - |
| HSV(B) | 350.22º | 0.56% | 0.94% | - |
| XYZ | 44.31 | 29.76 | 23.15 | - |
| YUV | 146.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 126 | 0 | 0.56 | 0.47 | 0.06 | 350.22 | 0.81 | 0.67 |
| Hex | EF | 68 | 7E | 0 | 38 | 2F | 6 | 15E | 51 | 43 |
| Octal | 357 | 150 | 176 | 0 | 70 | 57 | 6 | 536 | 121 | 103 |
| Binary | 11101111 | 1101000 | 1111110 | 0 | 111000 | 101111 | 110 | 101011110 | 1010001 | 1000011 |
Color Harmonies of #EF687E
Complementary color
Monochromatic Colors of #EF687E
Black with #EF687E
Text Example
Text Example
White with #EF687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF687E; }
p { color: rgb(239,104,126); }
H1.HeaderClassName
{
color: #EF687E;
}
.AnyTagClassName
{
color: #EF687E;
}
</style>
background-color css
<style>
a { background-color: #EF687E; }
a { background-color: rgb(239,104,126); }
div.DivClassName
{
background-color: #EF687E;
}
.BgClassName
{
background-color: #EF687E;
}
</style>
border-color css
<style>
span { border-color: #EF687E; }
span { border-color: rgb(239,104,126); }
td.TdClassName
{
border-color: #EF687E;
}
.TagClassName
{
border-color: #EF687E;
}
</style>