Shades of Tonys Pink #E69E81
Tints of Tonys Pink #E69E81
RGB
CMYK
RGB Variations
Color information
#E69E81 (or 0xE69E81) is known color: Tonys Pink. HEX triplet: E6, 9E and 81. RGB value is (230,158,129). Sum of RGB (Red+Green+Blue) = 230+158+129=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69E81 is #19617E. Grayscale: #B0B0B0. Windows color (decimal): -1663359 or 8494822. OLE color: 8494822.
HSL color Cylindrical-coordinate representation of color #E69E81: hue angle of 17.23º 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 #E69E81 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 129 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.10 |
| HSL | 17.23º | 0.67% | 0.7% | - |
| HSV(B) | 17.23º | 0.44% | 0.9% | - |
| XYZ | 48.82 | 42.86 | 26.47 | - |
| YUV | 176.22 | 101.35 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 129 | 0 | 0.31 | 0.44 | 0.10 | 17.23 | 0.67 | 0.7 |
| Hex | E6 | 9E | 81 | 0 | 1F | 2C | A | 11 | 43 | 46 |
| Octal | 346 | 236 | 201 | 0 | 37 | 54 | 12 | 21 | 103 | 106 |
| Binary | 11100110 | 10011110 | 10000001 | 0 | 11111 | 101100 | 1010 | 10001 | 1000011 | 1000110 |
Color Harmonies of #E69E81
Complementary color
Monochromatic Colors of #E69E81
Black with #E69E81
Text Example
Text Example
White with #E69E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69E81; }
p { color: rgb(230,158,129); }
H1.HeaderClassName
{
color: #E69E81;
}
.AnyTagClassName
{
color: #E69E81;
}
</style>
background-color css
<style>
a { background-color: #E69E81; }
a { background-color: rgb(230,158,129); }
div.DivClassName
{
background-color: #E69E81;
}
.BgClassName
{
background-color: #E69E81;
}
</style>
border-color css
<style>
span { border-color: #E69E81; }
span { border-color: rgb(230,158,129); }
td.TdClassName
{
border-color: #E69E81;
}
.TagClassName
{
border-color: #E69E81;
}
</style>