Shades of Brink Pink #EF6881
Tints of Brink Pink #EF6881
RGB
CMYK
RGB Variations
Color information
#EF6881 (or 0xEF6881) is known color: Brink Pink. HEX triplet: EF, 68 and 81. RGB value is (239,104,129). Sum of RGB (Red+Green+Blue) = 239+104+129=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6881 is #10977E. Grayscale: #939393. Windows color (decimal): -1087359 or 8481007. OLE color: 8481007.
HSL color Cylindrical-coordinate representation of color #EF6881: hue angle of 348.89º 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 #EF6881 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 129 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.06 |
| HSL | 348.89º | 0.81% | 0.67% | - |
| HSV(B) | 348.89º | 0.56% | 0.94% | - |
| XYZ | 44.51 | 29.84 | 24.18 | - |
| YUV | 147.22 | 117.73 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 129 | 0 | 0.56 | 0.46 | 0.06 | 348.89 | 0.81 | 0.67 |
| Hex | EF | 68 | 81 | 0 | 38 | 2E | 6 | 15D | 51 | 43 |
| Octal | 357 | 150 | 201 | 0 | 70 | 56 | 6 | 535 | 121 | 103 |
| Binary | 11101111 | 1101000 | 10000001 | 0 | 111000 | 101110 | 110 | 101011101 | 1010001 | 1000011 |
Color Harmonies of #EF6881
Complementary color
Monochromatic Colors of #EF6881
Black with #EF6881
Text Example
Text Example
White with #EF6881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6881; }
p { color: rgb(239,104,129); }
H1.HeaderClassName
{
color: #EF6881;
}
.AnyTagClassName
{
color: #EF6881;
}
</style>
background-color css
<style>
a { background-color: #EF6881; }
a { background-color: rgb(239,104,129); }
div.DivClassName
{
background-color: #EF6881;
}
.BgClassName
{
background-color: #EF6881;
}
</style>
border-color css
<style>
span { border-color: #EF6881; }
span { border-color: rgb(239,104,129); }
td.TdClassName
{
border-color: #EF6881;
}
.TagClassName
{
border-color: #EF6881;
}
</style>