Shades of Tonys Pink #E09A8B
Tints of Tonys Pink #E09A8B
RGB
CMYK
RGB Variations
Color information
#E09A8B (or 0xE09A8B) is known color: Tonys Pink. HEX triplet: E0, 9A and 8B. RGB value is (224,154,139). Sum of RGB (Red+Green+Blue) = 224+154+139=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09A8B is #1F6574. Grayscale: #ADADAD. Windows color (decimal): -2057589 or 9149152. OLE color: 9149152.
HSL color Cylindrical-coordinate representation of color #E09A8B: hue angle of 10.59º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E09A8B is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 139 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.12 |
| HSL | 10.59º | 0.58% | 0.71% | - |
| HSV(B) | 10.59º | 0.38% | 0.88% | - |
| XYZ | 46.96 | 40.82 | 29.83 | - |
| YUV | 173.22 | 108.69 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 139 | 0 | 0.31 | 0.38 | 0.12 | 10.59 | 0.58 | 0.71 |
| Hex | E0 | 9A | 8B | 0 | 1F | 26 | C | B | 3A | 47 |
| Octal | 340 | 232 | 213 | 0 | 37 | 46 | 14 | 13 | 72 | 107 |
| Binary | 11100000 | 10011010 | 10001011 | 0 | 11111 | 100110 | 1100 | 1011 | 111010 | 1000111 |
Color Harmonies of #E09A8B
Complementary color
Monochromatic Colors of #E09A8B
Black with #E09A8B
Text Example
Text Example
White with #E09A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09A8B; }
p { color: rgb(224,154,139); }
H1.HeaderClassName
{
color: #E09A8B;
}
.AnyTagClassName
{
color: #E09A8B;
}
</style>
background-color css
<style>
a { background-color: #E09A8B; }
a { background-color: rgb(224,154,139); }
div.DivClassName
{
background-color: #E09A8B;
}
.BgClassName
{
background-color: #E09A8B;
}
</style>
border-color css
<style>
span { border-color: #E09A8B; }
span { border-color: rgb(224,154,139); }
td.TdClassName
{
border-color: #E09A8B;
}
.TagClassName
{
border-color: #E09A8B;
}
</style>