Shades of Tonys Pink #E69A8F
Tints of Tonys Pink #E69A8F
RGB
CMYK
RGB Variations
Color information
#E69A8F (or 0xE69A8F) is known color: Tonys Pink. HEX triplet: E6, 9A and 8F. RGB value is (230,154,143). Sum of RGB (Red+Green+Blue) = 230+154+143=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69A8F is #196570. Grayscale: #AFAFAF. Windows color (decimal): -1664369 or 9411302. OLE color: 9411302.
HSL color Cylindrical-coordinate representation of color #E69A8F: hue angle of 7.59º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E69A8F is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 143 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.10 |
| HSL | 7.59º | 0.64% | 0.73% | - |
| HSV(B) | 7.59º | 0.38% | 0.9% | - |
| XYZ | 49.15 | 41.92 | 31.49 | - |
| YUV | 175.47 | 109.68 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 143 | 0 | 0.33 | 0.38 | 0.10 | 7.59 | 0.64 | 0.73 |
| Hex | E6 | 9A | 8F | 0 | 21 | 26 | A | 8 | 40 | 49 |
| Octal | 346 | 232 | 217 | 0 | 41 | 46 | 12 | 10 | 100 | 111 |
| Binary | 11100110 | 10011010 | 10001111 | 0 | 100001 | 100110 | 1010 | 1000 | 1000000 | 1001001 |
Color Harmonies of #E69A8F
Complementary color
Monochromatic Colors of #E69A8F
Black with #E69A8F
Text Example
Text Example
White with #E69A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69A8F; }
p { color: rgb(230,154,143); }
H1.HeaderClassName
{
color: #E69A8F;
}
.AnyTagClassName
{
color: #E69A8F;
}
</style>
background-color css
<style>
a { background-color: #E69A8F; }
a { background-color: rgb(230,154,143); }
div.DivClassName
{
background-color: #E69A8F;
}
.BgClassName
{
background-color: #E69A8F;
}
</style>
border-color css
<style>
span { border-color: #E69A8F; }
span { border-color: rgb(230,154,143); }
td.TdClassName
{
border-color: #E69A8F;
}
.TagClassName
{
border-color: #E69A8F;
}
</style>