Shades of Brink Pink #EB637E
Tints of Brink Pink #EB637E
RGB
CMYK
RGB Variations
Color information
#EB637E (or 0xEB637E) is known color: Brink Pink. HEX triplet: EB, 63 and 7E. RGB value is (235,99,126). Sum of RGB (Red+Green+Blue) = 235+99+126=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB637E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB637E is #149C81. Grayscale: #8E8E8E. Windows color (decimal): -1350786 or 8283115. OLE color: 8283115.
HSL color Cylindrical-coordinate representation of color #EB637E: hue angle of 348.09º 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 #EB637E is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 99 | 126 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.08 |
| HSL | 348.09º | 0.77% | 0.65% | - |
| HSV(B) | 348.09º | 0.58% | 0.92% | - |
| XYZ | 42.49 | 28.09 | 22.92 | - |
| YUV | 142.74 | 118.56 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 99 | 126 | 0 | 0.58 | 0.46 | 0.08 | 348.09 | 0.77 | 0.65 |
| Hex | EB | 63 | 7E | 0 | 3A | 2E | 8 | 15C | 4D | 41 |
| Octal | 353 | 143 | 176 | 0 | 72 | 56 | 10 | 534 | 115 | 101 |
| Binary | 11101011 | 1100011 | 1111110 | 0 | 111010 | 101110 | 1000 | 101011100 | 1001101 | 1000001 |
Color Harmonies of #EB637E
Complementary color
Monochromatic Colors of #EB637E
Black with #EB637E
Text Example
Text Example
White with #EB637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB637E; }
p { color: rgb(235,99,126); }
H1.HeaderClassName
{
color: #EB637E;
}
.AnyTagClassName
{
color: #EB637E;
}
</style>
background-color css
<style>
a { background-color: #EB637E; }
a { background-color: rgb(235,99,126); }
div.DivClassName
{
background-color: #EB637E;
}
.BgClassName
{
background-color: #EB637E;
}
</style>
border-color css
<style>
span { border-color: #EB637E; }
span { border-color: rgb(235,99,126); }
td.TdClassName
{
border-color: #EB637E;
}
.TagClassName
{
border-color: #EB637E;
}
</style>