Shades of Tonys Pink #E69486
Tints of Tonys Pink #E69486
RGB
CMYK
RGB Variations
Color information
#E69486 (or 0xE69486) is known color: Tonys Pink. HEX triplet: E6, 94 and 86. RGB value is (230,148,134). Sum of RGB (Red+Green+Blue) = 230+148+134=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E69486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69486 is #196B79. Grayscale: #ABABAB. Windows color (decimal): -1665914 or 8819942. OLE color: 8819942.
HSL color Cylindrical-coordinate representation of color #E69486: hue angle of 8.75º 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 #E69486 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 148 | 134 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.10 |
| HSL | 8.75º | 0.66% | 0.71% | - |
| HSV(B) | 8.75º | 0.42% | 0.9% | - |
| XYZ | 47.53 | 39.72 | 27.72 | - |
| YUV | 170.92 | 107.17 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 148 | 134 | 0 | 0.36 | 0.42 | 0.10 | 8.75 | 0.66 | 0.71 |
| Hex | E6 | 94 | 86 | 0 | 24 | 2A | A | 9 | 42 | 47 |
| Octal | 346 | 224 | 206 | 0 | 44 | 52 | 12 | 11 | 102 | 107 |
| Binary | 11100110 | 10010100 | 10000110 | 0 | 100100 | 101010 | 1010 | 1001 | 1000010 | 1000111 |
Color Harmonies of #E69486
Complementary color
Monochromatic Colors of #E69486
Black with #E69486
Text Example
Text Example
White with #E69486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69486; }
p { color: rgb(230,148,134); }
H1.HeaderClassName
{
color: #E69486;
}
.AnyTagClassName
{
color: #E69486;
}
</style>
background-color css
<style>
a { background-color: #E69486; }
a { background-color: rgb(230,148,134); }
div.DivClassName
{
background-color: #E69486;
}
.BgClassName
{
background-color: #E69486;
}
</style>
border-color css
<style>
span { border-color: #E69486; }
span { border-color: rgb(230,148,134); }
td.TdClassName
{
border-color: #E69486;
}
.TagClassName
{
border-color: #E69486;
}
</style>