Shades of Brink Pink #EF647D
Tints of Brink Pink #EF647D
RGB
CMYK
RGB Variations
Color information
#EF647D (or 0xEF647D) is known color: Brink Pink. HEX triplet: EF, 64 and 7D. RGB value is (239,100,125). Sum of RGB (Red+Green+Blue) = 239+100+125=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF647D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF647D is #109B82. Grayscale: #909090. Windows color (decimal): -1088387 or 8217839. OLE color: 8217839.
HSL color Cylindrical-coordinate representation of color #EF647D: hue angle of 349.21º 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 #EF647D is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 125 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.06 |
| HSL | 349.21º | 0.81% | 0.66% | - |
| HSV(B) | 349.21º | 0.58% | 0.94% | - |
| XYZ | 43.86 | 28.95 | 22.68 | - |
| YUV | 144.41 | 117.05 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 125 | 0 | 0.58 | 0.48 | 0.06 | 349.21 | 0.81 | 0.66 |
| Hex | EF | 64 | 7D | 0 | 3A | 30 | 6 | 15D | 51 | 42 |
| Octal | 357 | 144 | 175 | 0 | 72 | 60 | 6 | 535 | 121 | 102 |
| Binary | 11101111 | 1100100 | 1111101 | 0 | 111010 | 110000 | 110 | 101011101 | 1010001 | 1000010 |
Color Harmonies of #EF647D
Complementary color
Monochromatic Colors of #EF647D
Black with #EF647D
Text Example
Text Example
White with #EF647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF647D; }
p { color: rgb(239,100,125); }
H1.HeaderClassName
{
color: #EF647D;
}
.AnyTagClassName
{
color: #EF647D;
}
</style>
background-color css
<style>
a { background-color: #EF647D; }
a { background-color: rgb(239,100,125); }
div.DivClassName
{
background-color: #EF647D;
}
.BgClassName
{
background-color: #EF647D;
}
</style>
border-color css
<style>
span { border-color: #EF647D; }
span { border-color: rgb(239,100,125); }
td.TdClassName
{
border-color: #EF647D;
}
.TagClassName
{
border-color: #EF647D;
}
</style>