Shades of Tonys Pink #E6A28C
Tints of Tonys Pink #E6A28C
RGB
CMYK
RGB Variations
Color information
#E6A28C (or 0xE6A28C) is known color: Tonys Pink. HEX triplet: E6, A2 and 8C. RGB value is (230,162,140). Sum of RGB (Red+Green+Blue) = 230+162+140=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A28C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A28C is #195D73. Grayscale: #B3B3B3. Windows color (decimal): -1662324 or 9216742. OLE color: 9216742.
HSL color Cylindrical-coordinate representation of color #E6A28C: hue angle of 14.67º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E6A28C is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 162 | 140 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.10 |
| HSL | 14.67º | 0.64% | 0.73% | - |
| HSV(B) | 14.67º | 0.39% | 0.9% | - |
| XYZ | 50.29 | 44.56 | 30.76 | - |
| YUV | 179.82 | 105.53 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 162 | 140 | 0 | 0.30 | 0.39 | 0.10 | 14.67 | 0.64 | 0.73 |
| Hex | E6 | A2 | 8C | 0 | 1E | 27 | A | F | 40 | 49 |
| Octal | 346 | 242 | 214 | 0 | 36 | 47 | 12 | 17 | 100 | 111 |
| Binary | 11100110 | 10100010 | 10001100 | 0 | 11110 | 100111 | 1010 | 1111 | 1000000 | 1001001 |
Color Harmonies of #E6A28C
Complementary color
Monochromatic Colors of #E6A28C
Black with #E6A28C
Text Example
Text Example
White with #E6A28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A28C; }
p { color: rgb(230,162,140); }
H1.HeaderClassName
{
color: #E6A28C;
}
.AnyTagClassName
{
color: #E6A28C;
}
</style>
background-color css
<style>
a { background-color: #E6A28C; }
a { background-color: rgb(230,162,140); }
div.DivClassName
{
background-color: #E6A28C;
}
.BgClassName
{
background-color: #E6A28C;
}
</style>
border-color css
<style>
span { border-color: #E6A28C; }
span { border-color: rgb(230,162,140); }
td.TdClassName
{
border-color: #E6A28C;
}
.TagClassName
{
border-color: #E6A28C;
}
</style>