Shades of Tonys Pink #EBA18A
Tints of Tonys Pink #EBA18A
RGB
CMYK
RGB Variations
Color information
#EBA18A (or 0xEBA18A) is known color: Tonys Pink. HEX triplet: EB, A1 and 8A. RGB value is (235,161,138). Sum of RGB (Red+Green+Blue) = 235+161+138=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA18A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA18A is #145E75. Grayscale: #B4B4B4. Windows color (decimal): -1334902 or 9085419. OLE color: 9085419.
HSL color Cylindrical-coordinate representation of color #EBA18A: hue angle of 14.23º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EBA18A is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 138 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.08 |
| HSL | 14.23º | 0.71% | 0.73% | - |
| HSV(B) | 14.23º | 0.41% | 0.92% | - |
| XYZ | 51.59 | 44.99 | 30.01 | - |
| YUV | 180.5 | 104.02 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 138 | 0 | 0.31 | 0.41 | 0.08 | 14.23 | 0.71 | 0.73 |
| Hex | EB | A1 | 8A | 0 | 1F | 29 | 8 | E | 47 | 49 |
| Octal | 353 | 241 | 212 | 0 | 37 | 51 | 10 | 16 | 107 | 111 |
| Binary | 11101011 | 10100001 | 10001010 | 0 | 11111 | 101001 | 1000 | 1110 | 1000111 | 1001001 |
Color Harmonies of #EBA18A
Complementary color
Monochromatic Colors of #EBA18A
Black with #EBA18A
Text Example
Text Example
White with #EBA18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA18A; }
p { color: rgb(235,161,138); }
H1.HeaderClassName
{
color: #EBA18A;
}
.AnyTagClassName
{
color: #EBA18A;
}
</style>
background-color css
<style>
a { background-color: #EBA18A; }
a { background-color: rgb(235,161,138); }
div.DivClassName
{
background-color: #EBA18A;
}
.BgClassName
{
background-color: #EBA18A;
}
</style>
border-color css
<style>
span { border-color: #EBA18A; }
span { border-color: rgb(235,161,138); }
td.TdClassName
{
border-color: #EBA18A;
}
.TagClassName
{
border-color: #EBA18A;
}
</style>