Shades of Tonys Pink #E6A488
Tints of Tonys Pink #E6A488
RGB
CMYK
RGB Variations
Color information
#E6A488 (or 0xE6A488) is known color: Tonys Pink. HEX triplet: E6, A4 and 88. RGB value is (230,164,136). Sum of RGB (Red+Green+Blue) = 230+164+136=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A488 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A488 is #195B77. Grayscale: #B4B4B4. Windows color (decimal): -1661816 or 8955110. OLE color: 8955110.
HSL color Cylindrical-coordinate representation of color #E6A488: hue angle of 17.87º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E6A488 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 164 | 136 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.10 |
| HSL | 17.87º | 0.65% | 0.72% | - |
| HSV(B) | 17.87º | 0.41% | 0.9% | - |
| XYZ | 50.35 | 45.15 | 29.35 | - |
| YUV | 180.54 | 102.87 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 164 | 136 | 0 | 0.29 | 0.41 | 0.10 | 17.87 | 0.65 | 0.72 |
| Hex | E6 | A4 | 88 | 0 | 1D | 29 | A | 12 | 41 | 48 |
| Octal | 346 | 244 | 210 | 0 | 35 | 51 | 12 | 22 | 101 | 110 |
| Binary | 11100110 | 10100100 | 10001000 | 0 | 11101 | 101001 | 1010 | 10010 | 1000001 | 1001000 |
Color Harmonies of #E6A488
Complementary color
Monochromatic Colors of #E6A488
Black with #E6A488
Text Example
Text Example
White with #E6A488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A488; }
p { color: rgb(230,164,136); }
H1.HeaderClassName
{
color: #E6A488;
}
.AnyTagClassName
{
color: #E6A488;
}
</style>
background-color css
<style>
a { background-color: #E6A488; }
a { background-color: rgb(230,164,136); }
div.DivClassName
{
background-color: #E6A488;
}
.BgClassName
{
background-color: #E6A488;
}
</style>
border-color css
<style>
span { border-color: #E6A488; }
span { border-color: rgb(230,164,136); }
td.TdClassName
{
border-color: #E6A488;
}
.TagClassName
{
border-color: #E6A488;
}
</style>