Shades of Tonys Pink #EB9C8C
Tints of Tonys Pink #EB9C8C
RGB
CMYK
RGB Variations
Color information
#EB9C8C (or 0xEB9C8C) is known color: Tonys Pink. HEX triplet: EB, 9C and 8C. RGB value is (235,156,140). Sum of RGB (Red+Green+Blue) = 235+156+140=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9C8C is #146373. Grayscale: #B1B1B1. Windows color (decimal): -1336180 or 9215211. OLE color: 9215211.
HSL color Cylindrical-coordinate representation of color #EB9C8C: hue angle of 10.11º 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 #EB9C8C is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 156 | 140 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.08 |
| HSL | 10.11º | 0.7% | 0.74% | - |
| HSV(B) | 10.11º | 0.4% | 0.92% | - |
| XYZ | 50.88 | 43.33 | 30.49 | - |
| YUV | 177.8 | 106.67 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 156 | 140 | 0 | 0.34 | 0.40 | 0.08 | 10.11 | 0.7 | 0.74 |
| Hex | EB | 9C | 8C | 0 | 22 | 28 | 8 | A | 46 | 4A |
| Octal | 353 | 234 | 214 | 0 | 42 | 50 | 10 | 12 | 106 | 112 |
| Binary | 11101011 | 10011100 | 10001100 | 0 | 100010 | 101000 | 1000 | 1010 | 1000110 | 1001010 |
Color Harmonies of #EB9C8C
Complementary color
Monochromatic Colors of #EB9C8C
Black with #EB9C8C
Text Example
Text Example
White with #EB9C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9C8C; }
p { color: rgb(235,156,140); }
H1.HeaderClassName
{
color: #EB9C8C;
}
.AnyTagClassName
{
color: #EB9C8C;
}
</style>
background-color css
<style>
a { background-color: #EB9C8C; }
a { background-color: rgb(235,156,140); }
div.DivClassName
{
background-color: #EB9C8C;
}
.BgClassName
{
background-color: #EB9C8C;
}
</style>
border-color css
<style>
span { border-color: #EB9C8C; }
span { border-color: rgb(235,156,140); }
td.TdClassName
{
border-color: #EB9C8C;
}
.TagClassName
{
border-color: #EB9C8C;
}
</style>