Shades of Tonys Pink #EEA095
Tints of Tonys Pink #EEA095
RGB
CMYK
RGB Variations
Color information
#EEA095 (or 0xEEA095) is known color: Tonys Pink. HEX triplet: EE, A0 and 95. RGB value is (238,160,149). Sum of RGB (Red+Green+Blue) = 238+160+149=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA095 is #115F6A. Grayscale: #B6B6B6. Windows color (decimal): -1138539 or 9806062. OLE color: 9806062.
HSL color Cylindrical-coordinate representation of color #EEA095: hue angle of 7.42º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEA095 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 149 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.07 |
| HSL | 7.42º | 0.72% | 0.76% | - |
| HSV(B) | 7.42º | 0.37% | 0.93% | - |
| XYZ | 53.26 | 45.49 | 34.41 | - |
| YUV | 182.07 | 109.34 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 149 | 0 | 0.33 | 0.37 | 0.07 | 7.42 | 0.72 | 0.76 |
| Hex | EE | A0 | 95 | 0 | 21 | 25 | 7 | 7 | 48 | 4C |
| Octal | 356 | 240 | 225 | 0 | 41 | 45 | 7 | 7 | 110 | 114 |
| Binary | 11101110 | 10100000 | 10010101 | 0 | 100001 | 100101 | 111 | 111 | 1001000 | 1001100 |
Color Harmonies of #EEA095
Complementary color
Monochromatic Colors of #EEA095
Black with #EEA095
Text Example
Text Example
White with #EEA095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA095; }
p { color: rgb(238,160,149); }
H1.HeaderClassName
{
color: #EEA095;
}
.AnyTagClassName
{
color: #EEA095;
}
</style>
background-color css
<style>
a { background-color: #EEA095; }
a { background-color: rgb(238,160,149); }
div.DivClassName
{
background-color: #EEA095;
}
.BgClassName
{
background-color: #EEA095;
}
</style>
border-color css
<style>
span { border-color: #EEA095; }
span { border-color: rgb(238,160,149); }
td.TdClassName
{
border-color: #EEA095;
}
.TagClassName
{
border-color: #EEA095;
}
</style>