Shades of Brink Pink #EF627B
Tints of Brink Pink #EF627B
RGB
CMYK
RGB Variations
Color information
#EF627B (or 0xEF627B) is known color: Brink Pink. HEX triplet: EF, 62 and 7B. RGB value is (239,98,123). Sum of RGB (Red+Green+Blue) = 239+98+123=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF627B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF627B is #109D84. Grayscale: #8F8F8F. Windows color (decimal): -1088901 or 8086255. OLE color: 8086255.
HSL color Cylindrical-coordinate representation of color #EF627B: hue angle of 349.36º 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 #EF627B is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 123 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.06 |
| HSL | 349.36º | 0.82% | 0.66% | - |
| HSV(B) | 349.36º | 0.59% | 0.94% | - |
| XYZ | 43.54 | 28.52 | 21.95 | - |
| YUV | 143.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 123 | 0 | 0.59 | 0.49 | 0.06 | 349.36 | 0.82 | 0.66 |
| Hex | EF | 62 | 7B | 0 | 3B | 31 | 6 | 15D | 52 | 42 |
| Octal | 357 | 142 | 173 | 0 | 73 | 61 | 6 | 535 | 122 | 102 |
| Binary | 11101111 | 1100010 | 1111011 | 0 | 111011 | 110001 | 110 | 101011101 | 1010010 | 1000010 |
Color Harmonies of #EF627B
Complementary color
Monochromatic Colors of #EF627B
Black with #EF627B
Text Example
Text Example
White with #EF627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF627B; }
p { color: rgb(239,98,123); }
H1.HeaderClassName
{
color: #EF627B;
}
.AnyTagClassName
{
color: #EF627B;
}
</style>
background-color css
<style>
a { background-color: #EF627B; }
a { background-color: rgb(239,98,123); }
div.DivClassName
{
background-color: #EF627B;
}
.BgClassName
{
background-color: #EF627B;
}
</style>
border-color css
<style>
span { border-color: #EF627B; }
span { border-color: rgb(239,98,123); }
td.TdClassName
{
border-color: #EF627B;
}
.TagClassName
{
border-color: #EF627B;
}
</style>