Shades of Brink Pink #EF667F
Tints of Brink Pink #EF667F
RGB
CMYK
RGB Variations
Color information
#EF667F (or 0xEF667F) is known color: Brink Pink. HEX triplet: EF, 66 and 7F. RGB value is (239,102,127). Sum of RGB (Red+Green+Blue) = 239+102+127=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF667F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF667F is #109980. Grayscale: #919191. Windows color (decimal): -1087873 or 8349423. OLE color: 8349423.
HSL color Cylindrical-coordinate representation of color #EF667F: hue angle of 349.05º 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 #EF667F is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 127 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.06 |
| HSL | 349.05º | 0.81% | 0.67% | - |
| HSV(B) | 349.05º | 0.57% | 0.94% | - |
| XYZ | 44.18 | 29.39 | 23.42 | - |
| YUV | 145.81 | 117.39 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 127 | 0 | 0.57 | 0.47 | 0.06 | 349.05 | 0.81 | 0.67 |
| Hex | EF | 66 | 7F | 0 | 39 | 2F | 6 | 15D | 51 | 43 |
| Octal | 357 | 146 | 177 | 0 | 71 | 57 | 6 | 535 | 121 | 103 |
| Binary | 11101111 | 1100110 | 1111111 | 0 | 111001 | 101111 | 110 | 101011101 | 1010001 | 1000011 |
Color Harmonies of #EF667F
Complementary color
Monochromatic Colors of #EF667F
Black with #EF667F
Text Example
Text Example
White with #EF667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF667F; }
p { color: rgb(239,102,127); }
H1.HeaderClassName
{
color: #EF667F;
}
.AnyTagClassName
{
color: #EF667F;
}
</style>
background-color css
<style>
a { background-color: #EF667F; }
a { background-color: rgb(239,102,127); }
div.DivClassName
{
background-color: #EF667F;
}
.BgClassName
{
background-color: #EF667F;
}
</style>
border-color css
<style>
span { border-color: #EF667F; }
span { border-color: rgb(239,102,127); }
td.TdClassName
{
border-color: #EF667F;
}
.TagClassName
{
border-color: #EF667F;
}
</style>