Shades of Tonys Pink #E19A81
Tints of Tonys Pink #E19A81
RGB
CMYK
RGB Variations
Color information
#E19A81 (or 0xE19A81) is known color: Tonys Pink. HEX triplet: E1, 9A and 81. RGB value is (225,154,129). Sum of RGB (Red+Green+Blue) = 225+154+129=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19A81 is #1E657E. Grayscale: #ACACAC. Windows color (decimal): -1992063 or 8493793. OLE color: 8493793.
HSL color Cylindrical-coordinate representation of color #E19A81: hue angle of 15.62º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E19A81 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 129 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.12 |
| HSL | 15.63º | 0.62% | 0.69% | - |
| HSV(B) | 15.63º | 0.43% | 0.88% | - |
| XYZ | 46.57 | 40.7 | 26.17 | - |
| YUV | 172.38 | 103.52 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 129 | 0 | 0.32 | 0.43 | 0.12 | 15.63 | 0.62 | 0.69 |
| Hex | E1 | 9A | 81 | 0 | 20 | 2B | C | 10 | 3E | 45 |
| Octal | 341 | 232 | 201 | 0 | 40 | 53 | 14 | 20 | 76 | 105 |
| Binary | 11100001 | 10011010 | 10000001 | 0 | 100000 | 101011 | 1100 | 10000 | 111110 | 1000101 |
Color Harmonies of #E19A81
Complementary color
Monochromatic Colors of #E19A81
Black with #E19A81
Text Example
Text Example
White with #E19A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19A81; }
p { color: rgb(225,154,129); }
H1.HeaderClassName
{
color: #E19A81;
}
.AnyTagClassName
{
color: #E19A81;
}
</style>
background-color css
<style>
a { background-color: #E19A81; }
a { background-color: rgb(225,154,129); }
div.DivClassName
{
background-color: #E19A81;
}
.BgClassName
{
background-color: #E19A81;
}
</style>
border-color css
<style>
span { border-color: #E19A81; }
span { border-color: rgb(225,154,129); }
td.TdClassName
{
border-color: #E19A81;
}
.TagClassName
{
border-color: #E19A81;
}
</style>