Shades of Tonys Pink #EEA38C
Tints of Tonys Pink #EEA38C
RGB
CMYK
RGB Variations
Color information
#EEA38C (or 0xEEA38C) is known color: Tonys Pink. HEX triplet: EE, A3 and 8C. RGB value is (238,163,140). Sum of RGB (Red+Green+Blue) = 238+163+140=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 140 (55.08% from 255 or 25.88% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA38C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA38C is #115C73. Grayscale: #B6B6B6. Windows color (decimal): -1137780 or 9217006. OLE color: 9217006.
HSL color Cylindrical-coordinate representation of color #EEA38C: hue angle of 14.08º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEA38C is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 140 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.07 |
| HSL | 14.08º | 0.74% | 0.74% | - |
| HSV(B) | 14.08º | 0.41% | 0.93% | - |
| XYZ | 53.09 | 46.26 | 30.94 | - |
| YUV | 182.8 | 103.85 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 140 | 0 | 0.32 | 0.41 | 0.07 | 14.08 | 0.74 | 0.74 |
| Hex | EE | A3 | 8C | 0 | 20 | 29 | 7 | E | 4A | 4A |
| Octal | 356 | 243 | 214 | 0 | 40 | 51 | 7 | 16 | 112 | 112 |
| Binary | 11101110 | 10100011 | 10001100 | 0 | 100000 | 101001 | 111 | 1110 | 1001010 | 1001010 |
Color Harmonies of #EEA38C
Complementary color
Monochromatic Colors of #EEA38C
Black with #EEA38C
Text Example
Text Example
White with #EEA38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA38C; }
p { color: rgb(238,163,140); }
H1.HeaderClassName
{
color: #EEA38C;
}
.AnyTagClassName
{
color: #EEA38C;
}
</style>
background-color css
<style>
a { background-color: #EEA38C; }
a { background-color: rgb(238,163,140); }
div.DivClassName
{
background-color: #EEA38C;
}
.BgClassName
{
background-color: #EEA38C;
}
</style>
border-color css
<style>
span { border-color: #EEA38C; }
span { border-color: rgb(238,163,140); }
td.TdClassName
{
border-color: #EEA38C;
}
.TagClassName
{
border-color: #EEA38C;
}
</style>