Shades of Brink Pink #EF6479
Tints of Brink Pink #EF6479
RGB
CMYK
RGB Variations
Color information
#EF6479 (or 0xEF6479) is known color: Brink Pink. HEX triplet: EF, 64 and 79. RGB value is (239,100,121). Sum of RGB (Red+Green+Blue) = 239+100+121=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6479 is #109B86. Grayscale: #909090. Windows color (decimal): -1088391 or 7955695. OLE color: 7955695.
HSL color Cylindrical-coordinate representation of color #EF6479: hue angle of 350.94º 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 #EF6479 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 121 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.06 |
| HSL | 350.94º | 0.81% | 0.66% | - |
| HSV(B) | 350.94º | 0.58% | 0.94% | - |
| XYZ | 43.6 | 28.85 | 21.36 | - |
| YUV | 143.96 | 115.05 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 121 | 0 | 0.58 | 0.49 | 0.06 | 350.94 | 0.81 | 0.66 |
| Hex | EF | 64 | 79 | 0 | 3A | 31 | 6 | 15F | 51 | 42 |
| Octal | 357 | 144 | 171 | 0 | 72 | 61 | 6 | 537 | 121 | 102 |
| Binary | 11101111 | 1100100 | 1111001 | 0 | 111010 | 110001 | 110 | 101011111 | 1010001 | 1000010 |
Color Harmonies of #EF6479
Complementary color
Monochromatic Colors of #EF6479
Black with #EF6479
Text Example
Text Example
White with #EF6479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6479; }
p { color: rgb(239,100,121); }
H1.HeaderClassName
{
color: #EF6479;
}
.AnyTagClassName
{
color: #EF6479;
}
</style>
background-color css
<style>
a { background-color: #EF6479; }
a { background-color: rgb(239,100,121); }
div.DivClassName
{
background-color: #EF6479;
}
.BgClassName
{
background-color: #EF6479;
}
</style>
border-color css
<style>
span { border-color: #EF6479; }
span { border-color: rgb(239,100,121); }
td.TdClassName
{
border-color: #EF6479;
}
.TagClassName
{
border-color: #EF6479;
}
</style>