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