Shades of Tonys Pink #E6AB8F
Tints of Tonys Pink #E6AB8F
RGB
CMYK
RGB Variations
Color information
#E6AB8F (or 0xE6AB8F) is known color: Tonys Pink. HEX triplet: E6, AB and 8F. RGB value is (230,171,143). Sum of RGB (Red+Green+Blue) = 230+171+143=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AB8F is #195470. Grayscale: #B9B9B9. Windows color (decimal): -1660017 or 9415654. OLE color: 9415654.
HSL color Cylindrical-coordinate representation of color #E6AB8F: hue angle of 19.31º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E6AB8F is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 143 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.10 |
| HSL | 19.31º | 0.64% | 0.73% | - |
| HSV(B) | 19.31º | 0.38% | 0.9% | - |
| XYZ | 52.15 | 47.93 | 32.49 | - |
| YUV | 185.45 | 104.05 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 143 | 0 | 0.26 | 0.38 | 0.10 | 19.31 | 0.64 | 0.73 |
| Hex | E6 | AB | 8F | 0 | 1A | 26 | A | 13 | 40 | 49 |
| Octal | 346 | 253 | 217 | 0 | 32 | 46 | 12 | 23 | 100 | 111 |
| Binary | 11100110 | 10101011 | 10001111 | 0 | 11010 | 100110 | 1010 | 10011 | 1000000 | 1001001 |
Color Harmonies of #E6AB8F
Complementary color
Monochromatic Colors of #E6AB8F
Black with #E6AB8F
Text Example
Text Example
White with #E6AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AB8F; }
p { color: rgb(230,171,143); }
H1.HeaderClassName
{
color: #E6AB8F;
}
.AnyTagClassName
{
color: #E6AB8F;
}
</style>
background-color css
<style>
a { background-color: #E6AB8F; }
a { background-color: rgb(230,171,143); }
div.DivClassName
{
background-color: #E6AB8F;
}
.BgClassName
{
background-color: #E6AB8F;
}
</style>
border-color css
<style>
span { border-color: #E6AB8F; }
span { border-color: rgb(230,171,143); }
td.TdClassName
{
border-color: #E6AB8F;
}
.TagClassName
{
border-color: #E6AB8F;
}
</style>