Shades of Tonys Pink #E69E8F
Tints of Tonys Pink #E69E8F
RGB
CMYK
RGB Variations
Color information
#E69E8F (or 0xE69E8F) is known color: Tonys Pink. HEX triplet: E6, 9E and 8F. RGB value is (230,158,143). Sum of RGB (Red+Green+Blue) = 230+158+143=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69E8F is #196170. Grayscale: #B1B1B1. Windows color (decimal): -1663345 or 9412326. OLE color: 9412326.
HSL color Cylindrical-coordinate representation of color #E69E8F: hue angle of 10.34º 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 #E69E8F is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 143 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.10 |
| HSL | 10.34º | 0.64% | 0.73% | - |
| HSV(B) | 10.34º | 0.38% | 0.9% | - |
| XYZ | 49.82 | 43.26 | 31.71 | - |
| YUV | 177.82 | 108.35 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 143 | 0 | 0.31 | 0.38 | 0.10 | 10.34 | 0.64 | 0.73 |
| Hex | E6 | 9E | 8F | 0 | 1F | 26 | A | A | 40 | 49 |
| Octal | 346 | 236 | 217 | 0 | 37 | 46 | 12 | 12 | 100 | 111 |
| Binary | 11100110 | 10011110 | 10001111 | 0 | 11111 | 100110 | 1010 | 1010 | 1000000 | 1001001 |
Color Harmonies of #E69E8F
Complementary color
Monochromatic Colors of #E69E8F
Black with #E69E8F
Text Example
Text Example
White with #E69E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69E8F; }
p { color: rgb(230,158,143); }
H1.HeaderClassName
{
color: #E69E8F;
}
.AnyTagClassName
{
color: #E69E8F;
}
</style>
background-color css
<style>
a { background-color: #E69E8F; }
a { background-color: rgb(230,158,143); }
div.DivClassName
{
background-color: #E69E8F;
}
.BgClassName
{
background-color: #E69E8F;
}
</style>
border-color css
<style>
span { border-color: #E69E8F; }
span { border-color: rgb(230,158,143); }
td.TdClassName
{
border-color: #E69E8F;
}
.TagClassName
{
border-color: #E69E8F;
}
</style>