Shades of Tonys Pink #E7A488
Tints of Tonys Pink #E7A488
RGB
CMYK
RGB Variations
Color information
#E7A488 (or 0xE7A488) is known color: Tonys Pink. HEX triplet: E7, A4 and 88. RGB value is (231,164,136). Sum of RGB (Red+Green+Blue) = 231+164+136=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 136 (53.52% from 255 or 25.61% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A488 is #185B77. Grayscale: #B5B5B5. Windows color (decimal): -1596280 or 8955111. OLE color: 8955111.
HSL color Cylindrical-coordinate representation of color #E7A488: hue angle of 17.68º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E7A488 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 164 | 136 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.09 |
| HSL | 17.68º | 0.66% | 0.72% | - |
| HSV(B) | 17.68º | 0.41% | 0.91% | - |
| XYZ | 50.67 | 45.32 | 29.37 | - |
| YUV | 180.84 | 102.7 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 164 | 136 | 0 | 0.29 | 0.41 | 0.09 | 17.68 | 0.66 | 0.72 |
| Hex | E7 | A4 | 88 | 0 | 1D | 29 | 9 | 12 | 42 | 48 |
| Octal | 347 | 244 | 210 | 0 | 35 | 51 | 11 | 22 | 102 | 110 |
| Binary | 11100111 | 10100100 | 10001000 | 0 | 11101 | 101001 | 1001 | 10010 | 1000010 | 1001000 |
Color Harmonies of #E7A488
Complementary color
Monochromatic Colors of #E7A488
Black with #E7A488
Text Example
Text Example
White with #E7A488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A488; }
p { color: rgb(231,164,136); }
H1.HeaderClassName
{
color: #E7A488;
}
.AnyTagClassName
{
color: #E7A488;
}
</style>
background-color css
<style>
a { background-color: #E7A488; }
a { background-color: rgb(231,164,136); }
div.DivClassName
{
background-color: #E7A488;
}
.BgClassName
{
background-color: #E7A488;
}
</style>
border-color css
<style>
span { border-color: #E7A488; }
span { border-color: rgb(231,164,136); }
td.TdClassName
{
border-color: #E7A488;
}
.TagClassName
{
border-color: #E7A488;
}
</style>