Shades of Brink Pink #EF647A
Tints of Brink Pink #EF647A
RGB
CMYK
RGB Variations
Color information
#EF647A (or 0xEF647A) is known color: Brink Pink. HEX triplet: EF, 64 and 7A. RGB value is (239,100,122). Sum of RGB (Red+Green+Blue) = 239+100+122=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF647A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF647A is #109B85. Grayscale: #909090. Windows color (decimal): -1088390 or 8021231. OLE color: 8021231.
HSL color Cylindrical-coordinate representation of color #EF647A: hue angle of 350.5º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF647A is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 122 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.06 |
| HSL | 350.5º | 0.81% | 0.66% | - |
| HSV(B) | 350.5º | 0.58% | 0.94% | - |
| XYZ | 43.67 | 28.87 | 21.68 | - |
| YUV | 144.07 | 115.55 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 122 | 0 | 0.58 | 0.49 | 0.06 | 350.5 | 0.81 | 0.66 |
| Hex | EF | 64 | 7A | 0 | 3A | 31 | 6 | 15F | 51 | 42 |
| Octal | 357 | 144 | 172 | 0 | 72 | 61 | 6 | 537 | 121 | 102 |
| Binary | 11101111 | 1100100 | 1111010 | 0 | 111010 | 110001 | 110 | 101011111 | 1010001 | 1000010 |
Color Harmonies of #EF647A
Complementary color
Monochromatic Colors of #EF647A
Black with #EF647A
Text Example
Text Example
White with #EF647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF647A; }
p { color: rgb(239,100,122); }
H1.HeaderClassName
{
color: #EF647A;
}
.AnyTagClassName
{
color: #EF647A;
}
</style>
background-color css
<style>
a { background-color: #EF647A; }
a { background-color: rgb(239,100,122); }
div.DivClassName
{
background-color: #EF647A;
}
.BgClassName
{
background-color: #EF647A;
}
</style>
border-color css
<style>
span { border-color: #EF647A; }
span { border-color: rgb(239,100,122); }
td.TdClassName
{
border-color: #EF647A;
}
.TagClassName
{
border-color: #EF647A;
}
</style>