Shades of Tonys Pink #E6A194
Tints of Tonys Pink #E6A194
RGB
CMYK
RGB Variations
Color information
#E6A194 (or 0xE6A194) is known color: Tonys Pink. HEX triplet: E6, A1 and 94. RGB value is (230,161,148). Sum of RGB (Red+Green+Blue) = 230+161+148=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A194 is #195E6B. Grayscale: #B4B4B4. Windows color (decimal): -1662572 or 9740774. OLE color: 9740774.
HSL color Cylindrical-coordinate representation of color #E6A194: hue angle of 9.51º 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 #E6A194 is Cyan = 0, Magento = 0.3, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 161 | 148 | - |
| CMYK | 0 | 0.3 | 0.36 | 0.10 |
| HSL | 9.51º | 0.62% | 0.74% | - |
| HSV(B) | 9.51º | 0.36% | 0.9% | - |
| XYZ | 50.72 | 44.45 | 33.92 | - |
| YUV | 180.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 161 | 148 | 0 | 0.3 | 0.36 | 0.10 | 9.51 | 0.62 | 0.74 |
| Hex | E6 | A1 | 94 | 0 | 1E | 24 | A | A | 3E | 4A |
| Octal | 346 | 241 | 224 | 0 | 36 | 44 | 12 | 12 | 76 | 112 |
| Binary | 11100110 | 10100001 | 10010100 | 0 | 11110 | 100100 | 1010 | 1010 | 111110 | 1001010 |
Color Harmonies of #E6A194
Complementary color
Monochromatic Colors of #E6A194
Black with #E6A194
Text Example
Text Example
White with #E6A194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A194; }
p { color: rgb(230,161,148); }
H1.HeaderClassName
{
color: #E6A194;
}
.AnyTagClassName
{
color: #E6A194;
}
</style>
background-color css
<style>
a { background-color: #E6A194; }
a { background-color: rgb(230,161,148); }
div.DivClassName
{
background-color: #E6A194;
}
.BgClassName
{
background-color: #E6A194;
}
</style>
border-color css
<style>
span { border-color: #E6A194; }
span { border-color: rgb(230,161,148); }
td.TdClassName
{
border-color: #E6A194;
}
.TagClassName
{
border-color: #E6A194;
}
</style>