Shades of Brink Pink #EF5C7B
Tints of Brink Pink #EF5C7B
RGB
CMYK
RGB Variations
Color information
#EF5C7B (or 0xEF5C7B) is known color: Brink Pink. HEX triplet: EF, 5C and 7B. RGB value is (239,92,123). Sum of RGB (Red+Green+Blue) = 239+92+123=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5C7B is #10A384. Grayscale: #8B8B8B. Windows color (decimal): -1090437 or 8084719. OLE color: 8084719.
HSL color Cylindrical-coordinate representation of color #EF5C7B: hue angle of 347.35º 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 #EF5C7B is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 123 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.06 |
| HSL | 347.35º | 0.82% | 0.65% | - |
| HSV(B) | 347.35º | 0.62% | 0.94% | - |
| XYZ | 43 | 27.44 | 21.77 | - |
| YUV | 139.49 | 118.7 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 123 | 0 | 0.62 | 0.49 | 0.06 | 347.35 | 0.82 | 0.65 |
| Hex | EF | 5C | 7B | 0 | 3E | 31 | 6 | 15B | 52 | 41 |
| Octal | 357 | 134 | 173 | 0 | 76 | 61 | 6 | 533 | 122 | 101 |
| Binary | 11101111 | 1011100 | 1111011 | 0 | 111110 | 110001 | 110 | 101011011 | 1010010 | 1000001 |
Color Harmonies of #EF5C7B
Complementary color
Monochromatic Colors of #EF5C7B
Black with #EF5C7B
Text Example
Text Example
White with #EF5C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5C7B; }
p { color: rgb(239,92,123); }
H1.HeaderClassName
{
color: #EF5C7B;
}
.AnyTagClassName
{
color: #EF5C7B;
}
</style>
background-color css
<style>
a { background-color: #EF5C7B; }
a { background-color: rgb(239,92,123); }
div.DivClassName
{
background-color: #EF5C7B;
}
.BgClassName
{
background-color: #EF5C7B;
}
</style>
border-color css
<style>
span { border-color: #EF5C7B; }
span { border-color: rgb(239,92,123); }
td.TdClassName
{
border-color: #EF5C7B;
}
.TagClassName
{
border-color: #EF5C7B;
}
</style>