Shades of Tonys Pink #E8A193
Tints of Tonys Pink #E8A193
RGB
CMYK
RGB Variations
Color information
#E8A193 (or 0xE8A193) is known color: Tonys Pink. HEX triplet: E8, A1 and 93. RGB value is (232,161,147). Sum of RGB (Red+Green+Blue) = 232+161+147=540 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.96% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A193 is #175E6C. Grayscale: #B4B4B4. Windows color (decimal): -1531501 or 9675240. OLE color: 9675240.
HSL color Cylindrical-coordinate representation of color #E8A193: hue angle of 9.88º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E8A193 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 161 | 147 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.09 |
| HSL | 9.88º | 0.65% | 0.74% | - |
| HSV(B) | 9.88º | 0.37% | 0.91% | - |
| XYZ | 51.29 | 44.75 | 33.54 | - |
| YUV | 180.63 | 109.02 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 161 | 147 | 0 | 0.31 | 0.37 | 0.09 | 9.88 | 0.65 | 0.74 |
| Hex | E8 | A1 | 93 | 0 | 1F | 25 | 9 | A | 41 | 4A |
| Octal | 350 | 241 | 223 | 0 | 37 | 45 | 11 | 12 | 101 | 112 |
| Binary | 11101000 | 10100001 | 10010011 | 0 | 11111 | 100101 | 1001 | 1010 | 1000001 | 1001010 |
Color Harmonies of #E8A193
Complementary color
Monochromatic Colors of #E8A193
Black with #E8A193
Text Example
Text Example
White with #E8A193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A193; }
p { color: rgb(232,161,147); }
H1.HeaderClassName
{
color: #E8A193;
}
.AnyTagClassName
{
color: #E8A193;
}
</style>
background-color css
<style>
a { background-color: #E8A193; }
a { background-color: rgb(232,161,147); }
div.DivClassName
{
background-color: #E8A193;
}
.BgClassName
{
background-color: #E8A193;
}
</style>
border-color css
<style>
span { border-color: #E8A193; }
span { border-color: rgb(232,161,147); }
td.TdClassName
{
border-color: #E8A193;
}
.TagClassName
{
border-color: #E8A193;
}
</style>