Shades of Tonys Pink #E0A691
Tints of Tonys Pink #E0A691
RGB
CMYK
RGB Variations
Color information
#E0A691 (or 0xE0A691) is known color: Tonys Pink. HEX triplet: E0, A6 and 91. RGB value is (224,166,145). Sum of RGB (Red+Green+Blue) = 224+166+145=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 145 (57.03% from 255 or 27.10% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A691 is #1F596E. Grayscale: #B5B5B5. Windows color (decimal): -2054511 or 9545440. OLE color: 9545440.
HSL color Cylindrical-coordinate representation of color #E0A691: hue angle of 15.95º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E0A691 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 166 | 145 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.12 |
| HSL | 15.95º | 0.56% | 0.72% | - |
| HSV(B) | 15.95º | 0.35% | 0.88% | - |
| XYZ | 49.49 | 45.16 | 32.9 | - |
| YUV | 180.95 | 107.72 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 166 | 145 | 0 | 0.26 | 0.35 | 0.12 | 15.95 | 0.56 | 0.72 |
| Hex | E0 | A6 | 91 | 0 | 1A | 23 | C | 10 | 38 | 48 |
| Octal | 340 | 246 | 221 | 0 | 32 | 43 | 14 | 20 | 70 | 110 |
| Binary | 11100000 | 10100110 | 10010001 | 0 | 11010 | 100011 | 1100 | 10000 | 111000 | 1001000 |
Color Harmonies of #E0A691
Complementary color
Monochromatic Colors of #E0A691
Black with #E0A691
Text Example
Text Example
White with #E0A691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A691; }
p { color: rgb(224,166,145); }
H1.HeaderClassName
{
color: #E0A691;
}
.AnyTagClassName
{
color: #E0A691;
}
</style>
background-color css
<style>
a { background-color: #E0A691; }
a { background-color: rgb(224,166,145); }
div.DivClassName
{
background-color: #E0A691;
}
.BgClassName
{
background-color: #E0A691;
}
</style>
border-color css
<style>
span { border-color: #E0A691; }
span { border-color: rgb(224,166,145); }
td.TdClassName
{
border-color: #E0A691;
}
.TagClassName
{
border-color: #E0A691;
}
</style>