Shades of Tonys Pink #E89F95
Tints of Tonys Pink #E89F95
RGB
CMYK
RGB Variations
Color information
#E89F95 (or 0xE89F95) is known color: Tonys Pink. HEX triplet: E8, 9F and 95. RGB value is (232,159,149). Sum of RGB (Red+Green+Blue) = 232+159+149=540 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.96% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 232 - color contains mainly: red. Hex color #E89F95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89F95 is #17606A. Grayscale: #B3B3B3. Windows color (decimal): -1532011 or 9805800. OLE color: 9805800.
HSL color Cylindrical-coordinate representation of color #E89F95: hue angle of 7.23º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E89F95 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 159 | 149 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.09 |
| HSL | 7.23º | 0.64% | 0.75% | - |
| HSV(B) | 7.23º | 0.36% | 0.91% | - |
| XYZ | 51.1 | 44.12 | 34.26 | - |
| YUV | 179.69 | 110.68 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 159 | 149 | 0 | 0.31 | 0.36 | 0.09 | 7.23 | 0.64 | 0.75 |
| Hex | E8 | 9F | 95 | 0 | 1F | 24 | 9 | 7 | 40 | 4B |
| Octal | 350 | 237 | 225 | 0 | 37 | 44 | 11 | 7 | 100 | 113 |
| Binary | 11101000 | 10011111 | 10010101 | 0 | 11111 | 100100 | 1001 | 111 | 1000000 | 1001011 |
Color Harmonies of #E89F95
Complementary color
Monochromatic Colors of #E89F95
Black with #E89F95
Text Example
Text Example
White with #E89F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89F95; }
p { color: rgb(232,159,149); }
H1.HeaderClassName
{
color: #E89F95;
}
.AnyTagClassName
{
color: #E89F95;
}
</style>
background-color css
<style>
a { background-color: #E89F95; }
a { background-color: rgb(232,159,149); }
div.DivClassName
{
background-color: #E89F95;
}
.BgClassName
{
background-color: #E89F95;
}
</style>
border-color css
<style>
span { border-color: #E89F95; }
span { border-color: rgb(232,159,149); }
td.TdClassName
{
border-color: #E89F95;
}
.TagClassName
{
border-color: #E89F95;
}
</style>