Shades of Tonys Pink #E69E85
Tints of Tonys Pink #E69E85
RGB
CMYK
RGB Variations
Color information
#E69E85 (or 0xE69E85) is known color: Tonys Pink. HEX triplet: E6, 9E and 85. RGB value is (230,158,133). Sum of RGB (Red+Green+Blue) = 230+158+133=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69E85 is #19617A. Grayscale: #B0B0B0. Windows color (decimal): -1663355 or 8756966. OLE color: 8756966.
HSL color Cylindrical-coordinate representation of color #E69E85: hue angle of 15.46º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E69E85 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 133 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.10 |
| HSL | 15.46º | 0.66% | 0.71% | - |
| HSV(B) | 15.46º | 0.42% | 0.9% | - |
| XYZ | 49.09 | 42.97 | 27.9 | - |
| YUV | 176.68 | 103.35 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 133 | 0 | 0.31 | 0.42 | 0.10 | 15.46 | 0.66 | 0.71 |
| Hex | E6 | 9E | 85 | 0 | 1F | 2A | A | F | 42 | 47 |
| Octal | 346 | 236 | 205 | 0 | 37 | 52 | 12 | 17 | 102 | 107 |
| Binary | 11100110 | 10011110 | 10000101 | 0 | 11111 | 101010 | 1010 | 1111 | 1000010 | 1000111 |
Color Harmonies of #E69E85
Complementary color
Monochromatic Colors of #E69E85
Black with #E69E85
Text Example
Text Example
White with #E69E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69E85; }
p { color: rgb(230,158,133); }
H1.HeaderClassName
{
color: #E69E85;
}
.AnyTagClassName
{
color: #E69E85;
}
</style>
background-color css
<style>
a { background-color: #E69E85; }
a { background-color: rgb(230,158,133); }
div.DivClassName
{
background-color: #E69E85;
}
.BgClassName
{
background-color: #E69E85;
}
</style>
border-color css
<style>
span { border-color: #E69E85; }
span { border-color: rgb(230,158,133); }
td.TdClassName
{
border-color: #E69E85;
}
.TagClassName
{
border-color: #E69E85;
}
</style>