Shades of Tonys Pink #E7A194
Tints of Tonys Pink #E7A194
RGB
CMYK
RGB Variations
Color information
#E7A194 (or 0xE7A194) is known color: Tonys Pink. HEX triplet: E7, A1 and 94. RGB value is (231,161,148). Sum of RGB (Red+Green+Blue) = 231+161+148=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A194 is #185E6B. Grayscale: #B4B4B4. Windows color (decimal): -1597036 or 9740775. OLE color: 9740775.
HSL color Cylindrical-coordinate representation of color #E7A194: hue angle of 9.4º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E7A194 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 161 | 148 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.09 |
| HSL | 9.4º | 0.63% | 0.74% | - |
| HSV(B) | 9.4º | 0.36% | 0.91% | - |
| XYZ | 51.05 | 44.62 | 33.94 | - |
| YUV | 180.45 | 109.69 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 161 | 148 | 0 | 0.30 | 0.36 | 0.09 | 9.4 | 0.63 | 0.74 |
| Hex | E7 | A1 | 94 | 0 | 1E | 24 | 9 | 9 | 3F | 4A |
| Octal | 347 | 241 | 224 | 0 | 36 | 44 | 11 | 11 | 77 | 112 |
| Binary | 11100111 | 10100001 | 10010100 | 0 | 11110 | 100100 | 1001 | 1001 | 111111 | 1001010 |
Color Harmonies of #E7A194
Complementary color
Monochromatic Colors of #E7A194
Black with #E7A194
Text Example
Text Example
White with #E7A194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A194; }
p { color: rgb(231,161,148); }
H1.HeaderClassName
{
color: #E7A194;
}
.AnyTagClassName
{
color: #E7A194;
}
</style>
background-color css
<style>
a { background-color: #E7A194; }
a { background-color: rgb(231,161,148); }
div.DivClassName
{
background-color: #E7A194;
}
.BgClassName
{
background-color: #E7A194;
}
</style>
border-color css
<style>
span { border-color: #E7A194; }
span { border-color: rgb(231,161,148); }
td.TdClassName
{
border-color: #E7A194;
}
.TagClassName
{
border-color: #E7A194;
}
</style>