Shades of Brink Pink #EF667C
Tints of Brink Pink #EF667C
RGB
CMYK
RGB Variations
Color information
#EF667C (or 0xEF667C) is known color: Brink Pink. HEX triplet: EF, 66 and 7C. RGB value is (239,102,124). Sum of RGB (Red+Green+Blue) = 239+102+124=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF667C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF667C is #109983. Grayscale: #919191. Windows color (decimal): -1087876 or 8152815. OLE color: 8152815.
HSL color Cylindrical-coordinate representation of color #EF667C: hue angle of 350.36º 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 #EF667C is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 124 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.06 |
| HSL | 350.37º | 0.81% | 0.67% | - |
| HSV(B) | 350.37º | 0.57% | 0.94% | - |
| XYZ | 43.99 | 29.31 | 22.41 | - |
| YUV | 145.47 | 115.89 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 124 | 0 | 0.57 | 0.48 | 0.06 | 350.37 | 0.81 | 0.67 |
| Hex | EF | 66 | 7C | 0 | 39 | 30 | 6 | 15E | 51 | 43 |
| Octal | 357 | 146 | 174 | 0 | 71 | 60 | 6 | 536 | 121 | 103 |
| Binary | 11101111 | 1100110 | 1111100 | 0 | 111001 | 110000 | 110 | 101011110 | 1010001 | 1000011 |
Color Harmonies of #EF667C
Complementary color
Monochromatic Colors of #EF667C
Black with #EF667C
Text Example
Text Example
White with #EF667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF667C; }
p { color: rgb(239,102,124); }
H1.HeaderClassName
{
color: #EF667C;
}
.AnyTagClassName
{
color: #EF667C;
}
</style>
background-color css
<style>
a { background-color: #EF667C; }
a { background-color: rgb(239,102,124); }
div.DivClassName
{
background-color: #EF667C;
}
.BgClassName
{
background-color: #EF667C;
}
</style>
border-color css
<style>
span { border-color: #EF667C; }
span { border-color: rgb(239,102,124); }
td.TdClassName
{
border-color: #EF667C;
}
.TagClassName
{
border-color: #EF667C;
}
</style>