Shades of Brink Pink #EF5E80
Tints of Brink Pink #EF5E80
RGB
CMYK
RGB Variations
Color information
#EF5E80 (or 0xEF5E80) is known color: Brink Pink. HEX triplet: EF, 5E and 80. RGB value is (239,94,128). Sum of RGB (Red+Green+Blue) = 239+94+128=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5E80 is #10A17F. Grayscale: #8D8D8D. Windows color (decimal): -1089920 or 8412911. OLE color: 8412911.
HSL color Cylindrical-coordinate representation of color #EF5E80: hue angle of 345.93º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5E80 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 128 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.06 |
| HSL | 345.93º | 0.82% | 0.65% | - |
| HSV(B) | 345.93º | 0.61% | 0.94% | - |
| XYZ | 43.5 | 27.91 | 23.52 | - |
| YUV | 141.23 | 120.54 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 128 | 0 | 0.61 | 0.46 | 0.06 | 345.93 | 0.82 | 0.65 |
| Hex | EF | 5E | 80 | 0 | 3D | 2E | 6 | 15A | 52 | 41 |
| Octal | 357 | 136 | 200 | 0 | 75 | 56 | 6 | 532 | 122 | 101 |
| Binary | 11101111 | 1011110 | 10000000 | 0 | 111101 | 101110 | 110 | 101011010 | 1010010 | 1000001 |
Color Harmonies of #EF5E80
Complementary color
Monochromatic Colors of #EF5E80
Black with #EF5E80
Text Example
Text Example
White with #EF5E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5E80; }
p { color: rgb(239,94,128); }
H1.HeaderClassName
{
color: #EF5E80;
}
.AnyTagClassName
{
color: #EF5E80;
}
</style>
background-color css
<style>
a { background-color: #EF5E80; }
a { background-color: rgb(239,94,128); }
div.DivClassName
{
background-color: #EF5E80;
}
.BgClassName
{
background-color: #EF5E80;
}
</style>
border-color css
<style>
span { border-color: #EF5E80; }
span { border-color: rgb(239,94,128); }
td.TdClassName
{
border-color: #EF5E80;
}
.TagClassName
{
border-color: #EF5E80;
}
</style>