Shades of Brink Pink #EF5C7C
Tints of Brink Pink #EF5C7C
RGB
CMYK
RGB Variations
Color information
#EF5C7C (or 0xEF5C7C) is known color: Brink Pink. HEX triplet: EF, 5C and 7C. RGB value is (239,92,124). Sum of RGB (Red+Green+Blue) = 239+92+124=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5C7C is #10A383. Grayscale: #8B8B8B. Windows color (decimal): -1090436 or 8150255. OLE color: 8150255.
HSL color Cylindrical-coordinate representation of color #EF5C7C: hue angle of 346.94º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5C7C is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 124 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.06 |
| HSL | 346.94º | 0.82% | 0.65% | - |
| HSV(B) | 346.94º | 0.62% | 0.94% | - |
| XYZ | 43.06 | 27.46 | 22.1 | - |
| YUV | 139.6 | 119.2 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 124 | 0 | 0.62 | 0.48 | 0.06 | 346.94 | 0.82 | 0.65 |
| Hex | EF | 5C | 7C | 0 | 3E | 30 | 6 | 15B | 52 | 41 |
| Octal | 357 | 134 | 174 | 0 | 76 | 60 | 6 | 533 | 122 | 101 |
| Binary | 11101111 | 1011100 | 1111100 | 0 | 111110 | 110000 | 110 | 101011011 | 1010010 | 1000001 |
Color Harmonies of #EF5C7C
Complementary color
Monochromatic Colors of #EF5C7C
Black with #EF5C7C
Text Example
Text Example
White with #EF5C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5C7C; }
p { color: rgb(239,92,124); }
H1.HeaderClassName
{
color: #EF5C7C;
}
.AnyTagClassName
{
color: #EF5C7C;
}
</style>
background-color css
<style>
a { background-color: #EF5C7C; }
a { background-color: rgb(239,92,124); }
div.DivClassName
{
background-color: #EF5C7C;
}
.BgClassName
{
background-color: #EF5C7C;
}
</style>
border-color css
<style>
span { border-color: #EF5C7C; }
span { border-color: rgb(239,92,124); }
td.TdClassName
{
border-color: #EF5C7C;
}
.TagClassName
{
border-color: #EF5C7C;
}
</style>