Shades of Tonys Pink #E0A891
Tints of Tonys Pink #E0A891
RGB
CMYK
RGB Variations
Color information
#E0A891 (or 0xE0A891) is known color: Tonys Pink. HEX triplet: E0, A8 and 91. RGB value is (224,168,145). Sum of RGB (Red+Green+Blue) = 224+168+145=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 145 (57.03% from 255 or 27.00% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A891 is #1F576E. Grayscale: #B6B6B6. Windows color (decimal): -2053999 or 9545952. OLE color: 9545952.
HSL color Cylindrical-coordinate representation of color #E0A891: hue angle of 17.47º 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 #E0A891 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 168 | 145 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.12 |
| HSL | 17.47º | 0.56% | 0.72% | - |
| HSV(B) | 17.47º | 0.35% | 0.88% | - |
| XYZ | 49.85 | 45.9 | 33.02 | - |
| YUV | 182.12 | 107.05 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 168 | 145 | 0 | 0.25 | 0.35 | 0.12 | 17.47 | 0.56 | 0.72 |
| Hex | E0 | A8 | 91 | 0 | 19 | 23 | C | 11 | 38 | 48 |
| Octal | 340 | 250 | 221 | 0 | 31 | 43 | 14 | 21 | 70 | 110 |
| Binary | 11100000 | 10101000 | 10010001 | 0 | 11001 | 100011 | 1100 | 10001 | 111000 | 1001000 |
Color Harmonies of #E0A891
Complementary color
Monochromatic Colors of #E0A891
Black with #E0A891
Text Example
Text Example
White with #E0A891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A891; }
p { color: rgb(224,168,145); }
H1.HeaderClassName
{
color: #E0A891;
}
.AnyTagClassName
{
color: #E0A891;
}
</style>
background-color css
<style>
a { background-color: #E0A891; }
a { background-color: rgb(224,168,145); }
div.DivClassName
{
background-color: #E0A891;
}
.BgClassName
{
background-color: #E0A891;
}
</style>
border-color css
<style>
span { border-color: #E0A891; }
span { border-color: rgb(224,168,145); }
td.TdClassName
{
border-color: #E0A891;
}
.TagClassName
{
border-color: #E0A891;
}
</style>