Shades of Brink Pink #EF5D7A
Tints of Brink Pink #EF5D7A
RGB
CMYK
RGB Variations
Color information
#EF5D7A (or 0xEF5D7A) is known color: Brink Pink. HEX triplet: EF, 5D and 7A. RGB value is (239,93,122). Sum of RGB (Red+Green+Blue) = 239+93+122=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5D7A is #10A285. Grayscale: #8B8B8B. Windows color (decimal): -1090182 or 8019439. OLE color: 8019439.
HSL color Cylindrical-coordinate representation of color #EF5D7A: hue angle of 348.08º 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 #EF5D7A is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 122 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.06 |
| HSL | 348.08º | 0.82% | 0.65% | - |
| HSV(B) | 348.08º | 0.61% | 0.94% | - |
| XYZ | 43.02 | 27.58 | 21.47 | - |
| YUV | 139.96 | 117.87 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 122 | 0 | 0.61 | 0.49 | 0.06 | 348.08 | 0.82 | 0.65 |
| Hex | EF | 5D | 7A | 0 | 3D | 31 | 6 | 15C | 52 | 41 |
| Octal | 357 | 135 | 172 | 0 | 75 | 61 | 6 | 534 | 122 | 101 |
| Binary | 11101111 | 1011101 | 1111010 | 0 | 111101 | 110001 | 110 | 101011100 | 1010010 | 1000001 |
Color Harmonies of #EF5D7A
Complementary color
Monochromatic Colors of #EF5D7A
Black with #EF5D7A
Text Example
Text Example
White with #EF5D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5D7A; }
p { color: rgb(239,93,122); }
H1.HeaderClassName
{
color: #EF5D7A;
}
.AnyTagClassName
{
color: #EF5D7A;
}
</style>
background-color css
<style>
a { background-color: #EF5D7A; }
a { background-color: rgb(239,93,122); }
div.DivClassName
{
background-color: #EF5D7A;
}
.BgClassName
{
background-color: #EF5D7A;
}
</style>
border-color css
<style>
span { border-color: #EF5D7A; }
span { border-color: rgb(239,93,122); }
td.TdClassName
{
border-color: #EF5D7A;
}
.TagClassName
{
border-color: #EF5D7A;
}
</style>