Shades of Tonys Pink #E1A891
Tints of Tonys Pink #E1A891
RGB
CMYK
RGB Variations
Color information
#E1A891 (or 0xE1A891) is known color: Tonys Pink. HEX triplet: E1, A8 and 91. RGB value is (225,168,145). Sum of RGB (Red+Green+Blue) = 225+168+145=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 145 (57.03% from 255 or 26.95% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A891 is #1E576E. Grayscale: #B6B6B6. Windows color (decimal): -1988463 or 9545953. OLE color: 9545953.
HSL color Cylindrical-coordinate representation of color #E1A891: hue angle of 17.25º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1A891 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 145 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.12 |
| HSL | 17.25º | 0.57% | 0.73% | - |
| HSV(B) | 17.25º | 0.36% | 0.88% | - |
| XYZ | 50.16 | 46.06 | 33.03 | - |
| YUV | 182.42 | 106.88 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 145 | 0 | 0.25 | 0.36 | 0.12 | 17.25 | 0.57 | 0.73 |
| Hex | E1 | A8 | 91 | 0 | 19 | 24 | C | 11 | 39 | 49 |
| Octal | 341 | 250 | 221 | 0 | 31 | 44 | 14 | 21 | 71 | 111 |
| Binary | 11100001 | 10101000 | 10010001 | 0 | 11001 | 100100 | 1100 | 10001 | 111001 | 1001001 |
Color Harmonies of #E1A891
Complementary color
Monochromatic Colors of #E1A891
Black with #E1A891
Text Example
Text Example
White with #E1A891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A891; }
p { color: rgb(225,168,145); }
H1.HeaderClassName
{
color: #E1A891;
}
.AnyTagClassName
{
color: #E1A891;
}
</style>
background-color css
<style>
a { background-color: #E1A891; }
a { background-color: rgb(225,168,145); }
div.DivClassName
{
background-color: #E1A891;
}
.BgClassName
{
background-color: #E1A891;
}
</style>
border-color css
<style>
span { border-color: #E1A891; }
span { border-color: rgb(225,168,145); }
td.TdClassName
{
border-color: #E1A891;
}
.TagClassName
{
border-color: #E1A891;
}
</style>