Shades of Brink Pink #EB647E
Tints of Brink Pink #EB647E
RGB
CMYK
RGB Variations
Color information
#EB647E (or 0xEB647E) is known color: Brink Pink. HEX triplet: EB, 64 and 7E. RGB value is (235,100,126). Sum of RGB (Red+Green+Blue) = 235+100+126=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB647E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB647E is #149B81. Grayscale: #8F8F8F. Windows color (decimal): -1350530 or 8283371. OLE color: 8283371.
HSL color Cylindrical-coordinate representation of color #EB647E: hue angle of 348.44º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB647E is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 100 | 126 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.08 |
| HSL | 348.44º | 0.77% | 0.66% | - |
| HSV(B) | 348.44º | 0.57% | 0.92% | - |
| XYZ | 42.58 | 28.28 | 22.95 | - |
| YUV | 143.33 | 118.23 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 100 | 126 | 0 | 0.57 | 0.46 | 0.08 | 348.44 | 0.77 | 0.66 |
| Hex | EB | 64 | 7E | 0 | 39 | 2E | 8 | 15C | 4D | 42 |
| Octal | 353 | 144 | 176 | 0 | 71 | 56 | 10 | 534 | 115 | 102 |
| Binary | 11101011 | 1100100 | 1111110 | 0 | 111001 | 101110 | 1000 | 101011100 | 1001101 | 1000010 |
Color Harmonies of #EB647E
Complementary color
Monochromatic Colors of #EB647E
Black with #EB647E
Text Example
Text Example
White with #EB647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB647E; }
p { color: rgb(235,100,126); }
H1.HeaderClassName
{
color: #EB647E;
}
.AnyTagClassName
{
color: #EB647E;
}
</style>
background-color css
<style>
a { background-color: #EB647E; }
a { background-color: rgb(235,100,126); }
div.DivClassName
{
background-color: #EB647E;
}
.BgClassName
{
background-color: #EB647E;
}
</style>
border-color css
<style>
span { border-color: #EB647E; }
span { border-color: rgb(235,100,126); }
td.TdClassName
{
border-color: #EB647E;
}
.TagClassName
{
border-color: #EB647E;
}
</style>