Shades of Tonys Pink #E4A494
Tints of Tonys Pink #E4A494
RGB
CMYK
RGB Variations
Color information
#E4A494 (or 0xE4A494) is known color: Tonys Pink. HEX triplet: E4, A4 and 94. RGB value is (228,164,148). Sum of RGB (Red+Green+Blue) = 228+164+148=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4A494 is #1B5B6B. Grayscale: #B5B5B5. Windows color (decimal): -1792876 or 9741540. OLE color: 9741540.
HSL color Cylindrical-coordinate representation of color #E4A494: hue angle of 12º 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 #E4A494 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 164 | 148 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.11 |
| HSL | 12º | 0.6% | 0.74% | - |
| HSV(B) | 12º | 0.35% | 0.89% | - |
| XYZ | 50.62 | 45.18 | 34.07 | - |
| YUV | 181.31 | 109.2 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 164 | 148 | 0 | 0.28 | 0.35 | 0.11 | 12 | 0.6 | 0.74 |
| Hex | E4 | A4 | 94 | 0 | 1C | 23 | B | C | 3C | 4A |
| Octal | 344 | 244 | 224 | 0 | 34 | 43 | 13 | 14 | 74 | 112 |
| Binary | 11100100 | 10100100 | 10010100 | 0 | 11100 | 100011 | 1011 | 1100 | 111100 | 1001010 |
Color Harmonies of #E4A494
Complementary color
Monochromatic Colors of #E4A494
Black with #E4A494
Text Example
Text Example
White with #E4A494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A494; }
p { color: rgb(228,164,148); }
H1.HeaderClassName
{
color: #E4A494;
}
.AnyTagClassName
{
color: #E4A494;
}
</style>
background-color css
<style>
a { background-color: #E4A494; }
a { background-color: rgb(228,164,148); }
div.DivClassName
{
background-color: #E4A494;
}
.BgClassName
{
background-color: #E4A494;
}
</style>
border-color css
<style>
span { border-color: #E4A494; }
span { border-color: rgb(228,164,148); }
td.TdClassName
{
border-color: #E4A494;
}
.TagClassName
{
border-color: #E4A494;
}
</style>