Shades of Brink Pink #EF6884
Tints of Brink Pink #EF6884
RGB
CMYK
RGB Variations
Color information
#EF6884 (or 0xEF6884) is known color: Brink Pink. HEX triplet: EF, 68 and 84. RGB value is (239,104,132). Sum of RGB (Red+Green+Blue) = 239+104+132=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6884 is #10977B. Grayscale: #939393. Windows color (decimal): -1087356 or 8677615. OLE color: 8677615.
HSL color Cylindrical-coordinate representation of color #EF6884: hue angle of 347.56º 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 #EF6884 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 132 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.06 |
| HSL | 347.56º | 0.81% | 0.67% | - |
| HSV(B) | 347.56º | 0.56% | 0.94% | - |
| XYZ | 44.71 | 29.92 | 25.25 | - |
| YUV | 147.56 | 119.23 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 132 | 0 | 0.56 | 0.45 | 0.06 | 347.56 | 0.81 | 0.67 |
| Hex | EF | 68 | 84 | 0 | 38 | 2D | 6 | 15C | 51 | 43 |
| Octal | 357 | 150 | 204 | 0 | 70 | 55 | 6 | 534 | 121 | 103 |
| Binary | 11101111 | 1101000 | 10000100 | 0 | 111000 | 101101 | 110 | 101011100 | 1010001 | 1000011 |
Color Harmonies of #EF6884
Complementary color
Monochromatic Colors of #EF6884
Black with #EF6884
Text Example
Text Example
White with #EF6884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6884; }
p { color: rgb(239,104,132); }
H1.HeaderClassName
{
color: #EF6884;
}
.AnyTagClassName
{
color: #EF6884;
}
</style>
background-color css
<style>
a { background-color: #EF6884; }
a { background-color: rgb(239,104,132); }
div.DivClassName
{
background-color: #EF6884;
}
.BgClassName
{
background-color: #EF6884;
}
</style>
border-color css
<style>
span { border-color: #EF6884; }
span { border-color: rgb(239,104,132); }
td.TdClassName
{
border-color: #EF6884;
}
.TagClassName
{
border-color: #EF6884;
}
</style>