Shades of Tonys Pink #E69C8F
Tints of Tonys Pink #E69C8F
RGB
CMYK
RGB Variations
Color information
#E69C8F (or 0xE69C8F) is known color: Tonys Pink. HEX triplet: E6, 9C and 8F. RGB value is (230,156,143). Sum of RGB (Red+Green+Blue) = 230+156+143=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69C8F is #196370. Grayscale: #B0B0B0. Windows color (decimal): -1663857 or 9411814. OLE color: 9411814.
HSL color Cylindrical-coordinate representation of color #E69C8F: hue angle of 8.97º 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 #E69C8F is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 156 | 143 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.10 |
| HSL | 8.97º | 0.64% | 0.73% | - |
| HSV(B) | 8.97º | 0.38% | 0.9% | - |
| XYZ | 49.48 | 42.58 | 31.6 | - |
| YUV | 176.64 | 109.02 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 156 | 143 | 0 | 0.32 | 0.38 | 0.10 | 8.97 | 0.64 | 0.73 |
| Hex | E6 | 9C | 8F | 0 | 20 | 26 | A | 9 | 40 | 49 |
| Octal | 346 | 234 | 217 | 0 | 40 | 46 | 12 | 11 | 100 | 111 |
| Binary | 11100110 | 10011100 | 10001111 | 0 | 100000 | 100110 | 1010 | 1001 | 1000000 | 1001001 |
Color Harmonies of #E69C8F
Complementary color
Monochromatic Colors of #E69C8F
Black with #E69C8F
Text Example
Text Example
White with #E69C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69C8F; }
p { color: rgb(230,156,143); }
H1.HeaderClassName
{
color: #E69C8F;
}
.AnyTagClassName
{
color: #E69C8F;
}
</style>
background-color css
<style>
a { background-color: #E69C8F; }
a { background-color: rgb(230,156,143); }
div.DivClassName
{
background-color: #E69C8F;
}
.BgClassName
{
background-color: #E69C8F;
}
</style>
border-color css
<style>
span { border-color: #E69C8F; }
span { border-color: rgb(230,156,143); }
td.TdClassName
{
border-color: #E69C8F;
}
.TagClassName
{
border-color: #E69C8F;
}
</style>