Shades of Tonys Pink #E6A493
Tints of Tonys Pink #E6A493
RGB
CMYK
RGB Variations
Color information
#E6A493 (or 0xE6A493) is known color: Tonys Pink. HEX triplet: E6, A4 and 93. RGB value is (230,164,147). Sum of RGB (Red+Green+Blue) = 230+164+147=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 147 (57.81% from 255 or 27.17% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A493 is #195B6C. Grayscale: #B5B5B5. Windows color (decimal): -1661805 or 9676006. OLE color: 9676006.
HSL color Cylindrical-coordinate representation of color #E6A493: hue angle of 12.29º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E6A493 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 164 | 147 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.10 |
| HSL | 12.29º | 0.62% | 0.74% | - |
| HSV(B) | 12.29º | 0.36% | 0.9% | - |
| XYZ | 51.18 | 45.48 | 33.69 | - |
| YUV | 181.8 | 108.37 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 164 | 147 | 0 | 0.29 | 0.36 | 0.10 | 12.29 | 0.62 | 0.74 |
| Hex | E6 | A4 | 93 | 0 | 1D | 24 | A | C | 3E | 4A |
| Octal | 346 | 244 | 223 | 0 | 35 | 44 | 12 | 14 | 76 | 112 |
| Binary | 11100110 | 10100100 | 10010011 | 0 | 11101 | 100100 | 1010 | 1100 | 111110 | 1001010 |
Color Harmonies of #E6A493
Complementary color
Monochromatic Colors of #E6A493
Black with #E6A493
Text Example
Text Example
White with #E6A493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A493; }
p { color: rgb(230,164,147); }
H1.HeaderClassName
{
color: #E6A493;
}
.AnyTagClassName
{
color: #E6A493;
}
</style>
background-color css
<style>
a { background-color: #E6A493; }
a { background-color: rgb(230,164,147); }
div.DivClassName
{
background-color: #E6A493;
}
.BgClassName
{
background-color: #E6A493;
}
</style>
border-color css
<style>
span { border-color: #E6A493; }
span { border-color: rgb(230,164,147); }
td.TdClassName
{
border-color: #E6A493;
}
.TagClassName
{
border-color: #E6A493;
}
</style>