Shades of Tonys Pink #EBA184
Tints of Tonys Pink #EBA184
RGB
CMYK
RGB Variations
Color information
#EBA184 (or 0xEBA184) is known color: Tonys Pink. HEX triplet: EB, A1 and 84. RGB value is (235,161,132). Sum of RGB (Red+Green+Blue) = 235+161+132=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA184 is #145E7B. Grayscale: #B4B4B4. Windows color (decimal): -1334908 or 8692203. OLE color: 8692203.
HSL color Cylindrical-coordinate representation of color #EBA184: hue angle of 16.89º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EBA184 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 132 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.08 |
| HSL | 16.89º | 0.72% | 0.72% | - |
| HSV(B) | 16.89º | 0.44% | 0.92% | - |
| XYZ | 51.17 | 44.82 | 27.78 | - |
| YUV | 179.82 | 101.02 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 132 | 0 | 0.31 | 0.44 | 0.08 | 16.89 | 0.72 | 0.72 |
| Hex | EB | A1 | 84 | 0 | 1F | 2C | 8 | 11 | 48 | 48 |
| Octal | 353 | 241 | 204 | 0 | 37 | 54 | 10 | 21 | 110 | 110 |
| Binary | 11101011 | 10100001 | 10000100 | 0 | 11111 | 101100 | 1000 | 10001 | 1001000 | 1001000 |
Color Harmonies of #EBA184
Complementary color
Monochromatic Colors of #EBA184
Black with #EBA184
Text Example
Text Example
White with #EBA184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA184; }
p { color: rgb(235,161,132); }
H1.HeaderClassName
{
color: #EBA184;
}
.AnyTagClassName
{
color: #EBA184;
}
</style>
background-color css
<style>
a { background-color: #EBA184; }
a { background-color: rgb(235,161,132); }
div.DivClassName
{
background-color: #EBA184;
}
.BgClassName
{
background-color: #EBA184;
}
</style>
border-color css
<style>
span { border-color: #EBA184; }
span { border-color: rgb(235,161,132); }
td.TdClassName
{
border-color: #EBA184;
}
.TagClassName
{
border-color: #EBA184;
}
</style>