Shades of Brink Pink #EF6880
Tints of Brink Pink #EF6880
RGB
CMYK
RGB Variations
Color information
#EF6880 (or 0xEF6880) is known color: Brink Pink. HEX triplet: EF, 68 and 80. RGB value is (239,104,128). Sum of RGB (Red+Green+Blue) = 239+104+128=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6880 is #10977F. Grayscale: #939393. Windows color (decimal): -1087360 or 8415471. OLE color: 8415471.
HSL color Cylindrical-coordinate representation of color #EF6880: hue angle of 349.33º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6880 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 128 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.06 |
| HSL | 349.33º | 0.81% | 0.67% | - |
| HSV(B) | 349.33º | 0.56% | 0.94% | - |
| XYZ | 44.44 | 29.81 | 23.83 | - |
| YUV | 147.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 128 | 0 | 0.56 | 0.46 | 0.06 | 349.33 | 0.81 | 0.67 |
| Hex | EF | 68 | 80 | 0 | 38 | 2E | 6 | 15D | 51 | 43 |
| Octal | 357 | 150 | 200 | 0 | 70 | 56 | 6 | 535 | 121 | 103 |
| Binary | 11101111 | 1101000 | 10000000 | 0 | 111000 | 101110 | 110 | 101011101 | 1010001 | 1000011 |
Color Harmonies of #EF6880
Complementary color
Monochromatic Colors of #EF6880
Black with #EF6880
Text Example
Text Example
White with #EF6880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6880; }
p { color: rgb(239,104,128); }
H1.HeaderClassName
{
color: #EF6880;
}
.AnyTagClassName
{
color: #EF6880;
}
</style>
background-color css
<style>
a { background-color: #EF6880; }
a { background-color: rgb(239,104,128); }
div.DivClassName
{
background-color: #EF6880;
}
.BgClassName
{
background-color: #EF6880;
}
</style>
border-color css
<style>
span { border-color: #EF6880; }
span { border-color: rgb(239,104,128); }
td.TdClassName
{
border-color: #EF6880;
}
.TagClassName
{
border-color: #EF6880;
}
</style>