Shades of Tonys Pink #E1998B
Tints of Tonys Pink #E1998B
RGB
CMYK
RGB Variations
Color information
#E1998B (or 0xE1998B) is known color: Tonys Pink. HEX triplet: E1, 99 and 8B. RGB value is (225,153,139). Sum of RGB (Red+Green+Blue) = 225+153+139=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E1998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1998B is #1E6674. Grayscale: #ADADAD. Windows color (decimal): -1992309 or 9148897. OLE color: 9148897.
HSL color Cylindrical-coordinate representation of color #E1998B: hue angle of 9.77º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1998B is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 139 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.12 |
| HSL | 9.77º | 0.59% | 0.71% | - |
| HSV(B) | 9.77º | 0.38% | 0.88% | - |
| XYZ | 47.1 | 40.65 | 29.79 | - |
| YUV | 172.93 | 108.85 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 139 | 0 | 0.32 | 0.38 | 0.12 | 9.77 | 0.59 | 0.71 |
| Hex | E1 | 99 | 8B | 0 | 20 | 26 | C | A | 3B | 47 |
| Octal | 341 | 231 | 213 | 0 | 40 | 46 | 14 | 12 | 73 | 107 |
| Binary | 11100001 | 10011001 | 10001011 | 0 | 100000 | 100110 | 1100 | 1010 | 111011 | 1000111 |
Color Harmonies of #E1998B
Complementary color
Monochromatic Colors of #E1998B
Black with #E1998B
Text Example
Text Example
White with #E1998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1998B; }
p { color: rgb(225,153,139); }
H1.HeaderClassName
{
color: #E1998B;
}
.AnyTagClassName
{
color: #E1998B;
}
</style>
background-color css
<style>
a { background-color: #E1998B; }
a { background-color: rgb(225,153,139); }
div.DivClassName
{
background-color: #E1998B;
}
.BgClassName
{
background-color: #E1998B;
}
</style>
border-color css
<style>
span { border-color: #E1998B; }
span { border-color: rgb(225,153,139); }
td.TdClassName
{
border-color: #E1998B;
}
.TagClassName
{
border-color: #E1998B;
}
</style>