Shades of Tonys Pink #E4A994
Tints of Tonys Pink #E4A994
RGB
CMYK
RGB Variations
Color information
#E4A994 (or 0xE4A994) is known color: Tonys Pink. HEX triplet: E4, A9 and 94. RGB value is (228,169,148). Sum of RGB (Red+Green+Blue) = 228+169+148=545 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.83% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4A994 is #1B566B. Grayscale: #B8B8B8. Windows color (decimal): -1791596 or 9742820. OLE color: 9742820.
HSL color Cylindrical-coordinate representation of color #E4A994: hue angle of 15.75º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E4A994 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 169 | 148 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.11 |
| HSL | 15.75º | 0.6% | 0.74% | - |
| HSV(B) | 15.75º | 0.35% | 0.89% | - |
| XYZ | 51.53 | 47.01 | 34.37 | - |
| YUV | 184.25 | 107.55 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 169 | 148 | 0 | 0.26 | 0.35 | 0.11 | 15.75 | 0.6 | 0.74 |
| Hex | E4 | A9 | 94 | 0 | 1A | 23 | B | 10 | 3C | 4A |
| Octal | 344 | 251 | 224 | 0 | 32 | 43 | 13 | 20 | 74 | 112 |
| Binary | 11100100 | 10101001 | 10010100 | 0 | 11010 | 100011 | 1011 | 10000 | 111100 | 1001010 |
Color Harmonies of #E4A994
Complementary color
Monochromatic Colors of #E4A994
Black with #E4A994
Text Example
Text Example
White with #E4A994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A994; }
p { color: rgb(228,169,148); }
H1.HeaderClassName
{
color: #E4A994;
}
.AnyTagClassName
{
color: #E4A994;
}
</style>
background-color css
<style>
a { background-color: #E4A994; }
a { background-color: rgb(228,169,148); }
div.DivClassName
{
background-color: #E4A994;
}
.BgClassName
{
background-color: #E4A994;
}
</style>
border-color css
<style>
span { border-color: #E4A994; }
span { border-color: rgb(228,169,148); }
td.TdClassName
{
border-color: #E4A994;
}
.TagClassName
{
border-color: #E4A994;
}
</style>