Shades of Tonys Pink #E5A394
Tints of Tonys Pink #E5A394
RGB
CMYK
RGB Variations
Color information
#E5A394 (or 0xE5A394) is known color: Tonys Pink. HEX triplet: E5, A3 and 94. RGB value is (229,163,148). Sum of RGB (Red+Green+Blue) = 229+163+148=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A394 is #1A5C6B. Grayscale: #B5B5B5. Windows color (decimal): -1727596 or 9741285. OLE color: 9741285.
HSL color Cylindrical-coordinate representation of color #E5A394: hue angle of 11.11º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5A394 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 163 | 148 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.10 |
| HSL | 11.11º | 0.61% | 0.74% | - |
| HSV(B) | 11.11º | 0.35% | 0.9% | - |
| XYZ | 50.76 | 44.99 | 34.03 | - |
| YUV | 181.02 | 109.37 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 163 | 148 | 0 | 0.29 | 0.35 | 0.10 | 11.11 | 0.61 | 0.74 |
| Hex | E5 | A3 | 94 | 0 | 1D | 23 | A | B | 3D | 4A |
| Octal | 345 | 243 | 224 | 0 | 35 | 43 | 12 | 13 | 75 | 112 |
| Binary | 11100101 | 10100011 | 10010100 | 0 | 11101 | 100011 | 1010 | 1011 | 111101 | 1001010 |
Color Harmonies of #E5A394
Complementary color
Monochromatic Colors of #E5A394
Black with #E5A394
Text Example
Text Example
White with #E5A394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A394; }
p { color: rgb(229,163,148); }
H1.HeaderClassName
{
color: #E5A394;
}
.AnyTagClassName
{
color: #E5A394;
}
</style>
background-color css
<style>
a { background-color: #E5A394; }
a { background-color: rgb(229,163,148); }
div.DivClassName
{
background-color: #E5A394;
}
.BgClassName
{
background-color: #E5A394;
}
</style>
border-color css
<style>
span { border-color: #E5A394; }
span { border-color: rgb(229,163,148); }
td.TdClassName
{
border-color: #E5A394;
}
.TagClassName
{
border-color: #E5A394;
}
</style>