Shades of Tonys Pink #E4A28F
Tints of Tonys Pink #E4A28F
RGB
CMYK
RGB Variations
Color information
#E4A28F (or 0xE4A28F) is known color: Tonys Pink. HEX triplet: E4, A2 and 8F. RGB value is (228,162,143). Sum of RGB (Red+Green+Blue) = 228+162+143=533 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.78% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4A28F is #1B5D70. Grayscale: #B3B3B3. Windows color (decimal): -1793393 or 9413348. OLE color: 9413348.
HSL color Cylindrical-coordinate representation of color #E4A28F: hue angle of 13.41º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E4A28F is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 162 | 143 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.11 |
| HSL | 13.41º | 0.61% | 0.73% | - |
| HSV(B) | 13.41º | 0.37% | 0.89% | - |
| XYZ | 49.87 | 44.32 | 31.91 | - |
| YUV | 179.57 | 107.37 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 162 | 143 | 0 | 0.29 | 0.37 | 0.11 | 13.41 | 0.61 | 0.73 |
| Hex | E4 | A2 | 8F | 0 | 1D | 25 | B | D | 3D | 49 |
| Octal | 344 | 242 | 217 | 0 | 35 | 45 | 13 | 15 | 75 | 111 |
| Binary | 11100100 | 10100010 | 10001111 | 0 | 11101 | 100101 | 1011 | 1101 | 111101 | 1001001 |
Color Harmonies of #E4A28F
Complementary color
Monochromatic Colors of #E4A28F
Black with #E4A28F
Text Example
Text Example
White with #E4A28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A28F; }
p { color: rgb(228,162,143); }
H1.HeaderClassName
{
color: #E4A28F;
}
.AnyTagClassName
{
color: #E4A28F;
}
</style>
background-color css
<style>
a { background-color: #E4A28F; }
a { background-color: rgb(228,162,143); }
div.DivClassName
{
background-color: #E4A28F;
}
.BgClassName
{
background-color: #E4A28F;
}
</style>
border-color css
<style>
span { border-color: #E4A28F; }
span { border-color: rgb(228,162,143); }
td.TdClassName
{
border-color: #E4A28F;
}
.TagClassName
{
border-color: #E4A28F;
}
</style>