Shades of Brink Pink #EF667D
Tints of Brink Pink #EF667D
RGB
CMYK
RGB Variations
Color information
#EF667D (or 0xEF667D) is known color: Brink Pink. HEX triplet: EF, 66 and 7D. RGB value is (239,102,125). Sum of RGB (Red+Green+Blue) = 239+102+125=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF667D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF667D is #109982. Grayscale: #919191. Windows color (decimal): -1087875 or 8218351. OLE color: 8218351.
HSL color Cylindrical-coordinate representation of color #EF667D: hue angle of 349.93º 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 #EF667D is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 125 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.06 |
| HSL | 349.93º | 0.81% | 0.67% | - |
| HSV(B) | 349.93º | 0.57% | 0.94% | - |
| XYZ | 44.05 | 29.33 | 22.74 | - |
| YUV | 145.59 | 116.39 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 125 | 0 | 0.57 | 0.48 | 0.06 | 349.93 | 0.81 | 0.67 |
| Hex | EF | 66 | 7D | 0 | 39 | 30 | 6 | 15E | 51 | 43 |
| Octal | 357 | 146 | 175 | 0 | 71 | 60 | 6 | 536 | 121 | 103 |
| Binary | 11101111 | 1100110 | 1111101 | 0 | 111001 | 110000 | 110 | 101011110 | 1010001 | 1000011 |
Color Harmonies of #EF667D
Complementary color
Monochromatic Colors of #EF667D
Black with #EF667D
Text Example
Text Example
White with #EF667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF667D; }
p { color: rgb(239,102,125); }
H1.HeaderClassName
{
color: #EF667D;
}
.AnyTagClassName
{
color: #EF667D;
}
</style>
background-color css
<style>
a { background-color: #EF667D; }
a { background-color: rgb(239,102,125); }
div.DivClassName
{
background-color: #EF667D;
}
.BgClassName
{
background-color: #EF667D;
}
</style>
border-color css
<style>
span { border-color: #EF667D; }
span { border-color: rgb(239,102,125); }
td.TdClassName
{
border-color: #EF667D;
}
.TagClassName
{
border-color: #EF667D;
}
</style>