Shades of Tonys Pink #E2998B
Tints of Tonys Pink #E2998B
RGB
CMYK
RGB Variations
Color information
#E2998B (or 0xE2998B) is known color: Tonys Pink. HEX triplet: E2, 99 and 8B. RGB value is (226,153,139). Sum of RGB (Red+Green+Blue) = 226+153+139=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E2998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2998B is #1D6674. Grayscale: #ADADAD. Windows color (decimal): -1926773 or 9148898. OLE color: 9148898.
HSL color Cylindrical-coordinate representation of color #E2998B: hue angle of 9.66º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2998B is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 139 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.11 |
| HSL | 9.66º | 0.6% | 0.72% | - |
| HSV(B) | 9.66º | 0.38% | 0.89% | - |
| XYZ | 47.42 | 40.82 | 29.81 | - |
| YUV | 173.23 | 108.68 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 139 | 0 | 0.32 | 0.38 | 0.11 | 9.66 | 0.6 | 0.72 |
| Hex | E2 | 99 | 8B | 0 | 20 | 26 | B | A | 3C | 48 |
| Octal | 342 | 231 | 213 | 0 | 40 | 46 | 13 | 12 | 74 | 110 |
| Binary | 11100010 | 10011001 | 10001011 | 0 | 100000 | 100110 | 1011 | 1010 | 111100 | 1001000 |
Color Harmonies of #E2998B
Complementary color
Monochromatic Colors of #E2998B
Black with #E2998B
Text Example
Text Example
White with #E2998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2998B; }
p { color: rgb(226,153,139); }
H1.HeaderClassName
{
color: #E2998B;
}
.AnyTagClassName
{
color: #E2998B;
}
</style>
background-color css
<style>
a { background-color: #E2998B; }
a { background-color: rgb(226,153,139); }
div.DivClassName
{
background-color: #E2998B;
}
.BgClassName
{
background-color: #E2998B;
}
</style>
border-color css
<style>
span { border-color: #E2998B; }
span { border-color: rgb(226,153,139); }
td.TdClassName
{
border-color: #E2998B;
}
.TagClassName
{
border-color: #E2998B;
}
</style>