Shades of Tonys Pink #E6A894
Tints of Tonys Pink #E6A894
RGB
CMYK
RGB Variations
Color information
#E6A894 (or 0xE6A894) is known color: Tonys Pink. HEX triplet: E6, A8 and 94. RGB value is (230,168,148). Sum of RGB (Red+Green+Blue) = 230+168+148=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A894 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A894 is #19576B. Grayscale: #B8B8B8. Windows color (decimal): -1660780 or 9742566. OLE color: 9742566.
HSL color Cylindrical-coordinate representation of color #E6A894: hue angle of 14.63º 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 #E6A894 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 168 | 148 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.10 |
| HSL | 14.63º | 0.62% | 0.74% | - |
| HSV(B) | 14.63º | 0.36% | 0.9% | - |
| XYZ | 51.98 | 46.97 | 34.34 | - |
| YUV | 184.26 | 107.54 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 168 | 148 | 0 | 0.27 | 0.36 | 0.10 | 14.63 | 0.62 | 0.74 |
| Hex | E6 | A8 | 94 | 0 | 1B | 24 | A | F | 3E | 4A |
| Octal | 346 | 250 | 224 | 0 | 33 | 44 | 12 | 17 | 76 | 112 |
| Binary | 11100110 | 10101000 | 10010100 | 0 | 11011 | 100100 | 1010 | 1111 | 111110 | 1001010 |
Color Harmonies of #E6A894
Complementary color
Monochromatic Colors of #E6A894
Black with #E6A894
Text Example
Text Example
White with #E6A894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A894; }
p { color: rgb(230,168,148); }
H1.HeaderClassName
{
color: #E6A894;
}
.AnyTagClassName
{
color: #E6A894;
}
</style>
background-color css
<style>
a { background-color: #E6A894; }
a { background-color: rgb(230,168,148); }
div.DivClassName
{
background-color: #E6A894;
}
.BgClassName
{
background-color: #E6A894;
}
</style>
border-color css
<style>
span { border-color: #E6A894; }
span { border-color: rgb(230,168,148); }
td.TdClassName
{
border-color: #E6A894;
}
.TagClassName
{
border-color: #E6A894;
}
</style>