Shades of Tonys Pink #E6A183
Tints of Tonys Pink #E6A183
RGB
CMYK
RGB Variations
Color information
#E6A183 (or 0xE6A183) is known color: Tonys Pink. HEX triplet: E6, A1 and 83. RGB value is (230,161,131). Sum of RGB (Red+Green+Blue) = 230+161+131=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A183 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A183 is #195E7C. Grayscale: #B2B2B2. Windows color (decimal): -1662589 or 8626662. OLE color: 8626662.
HSL color Cylindrical-coordinate representation of color #E6A183: hue angle of 18.18º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6A183 is Cyan = 0, Magento = 0.3, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 161 | 131 | - |
| CMYK | 0 | 0.3 | 0.43 | 0.10 |
| HSL | 18.18º | 0.66% | 0.71% | - |
| HSV(B) | 18.18º | 0.43% | 0.9% | - |
| XYZ | 49.47 | 43.95 | 27.35 | - |
| YUV | 178.21 | 101.36 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 161 | 131 | 0 | 0.3 | 0.43 | 0.10 | 18.18 | 0.66 | 0.71 |
| Hex | E6 | A1 | 83 | 0 | 1E | 2B | A | 12 | 42 | 47 |
| Octal | 346 | 241 | 203 | 0 | 36 | 53 | 12 | 22 | 102 | 107 |
| Binary | 11100110 | 10100001 | 10000011 | 0 | 11110 | 101011 | 1010 | 10010 | 1000010 | 1000111 |
Color Harmonies of #E6A183
Complementary color
Monochromatic Colors of #E6A183
Black with #E6A183
Text Example
Text Example
White with #E6A183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A183; }
p { color: rgb(230,161,131); }
H1.HeaderClassName
{
color: #E6A183;
}
.AnyTagClassName
{
color: #E6A183;
}
</style>
background-color css
<style>
a { background-color: #E6A183; }
a { background-color: rgb(230,161,131); }
div.DivClassName
{
background-color: #E6A183;
}
.BgClassName
{
background-color: #E6A183;
}
</style>
border-color css
<style>
span { border-color: #E6A183; }
span { border-color: rgb(230,161,131); }
td.TdClassName
{
border-color: #E6A183;
}
.TagClassName
{
border-color: #E6A183;
}
</style>