Shades of Tonys Pink #E99D8A
Tints of Tonys Pink #E99D8A
RGB
CMYK
RGB Variations
Color information
#E99D8A (or 0xE99D8A) is known color: Tonys Pink. HEX triplet: E9, 9D and 8A. RGB value is (233,157,138). Sum of RGB (Red+Green+Blue) = 233+157+138=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99D8A is #166275. Grayscale: #B1B1B1. Windows color (decimal): -1466998 or 9084393. OLE color: 9084393.
HSL color Cylindrical-coordinate representation of color #E99D8A: hue angle of 12º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E99D8A is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 138 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.09 |
| HSL | 12º | 0.68% | 0.73% | - |
| HSV(B) | 12º | 0.41% | 0.91% | - |
| XYZ | 50.25 | 43.27 | 29.75 | - |
| YUV | 177.56 | 105.68 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 138 | 0 | 0.33 | 0.41 | 0.09 | 12 | 0.68 | 0.73 |
| Hex | E9 | 9D | 8A | 0 | 21 | 29 | 9 | C | 44 | 49 |
| Octal | 351 | 235 | 212 | 0 | 41 | 51 | 11 | 14 | 104 | 111 |
| Binary | 11101001 | 10011101 | 10001010 | 0 | 100001 | 101001 | 1001 | 1100 | 1000100 | 1001001 |
Color Harmonies of #E99D8A
Complementary color
Monochromatic Colors of #E99D8A
Black with #E99D8A
Text Example
Text Example
White with #E99D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99D8A; }
p { color: rgb(233,157,138); }
H1.HeaderClassName
{
color: #E99D8A;
}
.AnyTagClassName
{
color: #E99D8A;
}
</style>
background-color css
<style>
a { background-color: #E99D8A; }
a { background-color: rgb(233,157,138); }
div.DivClassName
{
background-color: #E99D8A;
}
.BgClassName
{
background-color: #E99D8A;
}
</style>
border-color css
<style>
span { border-color: #E99D8A; }
span { border-color: rgb(233,157,138); }
td.TdClassName
{
border-color: #E99D8A;
}
.TagClassName
{
border-color: #E99D8A;
}
</style>