Shades of Brink Pink #EF6B80
Tints of Brink Pink #EF6B80
RGB
CMYK
RGB Variations
Color information
#EF6B80 (or 0xEF6B80) is known color: Brink Pink. HEX triplet: EF, 6B and 80. RGB value is (239,107,128). Sum of RGB (Red+Green+Blue) = 239+107+128=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6B80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6B80 is #10947F. Grayscale: #949494. Windows color (decimal): -1086592 or 8416239. OLE color: 8416239.
HSL color Cylindrical-coordinate representation of color #EF6B80: hue angle of 350.45º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF6B80 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 107 | 128 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.06 |
| HSL | 350.45º | 0.8% | 0.68% | - |
| HSV(B) | 350.45º | 0.55% | 0.94% | - |
| XYZ | 44.75 | 30.42 | 23.94 | - |
| YUV | 148.86 | 116.23 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 107 | 128 | 0 | 0.55 | 0.46 | 0.06 | 350.45 | 0.8 | 0.68 |
| Hex | EF | 6B | 80 | 0 | 37 | 2E | 6 | 15E | 50 | 44 |
| Octal | 357 | 153 | 200 | 0 | 67 | 56 | 6 | 536 | 120 | 104 |
| Binary | 11101111 | 1101011 | 10000000 | 0 | 110111 | 101110 | 110 | 101011110 | 1010000 | 1000100 |
Color Harmonies of #EF6B80
Complementary color
Monochromatic Colors of #EF6B80
Black with #EF6B80
Text Example
Text Example
White with #EF6B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6B80; }
p { color: rgb(239,107,128); }
H1.HeaderClassName
{
color: #EF6B80;
}
.AnyTagClassName
{
color: #EF6B80;
}
</style>
background-color css
<style>
a { background-color: #EF6B80; }
a { background-color: rgb(239,107,128); }
div.DivClassName
{
background-color: #EF6B80;
}
.BgClassName
{
background-color: #EF6B80;
}
</style>
border-color css
<style>
span { border-color: #EF6B80; }
span { border-color: rgb(239,107,128); }
td.TdClassName
{
border-color: #EF6B80;
}
.TagClassName
{
border-color: #EF6B80;
}
</style>