Shades of Tonys Pink #E3A694
Tints of Tonys Pink #E3A694
RGB
CMYK
RGB Variations
Color information
#E3A694 (or 0xE3A694) is known color: Tonys Pink. HEX triplet: E3, A6 and 94. RGB value is (227,166,148). Sum of RGB (Red+Green+Blue) = 227+166+148=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A694 is #1C596B. Grayscale: #B6B6B6. Windows color (decimal): -1857900 or 9742051. OLE color: 9742051.
HSL color Cylindrical-coordinate representation of color #E3A694: hue angle of 13.67º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E3A694 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 166 | 148 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.11 |
| HSL | 13.67º | 0.59% | 0.74% | - |
| HSV(B) | 13.67º | 0.35% | 0.89% | - |
| XYZ | 50.66 | 45.74 | 34.18 | - |
| YUV | 182.19 | 108.71 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 166 | 148 | 0 | 0.27 | 0.35 | 0.11 | 13.67 | 0.59 | 0.74 |
| Hex | E3 | A6 | 94 | 0 | 1B | 23 | B | E | 3B | 4A |
| Octal | 343 | 246 | 224 | 0 | 33 | 43 | 13 | 16 | 73 | 112 |
| Binary | 11100011 | 10100110 | 10010100 | 0 | 11011 | 100011 | 1011 | 1110 | 111011 | 1001010 |
Color Harmonies of #E3A694
Complementary color
Monochromatic Colors of #E3A694
Black with #E3A694
Text Example
Text Example
White with #E3A694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A694; }
p { color: rgb(227,166,148); }
H1.HeaderClassName
{
color: #E3A694;
}
.AnyTagClassName
{
color: #E3A694;
}
</style>
background-color css
<style>
a { background-color: #E3A694; }
a { background-color: rgb(227,166,148); }
div.DivClassName
{
background-color: #E3A694;
}
.BgClassName
{
background-color: #E3A694;
}
</style>
border-color css
<style>
span { border-color: #E3A694; }
span { border-color: rgb(227,166,148); }
td.TdClassName
{
border-color: #E3A694;
}
.TagClassName
{
border-color: #E3A694;
}
</style>