Shades of Brink Pink #EF697E
Tints of Brink Pink #EF697E
RGB
CMYK
RGB Variations
Color information
#EF697E (or 0xEF697E) is known color: Brink Pink. HEX triplet: EF, 69 and 7E. RGB value is (239,105,126). Sum of RGB (Red+Green+Blue) = 239+105+126=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF697E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF697E is #109681. Grayscale: #939393. Windows color (decimal): -1087106 or 8284655. OLE color: 8284655.
HSL color Cylindrical-coordinate representation of color #EF697E: hue angle of 350.6º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF697E is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 126 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.06 |
| HSL | 350.6º | 0.81% | 0.67% | - |
| HSV(B) | 350.6º | 0.56% | 0.94% | - |
| XYZ | 44.41 | 29.96 | 23.18 | - |
| YUV | 147.46 | 115.89 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 126 | 0 | 0.56 | 0.47 | 0.06 | 350.6 | 0.81 | 0.67 |
| Hex | EF | 69 | 7E | 0 | 38 | 2F | 6 | 15F | 51 | 43 |
| Octal | 357 | 151 | 176 | 0 | 70 | 57 | 6 | 537 | 121 | 103 |
| Binary | 11101111 | 1101001 | 1111110 | 0 | 111000 | 101111 | 110 | 101011111 | 1010001 | 1000011 |
Color Harmonies of #EF697E
Complementary color
Monochromatic Colors of #EF697E
Black with #EF697E
Text Example
Text Example
White with #EF697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF697E; }
p { color: rgb(239,105,126); }
H1.HeaderClassName
{
color: #EF697E;
}
.AnyTagClassName
{
color: #EF697E;
}
</style>
background-color css
<style>
a { background-color: #EF697E; }
a { background-color: rgb(239,105,126); }
div.DivClassName
{
background-color: #EF697E;
}
.BgClassName
{
background-color: #EF697E;
}
</style>
border-color css
<style>
span { border-color: #EF697E; }
span { border-color: rgb(239,105,126); }
td.TdClassName
{
border-color: #EF697E;
}
.TagClassName
{
border-color: #EF697E;
}
</style>