Shades of Tonys Pink #EEA085
Tints of Tonys Pink #EEA085
RGB
CMYK
RGB Variations
Color information
#EEA085 (or 0xEEA085) is known color: Tonys Pink. HEX triplet: EE, A0 and 85. RGB value is (238,160,133). Sum of RGB (Red+Green+Blue) = 238+160+133=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA085 is #115F7A. Grayscale: #B4B4B4. Windows color (decimal): -1138555 or 8757486. OLE color: 8757486.
HSL color Cylindrical-coordinate representation of color #EEA085: hue angle of 15.43º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEA085 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 133 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.07 |
| HSL | 15.43º | 0.76% | 0.73% | - |
| HSV(B) | 15.43º | 0.44% | 0.93% | - |
| XYZ | 52.06 | 45.01 | 28.13 | - |
| YUV | 180.24 | 101.34 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 133 | 0 | 0.33 | 0.44 | 0.07 | 15.43 | 0.76 | 0.73 |
| Hex | EE | A0 | 85 | 0 | 21 | 2C | 7 | F | 4C | 49 |
| Octal | 356 | 240 | 205 | 0 | 41 | 54 | 7 | 17 | 114 | 111 |
| Binary | 11101110 | 10100000 | 10000101 | 0 | 100001 | 101100 | 111 | 1111 | 1001100 | 1001001 |
Color Harmonies of #EEA085
Complementary color
Monochromatic Colors of #EEA085
Black with #EEA085
Text Example
Text Example
White with #EEA085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA085; }
p { color: rgb(238,160,133); }
H1.HeaderClassName
{
color: #EEA085;
}
.AnyTagClassName
{
color: #EEA085;
}
</style>
background-color css
<style>
a { background-color: #EEA085; }
a { background-color: rgb(238,160,133); }
div.DivClassName
{
background-color: #EEA085;
}
.BgClassName
{
background-color: #EEA085;
}
</style>
border-color css
<style>
span { border-color: #EEA085; }
span { border-color: rgb(238,160,133); }
td.TdClassName
{
border-color: #EEA085;
}
.TagClassName
{
border-color: #EEA085;
}
</style>