Shades of Brink Pink #EF6285
Tints of Brink Pink #EF6285
RGB
CMYK
RGB Variations
Color information
#EF6285 (or 0xEF6285) is known color: Brink Pink. HEX triplet: EF, 62 and 85. RGB value is (239,98,133). Sum of RGB (Red+Green+Blue) = 239+98+133=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6285 is #109D7A. Grayscale: #909090. Windows color (decimal): -1088891 or 8741615. OLE color: 8741615.
HSL color Cylindrical-coordinate representation of color #EF6285: hue angle of 345.11º 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 #EF6285 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 133 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.06 |
| HSL | 345.11º | 0.82% | 0.66% | - |
| HSV(B) | 345.11º | 0.59% | 0.94% | - |
| XYZ | 44.2 | 28.78 | 25.42 | - |
| YUV | 144.15 | 121.71 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 133 | 0 | 0.59 | 0.44 | 0.06 | 345.11 | 0.82 | 0.66 |
| Hex | EF | 62 | 85 | 0 | 3B | 2C | 6 | 159 | 52 | 42 |
| Octal | 357 | 142 | 205 | 0 | 73 | 54 | 6 | 531 | 122 | 102 |
| Binary | 11101111 | 1100010 | 10000101 | 0 | 111011 | 101100 | 110 | 101011001 | 1010010 | 1000010 |
Color Harmonies of #EF6285
Complementary color
Monochromatic Colors of #EF6285
Black with #EF6285
Text Example
Text Example
White with #EF6285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6285; }
p { color: rgb(239,98,133); }
H1.HeaderClassName
{
color: #EF6285;
}
.AnyTagClassName
{
color: #EF6285;
}
</style>
background-color css
<style>
a { background-color: #EF6285; }
a { background-color: rgb(239,98,133); }
div.DivClassName
{
background-color: #EF6285;
}
.BgClassName
{
background-color: #EF6285;
}
</style>
border-color css
<style>
span { border-color: #EF6285; }
span { border-color: rgb(239,98,133); }
td.TdClassName
{
border-color: #EF6285;
}
.TagClassName
{
border-color: #EF6285;
}
</style>