Shades of Brink Pink #EB627D
Tints of Brink Pink #EB627D
RGB
CMYK
RGB Variations
Color information
#EB627D (or 0xEB627D) is known color: Brink Pink. HEX triplet: EB, 62 and 7D. RGB value is (235,98,125). Sum of RGB (Red+Green+Blue) = 235+98+125=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB627D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB627D is #149D82. Grayscale: #8E8E8E. Windows color (decimal): -1351043 or 8217323. OLE color: 8217323.
HSL color Cylindrical-coordinate representation of color #EB627D: hue angle of 348.18º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EB627D is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 98 | 125 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.08 |
| HSL | 348.18º | 0.77% | 0.65% | - |
| HSV(B) | 348.18º | 0.58% | 0.92% | - |
| XYZ | 42.33 | 27.88 | 22.55 | - |
| YUV | 142.04 | 118.39 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 98 | 125 | 0 | 0.58 | 0.47 | 0.08 | 348.18 | 0.77 | 0.65 |
| Hex | EB | 62 | 7D | 0 | 3A | 2F | 8 | 15C | 4D | 41 |
| Octal | 353 | 142 | 175 | 0 | 72 | 57 | 10 | 534 | 115 | 101 |
| Binary | 11101011 | 1100010 | 1111101 | 0 | 111010 | 101111 | 1000 | 101011100 | 1001101 | 1000001 |
Color Harmonies of #EB627D
Complementary color
Monochromatic Colors of #EB627D
Black with #EB627D
Text Example
Text Example
White with #EB627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB627D; }
p { color: rgb(235,98,125); }
H1.HeaderClassName
{
color: #EB627D;
}
.AnyTagClassName
{
color: #EB627D;
}
</style>
background-color css
<style>
a { background-color: #EB627D; }
a { background-color: rgb(235,98,125); }
div.DivClassName
{
background-color: #EB627D;
}
.BgClassName
{
background-color: #EB627D;
}
</style>
border-color css
<style>
span { border-color: #EB627D; }
span { border-color: rgb(235,98,125); }
td.TdClassName
{
border-color: #EB627D;
}
.TagClassName
{
border-color: #EB627D;
}
</style>