Shades of Tonys Pink #E99A8E
Tints of Tonys Pink #E99A8E
RGB
CMYK
RGB Variations
Color information
#E99A8E (or 0xE99A8E) is known color: Tonys Pink. HEX triplet: E9, 9A and 8E. RGB value is (233,154,142). Sum of RGB (Red+Green+Blue) = 233+154+142=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E99A8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99A8E is #166571. Grayscale: #B0B0B0. Windows color (decimal): -1467762 or 9345769. OLE color: 9345769.
HSL color Cylindrical-coordinate representation of color #E99A8E: hue angle of 7.91º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E99A8E is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 154 | 142 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.09 |
| HSL | 7.91º | 0.67% | 0.74% | - |
| HSV(B) | 7.91º | 0.39% | 0.91% | - |
| XYZ | 50.04 | 42.39 | 31.14 | - |
| YUV | 176.25 | 108.67 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 154 | 142 | 0 | 0.34 | 0.39 | 0.09 | 7.91 | 0.67 | 0.74 |
| Hex | E9 | 9A | 8E | 0 | 22 | 27 | 9 | 8 | 43 | 4A |
| Octal | 351 | 232 | 216 | 0 | 42 | 47 | 11 | 10 | 103 | 112 |
| Binary | 11101001 | 10011010 | 10001110 | 0 | 100010 | 100111 | 1001 | 1000 | 1000011 | 1001010 |
Color Harmonies of #E99A8E
Complementary color
Monochromatic Colors of #E99A8E
Black with #E99A8E
Text Example
Text Example
White with #E99A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99A8E; }
p { color: rgb(233,154,142); }
H1.HeaderClassName
{
color: #E99A8E;
}
.AnyTagClassName
{
color: #E99A8E;
}
</style>
background-color css
<style>
a { background-color: #E99A8E; }
a { background-color: rgb(233,154,142); }
div.DivClassName
{
background-color: #E99A8E;
}
.BgClassName
{
background-color: #E99A8E;
}
</style>
border-color css
<style>
span { border-color: #E99A8E; }
span { border-color: rgb(233,154,142); }
td.TdClassName
{
border-color: #E99A8E;
}
.TagClassName
{
border-color: #E99A8E;
}
</style>