Shades of Brink Pink #EF6782
Tints of Brink Pink #EF6782
RGB
CMYK
RGB Variations
Color information
#EF6782 (or 0xEF6782) is known color: Brink Pink. HEX triplet: EF, 67 and 82. RGB value is (239,103,130). Sum of RGB (Red+Green+Blue) = 239+103+130=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6782 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6782 is #10987D. Grayscale: #929292. Windows color (decimal): -1087614 or 8546287. OLE color: 8546287.
HSL color Cylindrical-coordinate representation of color #EF6782: hue angle of 348.09º 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 #EF6782 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 130 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.06 |
| HSL | 348.09º | 0.81% | 0.67% | - |
| HSV(B) | 348.09º | 0.57% | 0.94% | - |
| XYZ | 44.48 | 29.66 | 24.5 | - |
| YUV | 146.74 | 118.56 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 130 | 0 | 0.57 | 0.46 | 0.06 | 348.09 | 0.81 | 0.67 |
| Hex | EF | 67 | 82 | 0 | 39 | 2E | 6 | 15C | 51 | 43 |
| Octal | 357 | 147 | 202 | 0 | 71 | 56 | 6 | 534 | 121 | 103 |
| Binary | 11101111 | 1100111 | 10000010 | 0 | 111001 | 101110 | 110 | 101011100 | 1010001 | 1000011 |
Color Harmonies of #EF6782
Complementary color
Monochromatic Colors of #EF6782
Black with #EF6782
Text Example
Text Example
White with #EF6782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6782; }
p { color: rgb(239,103,130); }
H1.HeaderClassName
{
color: #EF6782;
}
.AnyTagClassName
{
color: #EF6782;
}
</style>
background-color css
<style>
a { background-color: #EF6782; }
a { background-color: rgb(239,103,130); }
div.DivClassName
{
background-color: #EF6782;
}
.BgClassName
{
background-color: #EF6782;
}
</style>
border-color css
<style>
span { border-color: #EF6782; }
span { border-color: rgb(239,103,130); }
td.TdClassName
{
border-color: #EF6782;
}
.TagClassName
{
border-color: #EF6782;
}
</style>