Shades of Brink Pink #EF677D
Tints of Brink Pink #EF677D
RGB
CMYK
RGB Variations
Color information
#EF677D (or 0xEF677D) is known color: Brink Pink. HEX triplet: EF, 67 and 7D. RGB value is (239,103,125). Sum of RGB (Red+Green+Blue) = 239+103+125=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF677D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF677D is #109882. Grayscale: #929292. Windows color (decimal): -1087619 or 8218607. OLE color: 8218607.
HSL color Cylindrical-coordinate representation of color #EF677D: hue angle of 350.29º 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 #EF677D is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 125 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.06 |
| HSL | 350.29º | 0.81% | 0.67% | - |
| HSV(B) | 350.29º | 0.57% | 0.94% | - |
| XYZ | 44.15 | 29.53 | 22.78 | - |
| YUV | 146.17 | 116.06 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 125 | 0 | 0.57 | 0.48 | 0.06 | 350.29 | 0.81 | 0.67 |
| Hex | EF | 67 | 7D | 0 | 39 | 30 | 6 | 15E | 51 | 43 |
| Octal | 357 | 147 | 175 | 0 | 71 | 60 | 6 | 536 | 121 | 103 |
| Binary | 11101111 | 1100111 | 1111101 | 0 | 111001 | 110000 | 110 | 101011110 | 1010001 | 1000011 |
Color Harmonies of #EF677D
Complementary color
Monochromatic Colors of #EF677D
Black with #EF677D
Text Example
Text Example
White with #EF677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF677D; }
p { color: rgb(239,103,125); }
H1.HeaderClassName
{
color: #EF677D;
}
.AnyTagClassName
{
color: #EF677D;
}
</style>
background-color css
<style>
a { background-color: #EF677D; }
a { background-color: rgb(239,103,125); }
div.DivClassName
{
background-color: #EF677D;
}
.BgClassName
{
background-color: #EF677D;
}
</style>
border-color css
<style>
span { border-color: #EF677D; }
span { border-color: rgb(239,103,125); }
td.TdClassName
{
border-color: #EF677D;
}
.TagClassName
{
border-color: #EF677D;
}
</style>