Shades of Tonys Pink #E69D8E
Tints of Tonys Pink #E69D8E
RGB
CMYK
RGB Variations
Color information
#E69D8E (or 0xE69D8E) is known color: Tonys Pink. HEX triplet: E6, 9D and 8E. RGB value is (230,157,142). Sum of RGB (Red+Green+Blue) = 230+157+142=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69D8E is #196271. Grayscale: #B1B1B1. Windows color (decimal): -1663602 or 9346534. OLE color: 9346534.
HSL color Cylindrical-coordinate representation of color #E69D8E: hue angle of 10.23º 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 #E69D8E is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 142 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.10 |
| HSL | 10.23º | 0.64% | 0.73% | - |
| HSV(B) | 10.23º | 0.38% | 0.9% | - |
| XYZ | 49.57 | 42.89 | 31.26 | - |
| YUV | 177.12 | 108.18 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 142 | 0 | 0.32 | 0.38 | 0.10 | 10.23 | 0.64 | 0.73 |
| Hex | E6 | 9D | 8E | 0 | 20 | 26 | A | A | 40 | 49 |
| Octal | 346 | 235 | 216 | 0 | 40 | 46 | 12 | 12 | 100 | 111 |
| Binary | 11100110 | 10011101 | 10001110 | 0 | 100000 | 100110 | 1010 | 1010 | 1000000 | 1001001 |
Color Harmonies of #E69D8E
Complementary color
Monochromatic Colors of #E69D8E
Black with #E69D8E
Text Example
Text Example
White with #E69D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69D8E; }
p { color: rgb(230,157,142); }
H1.HeaderClassName
{
color: #E69D8E;
}
.AnyTagClassName
{
color: #E69D8E;
}
</style>
background-color css
<style>
a { background-color: #E69D8E; }
a { background-color: rgb(230,157,142); }
div.DivClassName
{
background-color: #E69D8E;
}
.BgClassName
{
background-color: #E69D8E;
}
</style>
border-color css
<style>
span { border-color: #E69D8E; }
span { border-color: rgb(230,157,142); }
td.TdClassName
{
border-color: #E69D8E;
}
.TagClassName
{
border-color: #E69D8E;
}
</style>