Shades of Tonys Pink #E5A194
Tints of Tonys Pink #E5A194
RGB
CMYK
RGB Variations
Color information
#E5A194 (or 0xE5A194) is known color: Tonys Pink. HEX triplet: E5, A1 and 94. RGB value is (229,161,148). Sum of RGB (Red+Green+Blue) = 229+161+148=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 148 (58.20% from 255 or 27.51% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A194 is #1A5E6B. Grayscale: #B3B3B3. Windows color (decimal): -1728108 or 9740773. OLE color: 9740773.
HSL color Cylindrical-coordinate representation of color #E5A194: hue angle of 9.63º 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 #E5A194 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 161 | 148 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.10 |
| HSL | 9.63º | 0.61% | 0.74% | - |
| HSV(B) | 9.63º | 0.35% | 0.9% | - |
| XYZ | 50.4 | 44.29 | 33.91 | - |
| YUV | 179.85 | 110.03 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 148 | 0 | 0.30 | 0.35 | 0.10 | 9.63 | 0.61 | 0.74 |
| Hex | E5 | A1 | 94 | 0 | 1E | 23 | A | A | 3D | 4A |
| Octal | 345 | 241 | 224 | 0 | 36 | 43 | 12 | 12 | 75 | 112 |
| Binary | 11100101 | 10100001 | 10010100 | 0 | 11110 | 100011 | 1010 | 1010 | 111101 | 1001010 |
Color Harmonies of #E5A194
Complementary color
Monochromatic Colors of #E5A194
Black with #E5A194
Text Example
Text Example
White with #E5A194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A194; }
p { color: rgb(229,161,148); }
H1.HeaderClassName
{
color: #E5A194;
}
.AnyTagClassName
{
color: #E5A194;
}
</style>
background-color css
<style>
a { background-color: #E5A194; }
a { background-color: rgb(229,161,148); }
div.DivClassName
{
background-color: #E5A194;
}
.BgClassName
{
background-color: #E5A194;
}
</style>
border-color css
<style>
span { border-color: #E5A194; }
span { border-color: rgb(229,161,148); }
td.TdClassName
{
border-color: #E5A194;
}
.TagClassName
{
border-color: #E5A194;
}
</style>