Shades of Tonys Pink #E7A382
Tints of Tonys Pink #E7A382
RGB
CMYK
RGB Variations
Color information
#E7A382 (or 0xE7A382) is known color: Tonys Pink. HEX triplet: E7, A3 and 82. RGB value is (231,163,130). Sum of RGB (Red+Green+Blue) = 231+163+130=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A382 is #185C7D. Grayscale: #B3B3B3. Windows color (decimal): -1596542 or 8561639. OLE color: 8561639.
HSL color Cylindrical-coordinate representation of color #E7A382: hue angle of 19.6º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E7A382 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 163 | 130 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.09 |
| HSL | 19.6º | 0.68% | 0.71% | - |
| HSV(B) | 19.6º | 0.44% | 0.91% | - |
| XYZ | 50.08 | 44.8 | 27.13 | - |
| YUV | 179.57 | 100.03 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 163 | 130 | 0 | 0.29 | 0.44 | 0.09 | 19.6 | 0.68 | 0.71 |
| Hex | E7 | A3 | 82 | 0 | 1D | 2C | 9 | 14 | 44 | 47 |
| Octal | 347 | 243 | 202 | 0 | 35 | 54 | 11 | 24 | 104 | 107 |
| Binary | 11100111 | 10100011 | 10000010 | 0 | 11101 | 101100 | 1001 | 10100 | 1000100 | 1000111 |
Color Harmonies of #E7A382
Complementary color
Monochromatic Colors of #E7A382
Black with #E7A382
Text Example
Text Example
White with #E7A382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A382; }
p { color: rgb(231,163,130); }
H1.HeaderClassName
{
color: #E7A382;
}
.AnyTagClassName
{
color: #E7A382;
}
</style>
background-color css
<style>
a { background-color: #E7A382; }
a { background-color: rgb(231,163,130); }
div.DivClassName
{
background-color: #E7A382;
}
.BgClassName
{
background-color: #E7A382;
}
</style>
border-color css
<style>
span { border-color: #E7A382; }
span { border-color: rgb(231,163,130); }
td.TdClassName
{
border-color: #E7A382;
}
.TagClassName
{
border-color: #E7A382;
}
</style>