Shades of Brink Pink #EF6377
Tints of Brink Pink #EF6377
RGB
CMYK
RGB Variations
Color information
#EF6377 (or 0xEF6377) is known color: Brink Pink. HEX triplet: EF, 63 and 77. RGB value is (239,99,119). Sum of RGB (Red+Green+Blue) = 239+99+119=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6377 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6377 is #109C88. Grayscale: #8F8F8F. Windows color (decimal): -1088649 or 7824367. OLE color: 7824367.
HSL color Cylindrical-coordinate representation of color #EF6377: hue angle of 351.43º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF6377 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 99 | 119 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.06 |
| HSL | 351.43º | 0.81% | 0.66% | - |
| HSV(B) | 351.43º | 0.59% | 0.94% | - |
| XYZ | 43.39 | 28.61 | 20.69 | - |
| YUV | 143.14 | 114.38 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 119 | 0 | 0.59 | 0.50 | 0.06 | 351.43 | 0.81 | 0.66 |
| Hex | EF | 63 | 77 | 0 | 3B | 32 | 6 | 15F | 51 | 42 |
| Octal | 357 | 143 | 167 | 0 | 73 | 62 | 6 | 537 | 121 | 102 |
| Binary | 11101111 | 1100011 | 1110111 | 0 | 111011 | 110010 | 110 | 101011111 | 1010001 | 1000010 |
Color Harmonies of #EF6377
Complementary color
Monochromatic Colors of #EF6377
Black with #EF6377
Text Example
Text Example
White with #EF6377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6377; }
p { color: rgb(239,99,119); }
H1.HeaderClassName
{
color: #EF6377;
}
.AnyTagClassName
{
color: #EF6377;
}
</style>
background-color css
<style>
a { background-color: #EF6377; }
a { background-color: rgb(239,99,119); }
div.DivClassName
{
background-color: #EF6377;
}
.BgClassName
{
background-color: #EF6377;
}
</style>
border-color css
<style>
span { border-color: #EF6377; }
span { border-color: rgb(239,99,119); }
td.TdClassName
{
border-color: #EF6377;
}
.TagClassName
{
border-color: #EF6377;
}
</style>