Shades of Tonys Pink #E69E80
Tints of Tonys Pink #E69E80
RGB
CMYK
RGB Variations
Color information
#E69E80 (or 0xE69E80) is known color: Tonys Pink. HEX triplet: E6, 9E and 80. RGB value is (230,158,128). Sum of RGB (Red+Green+Blue) = 230+158+128=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69E80 is #19617F. Grayscale: #B0B0B0. Windows color (decimal): -1663360 or 8429286. OLE color: 8429286.
HSL color Cylindrical-coordinate representation of color #E69E80: hue angle of 17.65º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E69E80 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 128 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.10 |
| HSL | 17.65º | 0.67% | 0.7% | - |
| HSV(B) | 17.65º | 0.44% | 0.9% | - |
| XYZ | 48.76 | 42.84 | 26.12 | - |
| YUV | 176.11 | 100.85 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 128 | 0 | 0.31 | 0.44 | 0.10 | 17.65 | 0.67 | 0.7 |
| Hex | E6 | 9E | 80 | 0 | 1F | 2C | A | 12 | 43 | 46 |
| Octal | 346 | 236 | 200 | 0 | 37 | 54 | 12 | 22 | 103 | 106 |
| Binary | 11100110 | 10011110 | 10000000 | 0 | 11111 | 101100 | 1010 | 10010 | 1000011 | 1000110 |
Color Harmonies of #E69E80
Complementary color
Monochromatic Colors of #E69E80
Black with #E69E80
Text Example
Text Example
White with #E69E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69E80; }
p { color: rgb(230,158,128); }
H1.HeaderClassName
{
color: #E69E80;
}
.AnyTagClassName
{
color: #E69E80;
}
</style>
background-color css
<style>
a { background-color: #E69E80; }
a { background-color: rgb(230,158,128); }
div.DivClassName
{
background-color: #E69E80;
}
.BgClassName
{
background-color: #E69E80;
}
</style>
border-color css
<style>
span { border-color: #E69E80; }
span { border-color: rgb(230,158,128); }
td.TdClassName
{
border-color: #E69E80;
}
.TagClassName
{
border-color: #E69E80;
}
</style>