Shades of Tonys Pink #E69683
Tints of Tonys Pink #E69683
RGB
CMYK
RGB Variations
Color information
#E69683 (or 0xE69683) is known color: Tonys Pink. HEX triplet: E6, 96 and 83. RGB value is (230,150,131). Sum of RGB (Red+Green+Blue) = 230+150+131=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E69683 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69683 is #19697C. Grayscale: #ABABAB. Windows color (decimal): -1665405 or 8623846. OLE color: 8623846.
HSL color Cylindrical-coordinate representation of color #E69683: hue angle of 11.52º 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 #E69683 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 131 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.10 |
| HSL | 11.52º | 0.66% | 0.71% | - |
| HSV(B) | 11.52º | 0.43% | 0.9% | - |
| XYZ | 47.64 | 40.27 | 26.74 | - |
| YUV | 171.75 | 105 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 131 | 0 | 0.35 | 0.43 | 0.10 | 11.52 | 0.66 | 0.71 |
| Hex | E6 | 96 | 83 | 0 | 23 | 2B | A | C | 42 | 47 |
| Octal | 346 | 226 | 203 | 0 | 43 | 53 | 12 | 14 | 102 | 107 |
| Binary | 11100110 | 10010110 | 10000011 | 0 | 100011 | 101011 | 1010 | 1100 | 1000010 | 1000111 |
Color Harmonies of #E69683
Complementary color
Monochromatic Colors of #E69683
Black with #E69683
Text Example
Text Example
White with #E69683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69683; }
p { color: rgb(230,150,131); }
H1.HeaderClassName
{
color: #E69683;
}
.AnyTagClassName
{
color: #E69683;
}
</style>
background-color css
<style>
a { background-color: #E69683; }
a { background-color: rgb(230,150,131); }
div.DivClassName
{
background-color: #E69683;
}
.BgClassName
{
background-color: #E69683;
}
</style>
border-color css
<style>
span { border-color: #E69683; }
span { border-color: rgb(230,150,131); }
td.TdClassName
{
border-color: #E69683;
}
.TagClassName
{
border-color: #E69683;
}
</style>