Shades of Tonys Pink #E69C8B
Tints of Tonys Pink #E69C8B
RGB
CMYK
RGB Variations
Color information
#E69C8B (or 0xE69C8B) is known color: Tonys Pink. HEX triplet: E6, 9C and 8B. RGB value is (230,156,139). Sum of RGB (Red+Green+Blue) = 230+156+139=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69C8B is #196374. Grayscale: #B0B0B0. Windows color (decimal): -1663861 or 9149670. OLE color: 9149670.
HSL color Cylindrical-coordinate representation of color #E69C8B: hue angle of 11.21º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E69C8B is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 156 | 139 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.10 |
| HSL | 11.21º | 0.65% | 0.72% | - |
| HSV(B) | 11.21º | 0.4% | 0.9% | - |
| XYZ | 49.18 | 42.46 | 30.03 | - |
| YUV | 176.19 | 107.02 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 156 | 139 | 0 | 0.32 | 0.40 | 0.10 | 11.21 | 0.65 | 0.72 |
| Hex | E6 | 9C | 8B | 0 | 20 | 28 | A | B | 41 | 48 |
| Octal | 346 | 234 | 213 | 0 | 40 | 50 | 12 | 13 | 101 | 110 |
| Binary | 11100110 | 10011100 | 10001011 | 0 | 100000 | 101000 | 1010 | 1011 | 1000001 | 1001000 |
Color Harmonies of #E69C8B
Complementary color
Monochromatic Colors of #E69C8B
Black with #E69C8B
Text Example
Text Example
White with #E69C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69C8B; }
p { color: rgb(230,156,139); }
H1.HeaderClassName
{
color: #E69C8B;
}
.AnyTagClassName
{
color: #E69C8B;
}
</style>
background-color css
<style>
a { background-color: #E69C8B; }
a { background-color: rgb(230,156,139); }
div.DivClassName
{
background-color: #E69C8B;
}
.BgClassName
{
background-color: #E69C8B;
}
</style>
border-color css
<style>
span { border-color: #E69C8B; }
span { border-color: rgb(230,156,139); }
td.TdClassName
{
border-color: #E69C8B;
}
.TagClassName
{
border-color: #E69C8B;
}
</style>