Shades of Brink Pink #EF627D
Tints of Brink Pink #EF627D
RGB
CMYK
RGB Variations
Color information
#EF627D (or 0xEF627D) is known color: Brink Pink. HEX triplet: EF, 62 and 7D. RGB value is (239,98,125). Sum of RGB (Red+Green+Blue) = 239+98+125=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF627D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF627D is #109D82. Grayscale: #8F8F8F. Windows color (decimal): -1088899 or 8217327. OLE color: 8217327.
HSL color Cylindrical-coordinate representation of color #EF627D: hue angle of 348.51º 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 #EF627D is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 125 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.06 |
| HSL | 348.51º | 0.82% | 0.66% | - |
| HSV(B) | 348.51º | 0.59% | 0.94% | - |
| XYZ | 43.67 | 28.57 | 22.61 | - |
| YUV | 143.24 | 117.71 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 125 | 0 | 0.59 | 0.48 | 0.06 | 348.51 | 0.82 | 0.66 |
| Hex | EF | 62 | 7D | 0 | 3B | 30 | 6 | 15D | 52 | 42 |
| Octal | 357 | 142 | 175 | 0 | 73 | 60 | 6 | 535 | 122 | 102 |
| Binary | 11101111 | 1100010 | 1111101 | 0 | 111011 | 110000 | 110 | 101011101 | 1010010 | 1000010 |
Color Harmonies of #EF627D
Complementary color
Monochromatic Colors of #EF627D
Black with #EF627D
Text Example
Text Example
White with #EF627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF627D; }
p { color: rgb(239,98,125); }
H1.HeaderClassName
{
color: #EF627D;
}
.AnyTagClassName
{
color: #EF627D;
}
</style>
background-color css
<style>
a { background-color: #EF627D; }
a { background-color: rgb(239,98,125); }
div.DivClassName
{
background-color: #EF627D;
}
.BgClassName
{
background-color: #EF627D;
}
</style>
border-color css
<style>
span { border-color: #EF627D; }
span { border-color: rgb(239,98,125); }
td.TdClassName
{
border-color: #EF627D;
}
.TagClassName
{
border-color: #EF627D;
}
</style>