Shades of Tonys Pink #E6A98F
Tints of Tonys Pink #E6A98F
RGB
CMYK
RGB Variations
Color information
#E6A98F (or 0xE6A98F) is known color: Tonys Pink. HEX triplet: E6, A9 and 8F. RGB value is (230,169,143). Sum of RGB (Red+Green+Blue) = 230+169+143=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 143 (56.25% from 255 or 26.38% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A98F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A98F is #195670. Grayscale: #B8B8B8. Windows color (decimal): -1660529 or 9415142. OLE color: 9415142.
HSL color Cylindrical-coordinate representation of color #E6A98F: hue angle of 17.93º 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 #E6A98F is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 169 | 143 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.10 |
| HSL | 17.93º | 0.64% | 0.73% | - |
| HSV(B) | 17.93º | 0.38% | 0.9% | - |
| XYZ | 51.78 | 47.18 | 32.36 | - |
| YUV | 184.28 | 104.71 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 169 | 143 | 0 | 0.27 | 0.38 | 0.10 | 17.93 | 0.64 | 0.73 |
| Hex | E6 | A9 | 8F | 0 | 1B | 26 | A | 12 | 40 | 49 |
| Octal | 346 | 251 | 217 | 0 | 33 | 46 | 12 | 22 | 100 | 111 |
| Binary | 11100110 | 10101001 | 10001111 | 0 | 11011 | 100110 | 1010 | 10010 | 1000000 | 1001001 |
Color Harmonies of #E6A98F
Complementary color
Monochromatic Colors of #E6A98F
Black with #E6A98F
Text Example
Text Example
White with #E6A98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A98F; }
p { color: rgb(230,169,143); }
H1.HeaderClassName
{
color: #E6A98F;
}
.AnyTagClassName
{
color: #E6A98F;
}
</style>
background-color css
<style>
a { background-color: #E6A98F; }
a { background-color: rgb(230,169,143); }
div.DivClassName
{
background-color: #E6A98F;
}
.BgClassName
{
background-color: #E6A98F;
}
</style>
border-color css
<style>
span { border-color: #E6A98F; }
span { border-color: rgb(230,169,143); }
td.TdClassName
{
border-color: #E6A98F;
}
.TagClassName
{
border-color: #E6A98F;
}
</style>