Shades of Tonys Pink #EB9C8D
Tints of Tonys Pink #EB9C8D
RGB
CMYK
RGB Variations
Color information
#EB9C8D (or 0xEB9C8D) is known color: Tonys Pink. HEX triplet: EB, 9C and 8D. RGB value is (235,156,141). Sum of RGB (Red+Green+Blue) = 235+156+141=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9C8D is #146372. Grayscale: #B2B2B2. Windows color (decimal): -1336179 or 9280747. OLE color: 9280747.
HSL color Cylindrical-coordinate representation of color #EB9C8D: hue angle of 9.57º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB9C8D is Cyan = 0, Magento = 0.34, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 156 | 141 | - |
| CMYK | 0 | 0.34 | 0.4 | 0.08 |
| HSL | 9.57º | 0.7% | 0.74% | - |
| HSV(B) | 9.57º | 0.4% | 0.92% | - |
| XYZ | 50.96 | 43.36 | 30.88 | - |
| YUV | 177.91 | 107.17 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 156 | 141 | 0 | 0.34 | 0.4 | 0.08 | 9.57 | 0.7 | 0.74 |
| Hex | EB | 9C | 8D | 0 | 22 | 28 | 8 | A | 46 | 4A |
| Octal | 353 | 234 | 215 | 0 | 42 | 50 | 10 | 12 | 106 | 112 |
| Binary | 11101011 | 10011100 | 10001101 | 0 | 100010 | 101000 | 1000 | 1010 | 1000110 | 1001010 |
Color Harmonies of #EB9C8D
Complementary color
Monochromatic Colors of #EB9C8D
Black with #EB9C8D
Text Example
Text Example
White with #EB9C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9C8D; }
p { color: rgb(235,156,141); }
H1.HeaderClassName
{
color: #EB9C8D;
}
.AnyTagClassName
{
color: #EB9C8D;
}
</style>
background-color css
<style>
a { background-color: #EB9C8D; }
a { background-color: rgb(235,156,141); }
div.DivClassName
{
background-color: #EB9C8D;
}
.BgClassName
{
background-color: #EB9C8D;
}
</style>
border-color css
<style>
span { border-color: #EB9C8D; }
span { border-color: rgb(235,156,141); }
td.TdClassName
{
border-color: #EB9C8D;
}
.TagClassName
{
border-color: #EB9C8D;
}
</style>