Shades of Tonys Pink #E4A186
Tints of Tonys Pink #E4A186
RGB
CMYK
RGB Variations
Color information
#E4A186 (or 0xE4A186) is known color: Tonys Pink. HEX triplet: E4, A1 and 86. RGB value is (228,161,134). Sum of RGB (Red+Green+Blue) = 228+161+134=523 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.59% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4A186 is #1B5E79. Grayscale: #B2B2B2. Windows color (decimal): -1793658 or 8823268. OLE color: 8823268.
HSL color Cylindrical-coordinate representation of color #E4A186: hue angle of 17.23º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E4A186 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 161 | 134 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.11 |
| HSL | 17.23º | 0.64% | 0.71% | - |
| HSV(B) | 17.23º | 0.41% | 0.89% | - |
| XYZ | 49.04 | 43.7 | 28.41 | - |
| YUV | 177.96 | 103.2 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 161 | 134 | 0 | 0.29 | 0.41 | 0.11 | 17.23 | 0.64 | 0.71 |
| Hex | E4 | A1 | 86 | 0 | 1D | 29 | B | 11 | 40 | 47 |
| Octal | 344 | 241 | 206 | 0 | 35 | 51 | 13 | 21 | 100 | 107 |
| Binary | 11100100 | 10100001 | 10000110 | 0 | 11101 | 101001 | 1011 | 10001 | 1000000 | 1000111 |
Color Harmonies of #E4A186
Complementary color
Monochromatic Colors of #E4A186
Black with #E4A186
Text Example
Text Example
White with #E4A186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A186; }
p { color: rgb(228,161,134); }
H1.HeaderClassName
{
color: #E4A186;
}
.AnyTagClassName
{
color: #E4A186;
}
</style>
background-color css
<style>
a { background-color: #E4A186; }
a { background-color: rgb(228,161,134); }
div.DivClassName
{
background-color: #E4A186;
}
.BgClassName
{
background-color: #E4A186;
}
</style>
border-color css
<style>
span { border-color: #E4A186; }
span { border-color: rgb(228,161,134); }
td.TdClassName
{
border-color: #E4A186;
}
.TagClassName
{
border-color: #E4A186;
}
</style>