Shades of Tonys Pink #EEA195
Tints of Tonys Pink #EEA195
RGB
CMYK
RGB Variations
Color information
#EEA195 (or 0xEEA195) is known color: Tonys Pink. HEX triplet: EE, A1 and 95. RGB value is (238,161,149). Sum of RGB (Red+Green+Blue) = 238+161+149=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA195 is #115E6A. Grayscale: #B6B6B6. Windows color (decimal): -1138283 or 9806318. OLE color: 9806318.
HSL color Cylindrical-coordinate representation of color #EEA195: hue angle of 8.09º 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 #EEA195 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 149 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.07 |
| HSL | 8.09º | 0.72% | 0.76% | - |
| HSV(B) | 8.09º | 0.37% | 0.93% | - |
| XYZ | 53.43 | 45.84 | 34.47 | - |
| YUV | 182.66 | 109.01 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 149 | 0 | 0.32 | 0.37 | 0.07 | 8.09 | 0.72 | 0.76 |
| Hex | EE | A1 | 95 | 0 | 20 | 25 | 7 | 8 | 48 | 4C |
| Octal | 356 | 241 | 225 | 0 | 40 | 45 | 7 | 10 | 110 | 114 |
| Binary | 11101110 | 10100001 | 10010101 | 0 | 100000 | 100101 | 111 | 1000 | 1001000 | 1001100 |
Color Harmonies of #EEA195
Complementary color
Monochromatic Colors of #EEA195
Black with #EEA195
Text Example
Text Example
White with #EEA195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA195; }
p { color: rgb(238,161,149); }
H1.HeaderClassName
{
color: #EEA195;
}
.AnyTagClassName
{
color: #EEA195;
}
</style>
background-color css
<style>
a { background-color: #EEA195; }
a { background-color: rgb(238,161,149); }
div.DivClassName
{
background-color: #EEA195;
}
.BgClassName
{
background-color: #EEA195;
}
</style>
border-color css
<style>
span { border-color: #EEA195; }
span { border-color: rgb(238,161,149); }
td.TdClassName
{
border-color: #EEA195;
}
.TagClassName
{
border-color: #EEA195;
}
</style>