Shades of Brink Pink #EB637F
Tints of Brink Pink #EB637F
RGB
CMYK
RGB Variations
Color information
#EB637F (or 0xEB637F) is known color: Brink Pink. HEX triplet: EB, 63 and 7F. RGB value is (235,99,127). Sum of RGB (Red+Green+Blue) = 235+99+127=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB637F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB637F is #149C80. Grayscale: #8E8E8E. Windows color (decimal): -1350785 or 8348651. OLE color: 8348651.
HSL color Cylindrical-coordinate representation of color #EB637F: hue angle of 347.65º 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 #EB637F is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 99 | 127 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.08 |
| HSL | 347.65º | 0.77% | 0.65% | - |
| HSV(B) | 347.65º | 0.58% | 0.92% | - |
| XYZ | 42.55 | 28.12 | 23.26 | - |
| YUV | 142.86 | 119.06 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 99 | 127 | 0 | 0.58 | 0.46 | 0.08 | 347.65 | 0.77 | 0.65 |
| Hex | EB | 63 | 7F | 0 | 3A | 2E | 8 | 15C | 4D | 41 |
| Octal | 353 | 143 | 177 | 0 | 72 | 56 | 10 | 534 | 115 | 101 |
| Binary | 11101011 | 1100011 | 1111111 | 0 | 111010 | 101110 | 1000 | 101011100 | 1001101 | 1000001 |
Color Harmonies of #EB637F
Complementary color
Monochromatic Colors of #EB637F
Black with #EB637F
Text Example
Text Example
White with #EB637F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB637F; }
p { color: rgb(235,99,127); }
H1.HeaderClassName
{
color: #EB637F;
}
.AnyTagClassName
{
color: #EB637F;
}
</style>
background-color css
<style>
a { background-color: #EB637F; }
a { background-color: rgb(235,99,127); }
div.DivClassName
{
background-color: #EB637F;
}
.BgClassName
{
background-color: #EB637F;
}
</style>
border-color css
<style>
span { border-color: #EB637F; }
span { border-color: rgb(235,99,127); }
td.TdClassName
{
border-color: #EB637F;
}
.TagClassName
{
border-color: #EB637F;
}
</style>