Shades of Brink Pink #EB637C
Tints of Brink Pink #EB637C
RGB
CMYK
RGB Variations
Color information
#EB637C (or 0xEB637C) is known color: Brink Pink. HEX triplet: EB, 63 and 7C. RGB value is (235,99,124). Sum of RGB (Red+Green+Blue) = 235+99+124=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB637C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB637C is #149C83. Grayscale: #8E8E8E. Windows color (decimal): -1350788 or 8152043. OLE color: 8152043.
HSL color Cylindrical-coordinate representation of color #EB637C: hue angle of 348.97º 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 #EB637C is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 99 | 124 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.08 |
| HSL | 348.97º | 0.77% | 0.65% | - |
| HSV(B) | 348.97º | 0.58% | 0.92% | - |
| XYZ | 42.36 | 28.04 | 22.25 | - |
| YUV | 142.51 | 117.56 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 99 | 124 | 0 | 0.58 | 0.47 | 0.08 | 348.97 | 0.77 | 0.65 |
| Hex | EB | 63 | 7C | 0 | 3A | 2F | 8 | 15D | 4D | 41 |
| Octal | 353 | 143 | 174 | 0 | 72 | 57 | 10 | 535 | 115 | 101 |
| Binary | 11101011 | 1100011 | 1111100 | 0 | 111010 | 101111 | 1000 | 101011101 | 1001101 | 1000001 |
Color Harmonies of #EB637C
Complementary color
Monochromatic Colors of #EB637C
Black with #EB637C
Text Example
Text Example
White with #EB637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB637C; }
p { color: rgb(235,99,124); }
H1.HeaderClassName
{
color: #EB637C;
}
.AnyTagClassName
{
color: #EB637C;
}
</style>
background-color css
<style>
a { background-color: #EB637C; }
a { background-color: rgb(235,99,124); }
div.DivClassName
{
background-color: #EB637C;
}
.BgClassName
{
background-color: #EB637C;
}
</style>
border-color css
<style>
span { border-color: #EB637C; }
span { border-color: rgb(235,99,124); }
td.TdClassName
{
border-color: #EB637C;
}
.TagClassName
{
border-color: #EB637C;
}
</style>