Shades of Brink Pink #EF6280
Tints of Brink Pink #EF6280
RGB
CMYK
RGB Variations
Color information
#EF6280 (or 0xEF6280) is known color: Brink Pink. HEX triplet: EF, 62 and 80. RGB value is (239,98,128). Sum of RGB (Red+Green+Blue) = 239+98+128=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6280 is #109D7F. Grayscale: #8F8F8F. Windows color (decimal): -1088896 or 8413935. OLE color: 8413935.
HSL color Cylindrical-coordinate representation of color #EF6280: hue angle of 347.23º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF6280 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 128 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.06 |
| HSL | 347.23º | 0.82% | 0.66% | - |
| HSV(B) | 347.23º | 0.59% | 0.94% | - |
| XYZ | 43.86 | 28.64 | 23.64 | - |
| YUV | 143.58 | 119.21 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 128 | 0 | 0.59 | 0.46 | 0.06 | 347.23 | 0.82 | 0.66 |
| Hex | EF | 62 | 80 | 0 | 3B | 2E | 6 | 15B | 52 | 42 |
| Octal | 357 | 142 | 200 | 0 | 73 | 56 | 6 | 533 | 122 | 102 |
| Binary | 11101111 | 1100010 | 10000000 | 0 | 111011 | 101110 | 110 | 101011011 | 1010010 | 1000010 |
Color Harmonies of #EF6280
Complementary color
Monochromatic Colors of #EF6280
Black with #EF6280
Text Example
Text Example
White with #EF6280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6280; }
p { color: rgb(239,98,128); }
H1.HeaderClassName
{
color: #EF6280;
}
.AnyTagClassName
{
color: #EF6280;
}
</style>
background-color css
<style>
a { background-color: #EF6280; }
a { background-color: rgb(239,98,128); }
div.DivClassName
{
background-color: #EF6280;
}
.BgClassName
{
background-color: #EF6280;
}
</style>
border-color css
<style>
span { border-color: #EF6280; }
span { border-color: rgb(239,98,128); }
td.TdClassName
{
border-color: #EF6280;
}
.TagClassName
{
border-color: #EF6280;
}
</style>