Shades of Brink Pink #EF657B
Tints of Brink Pink #EF657B
RGB
CMYK
RGB Variations
Color information
#EF657B (or 0xEF657B) is known color: Brink Pink. HEX triplet: EF, 65 and 7B. RGB value is (239,101,123). Sum of RGB (Red+Green+Blue) = 239+101+123=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF657B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF657B is #109A84. Grayscale: #909090. Windows color (decimal): -1088133 or 8087023. OLE color: 8087023.
HSL color Cylindrical-coordinate representation of color #EF657B: hue angle of 350.43º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF657B is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 123 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.06 |
| HSL | 350.43º | 0.81% | 0.67% | - |
| HSV(B) | 350.43º | 0.58% | 0.94% | - |
| XYZ | 43.83 | 29.09 | 22.04 | - |
| YUV | 144.77 | 115.72 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 123 | 0 | 0.58 | 0.49 | 0.06 | 350.43 | 0.81 | 0.67 |
| Hex | EF | 65 | 7B | 0 | 3A | 31 | 6 | 15E | 51 | 43 |
| Octal | 357 | 145 | 173 | 0 | 72 | 61 | 6 | 536 | 121 | 103 |
| Binary | 11101111 | 1100101 | 1111011 | 0 | 111010 | 110001 | 110 | 101011110 | 1010001 | 1000011 |
Color Harmonies of #EF657B
Complementary color
Monochromatic Colors of #EF657B
Black with #EF657B
Text Example
Text Example
White with #EF657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF657B; }
p { color: rgb(239,101,123); }
H1.HeaderClassName
{
color: #EF657B;
}
.AnyTagClassName
{
color: #EF657B;
}
</style>
background-color css
<style>
a { background-color: #EF657B; }
a { background-color: rgb(239,101,123); }
div.DivClassName
{
background-color: #EF657B;
}
.BgClassName
{
background-color: #EF657B;
}
</style>
border-color css
<style>
span { border-color: #EF657B; }
span { border-color: rgb(239,101,123); }
td.TdClassName
{
border-color: #EF657B;
}
.TagClassName
{
border-color: #EF657B;
}
</style>