Shades of Brink Pink #EF6488
Tints of Brink Pink #EF6488
RGB
CMYK
RGB Variations
Color information
#EF6488 (or 0xEF6488) is known color: Brink Pink. HEX triplet: EF, 64 and 88. RGB value is (239,100,136). Sum of RGB (Red+Green+Blue) = 239+100+136=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6488 is #109B77. Grayscale: #919191. Windows color (decimal): -1088376 or 8938735. OLE color: 8938735.
HSL color Cylindrical-coordinate representation of color #EF6488: hue angle of 344.46º 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 #EF6488 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 136 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.06 |
| HSL | 344.46º | 0.81% | 0.66% | - |
| HSV(B) | 344.46º | 0.58% | 0.94% | - |
| XYZ | 44.6 | 29.24 | 26.59 | - |
| YUV | 145.67 | 122.55 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 136 | 0 | 0.58 | 0.43 | 0.06 | 344.46 | 0.81 | 0.66 |
| Hex | EF | 64 | 88 | 0 | 3A | 2B | 6 | 158 | 51 | 42 |
| Octal | 357 | 144 | 210 | 0 | 72 | 53 | 6 | 530 | 121 | 102 |
| Binary | 11101111 | 1100100 | 10001000 | 0 | 111010 | 101011 | 110 | 101011000 | 1010001 | 1000010 |
Color Harmonies of #EF6488
Complementary color
Monochromatic Colors of #EF6488
Black with #EF6488
Text Example
Text Example
White with #EF6488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6488; }
p { color: rgb(239,100,136); }
H1.HeaderClassName
{
color: #EF6488;
}
.AnyTagClassName
{
color: #EF6488;
}
</style>
background-color css
<style>
a { background-color: #EF6488; }
a { background-color: rgb(239,100,136); }
div.DivClassName
{
background-color: #EF6488;
}
.BgClassName
{
background-color: #EF6488;
}
</style>
border-color css
<style>
span { border-color: #EF6488; }
span { border-color: rgb(239,100,136); }
td.TdClassName
{
border-color: #EF6488;
}
.TagClassName
{
border-color: #EF6488;
}
</style>