Shades of Brink Pink #EF5C7A
Tints of Brink Pink #EF5C7A
RGB
CMYK
RGB Variations
Color information
#EF5C7A (or 0xEF5C7A) is known color: Brink Pink. HEX triplet: EF, 5C and 7A. RGB value is (239,92,122). Sum of RGB (Red+Green+Blue) = 239+92+122=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5C7A is #10A385. Grayscale: #8B8B8B. Windows color (decimal): -1090438 or 8019183. OLE color: 8019183.
HSL color Cylindrical-coordinate representation of color #EF5C7A: hue angle of 347.76º 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 #EF5C7A is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 122 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.06 |
| HSL | 347.76º | 0.82% | 0.65% | - |
| HSV(B) | 347.76º | 0.62% | 0.94% | - |
| XYZ | 42.94 | 27.41 | 21.44 | - |
| YUV | 139.37 | 118.2 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 122 | 0 | 0.62 | 0.49 | 0.06 | 347.76 | 0.82 | 0.65 |
| Hex | EF | 5C | 7A | 0 | 3E | 31 | 6 | 15C | 52 | 41 |
| Octal | 357 | 134 | 172 | 0 | 76 | 61 | 6 | 534 | 122 | 101 |
| Binary | 11101111 | 1011100 | 1111010 | 0 | 111110 | 110001 | 110 | 101011100 | 1010010 | 1000001 |
Color Harmonies of #EF5C7A
Complementary color
Monochromatic Colors of #EF5C7A
Black with #EF5C7A
Text Example
Text Example
White with #EF5C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5C7A; }
p { color: rgb(239,92,122); }
H1.HeaderClassName
{
color: #EF5C7A;
}
.AnyTagClassName
{
color: #EF5C7A;
}
</style>
background-color css
<style>
a { background-color: #EF5C7A; }
a { background-color: rgb(239,92,122); }
div.DivClassName
{
background-color: #EF5C7A;
}
.BgClassName
{
background-color: #EF5C7A;
}
</style>
border-color css
<style>
span { border-color: #EF5C7A; }
span { border-color: rgb(239,92,122); }
td.TdClassName
{
border-color: #EF5C7A;
}
.TagClassName
{
border-color: #EF5C7A;
}
</style>