Shades of Tonys Pink #EEA08B
Tints of Tonys Pink #EEA08B
RGB
CMYK
RGB Variations
Color information
#EEA08B (or 0xEEA08B) is known color: Tonys Pink. HEX triplet: EE, A0 and 8B. RGB value is (238,160,139). Sum of RGB (Red+Green+Blue) = 238+160+139=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA08B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA08B is #115F74. Grayscale: #B5B5B5. Windows color (decimal): -1138549 or 9150702. OLE color: 9150702.
HSL color Cylindrical-coordinate representation of color #EEA08B: hue angle of 12.73º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEA08B is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 139 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.07 |
| HSL | 12.73º | 0.74% | 0.74% | - |
| HSV(B) | 12.73º | 0.42% | 0.93% | - |
| XYZ | 52.49 | 45.18 | 30.38 | - |
| YUV | 180.93 | 104.34 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 139 | 0 | 0.33 | 0.42 | 0.07 | 12.73 | 0.74 | 0.74 |
| Hex | EE | A0 | 8B | 0 | 21 | 2A | 7 | D | 4A | 4A |
| Octal | 356 | 240 | 213 | 0 | 41 | 52 | 7 | 15 | 112 | 112 |
| Binary | 11101110 | 10100000 | 10001011 | 0 | 100001 | 101010 | 111 | 1101 | 1001010 | 1001010 |
Color Harmonies of #EEA08B
Complementary color
Monochromatic Colors of #EEA08B
Black with #EEA08B
Text Example
Text Example
White with #EEA08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA08B; }
p { color: rgb(238,160,139); }
H1.HeaderClassName
{
color: #EEA08B;
}
.AnyTagClassName
{
color: #EEA08B;
}
</style>
background-color css
<style>
a { background-color: #EEA08B; }
a { background-color: rgb(238,160,139); }
div.DivClassName
{
background-color: #EEA08B;
}
.BgClassName
{
background-color: #EEA08B;
}
</style>
border-color css
<style>
span { border-color: #EEA08B; }
span { border-color: rgb(238,160,139); }
td.TdClassName
{
border-color: #EEA08B;
}
.TagClassName
{
border-color: #EEA08B;
}
</style>