Shades of Tonys Pink #E19A8B
Tints of Tonys Pink #E19A8B
RGB
CMYK
RGB Variations
Color information
#E19A8B (or 0xE19A8B) is known color: Tonys Pink. HEX triplet: E1, 9A and 8B. RGB value is (225,154,139). Sum of RGB (Red+Green+Blue) = 225+154+139=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19A8B is #1E6574. Grayscale: #ADADAD. Windows color (decimal): -1992053 or 9149153. OLE color: 9149153.
HSL color Cylindrical-coordinate representation of color #E19A8B: hue angle of 10.47º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E19A8B is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 139 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.12 |
| HSL | 10.47º | 0.59% | 0.71% | - |
| HSV(B) | 10.47º | 0.38% | 0.88% | - |
| XYZ | 47.27 | 40.98 | 29.85 | - |
| YUV | 173.52 | 108.52 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 139 | 0 | 0.32 | 0.38 | 0.12 | 10.47 | 0.59 | 0.71 |
| Hex | E1 | 9A | 8B | 0 | 20 | 26 | C | A | 3B | 47 |
| Octal | 341 | 232 | 213 | 0 | 40 | 46 | 14 | 12 | 73 | 107 |
| Binary | 11100001 | 10011010 | 10001011 | 0 | 100000 | 100110 | 1100 | 1010 | 111011 | 1000111 |
Color Harmonies of #E19A8B
Complementary color
Monochromatic Colors of #E19A8B
Black with #E19A8B
Text Example
Text Example
White with #E19A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19A8B; }
p { color: rgb(225,154,139); }
H1.HeaderClassName
{
color: #E19A8B;
}
.AnyTagClassName
{
color: #E19A8B;
}
</style>
background-color css
<style>
a { background-color: #E19A8B; }
a { background-color: rgb(225,154,139); }
div.DivClassName
{
background-color: #E19A8B;
}
.BgClassName
{
background-color: #E19A8B;
}
</style>
border-color css
<style>
span { border-color: #E19A8B; }
span { border-color: rgb(225,154,139); }
td.TdClassName
{
border-color: #E19A8B;
}
.TagClassName
{
border-color: #E19A8B;
}
</style>