Shades of Tonys Pink #E29782
Tints of Tonys Pink #E29782
RGB
CMYK
RGB Variations
Color information
#E29782 (or 0xE29782) is known color: Tonys Pink. HEX triplet: E2, 97 and 82. RGB value is (226,151,130). Sum of RGB (Red+Green+Blue) = 226+151+130=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E29782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29782 is #1D687D. Grayscale: #ABABAB. Windows color (decimal): -1927294 or 8558562. OLE color: 8558562.
HSL color Cylindrical-coordinate representation of color #E29782: hue angle of 13.12º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E29782 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 151 | 130 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.11 |
| HSL | 13.13º | 0.62% | 0.7% | - |
| HSV(B) | 13.13º | 0.42% | 0.89% | - |
| XYZ | 46.46 | 39.91 | 26.37 | - |
| YUV | 171.03 | 104.85 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 151 | 130 | 0 | 0.33 | 0.42 | 0.11 | 13.13 | 0.62 | 0.7 |
| Hex | E2 | 97 | 82 | 0 | 21 | 2A | B | D | 3E | 46 |
| Octal | 342 | 227 | 202 | 0 | 41 | 52 | 13 | 15 | 76 | 106 |
| Binary | 11100010 | 10010111 | 10000010 | 0 | 100001 | 101010 | 1011 | 1101 | 111110 | 1000110 |
Color Harmonies of #E29782
Complementary color
Monochromatic Colors of #E29782
Black with #E29782
Text Example
Text Example
White with #E29782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29782; }
p { color: rgb(226,151,130); }
H1.HeaderClassName
{
color: #E29782;
}
.AnyTagClassName
{
color: #E29782;
}
</style>
background-color css
<style>
a { background-color: #E29782; }
a { background-color: rgb(226,151,130); }
div.DivClassName
{
background-color: #E29782;
}
.BgClassName
{
background-color: #E29782;
}
</style>
border-color css
<style>
span { border-color: #E29782; }
span { border-color: rgb(226,151,130); }
td.TdClassName
{
border-color: #E29782;
}
.TagClassName
{
border-color: #E29782;
}
</style>