Shades of Tonys Pink #E69E84
Tints of Tonys Pink #E69E84
RGB
CMYK
RGB Variations
Color information
#E69E84 (or 0xE69E84) is known color: Tonys Pink. HEX triplet: E6, 9E and 84. RGB value is (230,158,132). Sum of RGB (Red+Green+Blue) = 230+158+132=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69E84 is #19617B. Grayscale: #B0B0B0. Windows color (decimal): -1663356 or 8691430. OLE color: 8691430.
HSL color Cylindrical-coordinate representation of color #E69E84: hue angle of 15.92º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E69E84 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 132 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.10 |
| HSL | 15.92º | 0.66% | 0.71% | - |
| HSV(B) | 15.92º | 0.43% | 0.9% | - |
| XYZ | 49.02 | 42.94 | 27.53 | - |
| YUV | 176.56 | 102.85 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 132 | 0 | 0.31 | 0.43 | 0.10 | 15.92 | 0.66 | 0.71 |
| Hex | E6 | 9E | 84 | 0 | 1F | 2B | A | 10 | 42 | 47 |
| Octal | 346 | 236 | 204 | 0 | 37 | 53 | 12 | 20 | 102 | 107 |
| Binary | 11100110 | 10011110 | 10000100 | 0 | 11111 | 101011 | 1010 | 10000 | 1000010 | 1000111 |
Color Harmonies of #E69E84
Complementary color
Monochromatic Colors of #E69E84
Black with #E69E84
Text Example
Text Example
White with #E69E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69E84; }
p { color: rgb(230,158,132); }
H1.HeaderClassName
{
color: #E69E84;
}
.AnyTagClassName
{
color: #E69E84;
}
</style>
background-color css
<style>
a { background-color: #E69E84; }
a { background-color: rgb(230,158,132); }
div.DivClassName
{
background-color: #E69E84;
}
.BgClassName
{
background-color: #E69E84;
}
</style>
border-color css
<style>
span { border-color: #E69E84; }
span { border-color: rgb(230,158,132); }
td.TdClassName
{
border-color: #E69E84;
}
.TagClassName
{
border-color: #E69E84;
}
</style>