Shades of Tonys Pink #E2A28A
Tints of Tonys Pink #E2A28A
RGB
CMYK
RGB Variations
Color information
#E2A28A (or 0xE2A28A) is known color: Tonys Pink. HEX triplet: E2, A2 and 8A. RGB value is (226,162,138). Sum of RGB (Red+Green+Blue) = 226+162+138=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A28A is #1D5D75. Grayscale: #B2B2B2. Windows color (decimal): -1924470 or 9085666. OLE color: 9085666.
HSL color Cylindrical-coordinate representation of color #E2A28A: hue angle of 16.36º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E2A28A is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 162 | 138 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.11 |
| HSL | 16.36º | 0.6% | 0.71% | - |
| HSV(B) | 16.36º | 0.39% | 0.89% | - |
| XYZ | 48.87 | 43.84 | 29.93 | - |
| YUV | 178.4 | 105.2 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 162 | 138 | 0 | 0.28 | 0.39 | 0.11 | 16.36 | 0.6 | 0.71 |
| Hex | E2 | A2 | 8A | 0 | 1C | 27 | B | 10 | 3C | 47 |
| Octal | 342 | 242 | 212 | 0 | 34 | 47 | 13 | 20 | 74 | 107 |
| Binary | 11100010 | 10100010 | 10001010 | 0 | 11100 | 100111 | 1011 | 10000 | 111100 | 1000111 |
Color Harmonies of #E2A28A
Complementary color
Monochromatic Colors of #E2A28A
Black with #E2A28A
Text Example
Text Example
White with #E2A28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A28A; }
p { color: rgb(226,162,138); }
H1.HeaderClassName
{
color: #E2A28A;
}
.AnyTagClassName
{
color: #E2A28A;
}
</style>
background-color css
<style>
a { background-color: #E2A28A; }
a { background-color: rgb(226,162,138); }
div.DivClassName
{
background-color: #E2A28A;
}
.BgClassName
{
background-color: #E2A28A;
}
</style>
border-color css
<style>
span { border-color: #E2A28A; }
span { border-color: rgb(226,162,138); }
td.TdClassName
{
border-color: #E2A28A;
}
.TagClassName
{
border-color: #E2A28A;
}
</style>