Shades of Brink Pink #EF6288
Tints of Brink Pink #EF6288
RGB
CMYK
RGB Variations
Color information
#EF6288 (or 0xEF6288) is known color: Brink Pink. HEX triplet: EF, 62 and 88. RGB value is (239,98,136). Sum of RGB (Red+Green+Blue) = 239+98+136=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6288 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6288 is #109D77. Grayscale: #909090. Windows color (decimal): -1088888 or 8938223. OLE color: 8938223.
HSL color Cylindrical-coordinate representation of color #EF6288: hue angle of 343.83º degrees, saturation: 0.82, 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 #EF6288 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 136 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.06 |
| HSL | 343.83º | 0.82% | 0.66% | - |
| HSV(B) | 343.83º | 0.59% | 0.94% | - |
| XYZ | 44.41 | 28.86 | 26.52 | - |
| YUV | 144.49 | 123.21 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 136 | 0 | 0.59 | 0.43 | 0.06 | 343.83 | 0.82 | 0.66 |
| Hex | EF | 62 | 88 | 0 | 3B | 2B | 6 | 158 | 52 | 42 |
| Octal | 357 | 142 | 210 | 0 | 73 | 53 | 6 | 530 | 122 | 102 |
| Binary | 11101111 | 1100010 | 10001000 | 0 | 111011 | 101011 | 110 | 101011000 | 1010010 | 1000010 |
Color Harmonies of #EF6288
Complementary color
Monochromatic Colors of #EF6288
Black with #EF6288
Text Example
Text Example
White with #EF6288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6288; }
p { color: rgb(239,98,136); }
H1.HeaderClassName
{
color: #EF6288;
}
.AnyTagClassName
{
color: #EF6288;
}
</style>
background-color css
<style>
a { background-color: #EF6288; }
a { background-color: rgb(239,98,136); }
div.DivClassName
{
background-color: #EF6288;
}
.BgClassName
{
background-color: #EF6288;
}
</style>
border-color css
<style>
span { border-color: #EF6288; }
span { border-color: rgb(239,98,136); }
td.TdClassName
{
border-color: #EF6288;
}
.TagClassName
{
border-color: #EF6288;
}
</style>