Shades of Brink Pink #EF5E7C
Tints of Brink Pink #EF5E7C
RGB
CMYK
RGB Variations
Color information
#EF5E7C (or 0xEF5E7C) is known color: Brink Pink. HEX triplet: EF, 5E and 7C. RGB value is (239,94,124). Sum of RGB (Red+Green+Blue) = 239+94+124=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5E7C is #10A183. Grayscale: #8C8C8C. Windows color (decimal): -1089924 or 8150767. OLE color: 8150767.
HSL color Cylindrical-coordinate representation of color #EF5E7C: hue angle of 347.59º 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 #EF5E7C is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 124 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.06 |
| HSL | 347.59º | 0.82% | 0.65% | - |
| HSV(B) | 347.59º | 0.61% | 0.94% | - |
| XYZ | 43.24 | 27.81 | 22.16 | - |
| YUV | 140.78 | 118.54 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 124 | 0 | 0.61 | 0.48 | 0.06 | 347.59 | 0.82 | 0.65 |
| Hex | EF | 5E | 7C | 0 | 3D | 30 | 6 | 15C | 52 | 41 |
| Octal | 357 | 136 | 174 | 0 | 75 | 60 | 6 | 534 | 122 | 101 |
| Binary | 11101111 | 1011110 | 1111100 | 0 | 111101 | 110000 | 110 | 101011100 | 1010010 | 1000001 |
Color Harmonies of #EF5E7C
Complementary color
Monochromatic Colors of #EF5E7C
Black with #EF5E7C
Text Example
Text Example
White with #EF5E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5E7C; }
p { color: rgb(239,94,124); }
H1.HeaderClassName
{
color: #EF5E7C;
}
.AnyTagClassName
{
color: #EF5E7C;
}
</style>
background-color css
<style>
a { background-color: #EF5E7C; }
a { background-color: rgb(239,94,124); }
div.DivClassName
{
background-color: #EF5E7C;
}
.BgClassName
{
background-color: #EF5E7C;
}
</style>
border-color css
<style>
span { border-color: #EF5E7C; }
span { border-color: rgb(239,94,124); }
td.TdClassName
{
border-color: #EF5E7C;
}
.TagClassName
{
border-color: #EF5E7C;
}
</style>