Shades of Tonys Pink #E5AC90
Tints of Tonys Pink #E5AC90
RGB
CMYK
RGB Variations
Color information
#E5AC90 (or 0xE5AC90) is known color: Tonys Pink. HEX triplet: E5, AC and 90. RGB value is (229,172,144). Sum of RGB (Red+Green+Blue) = 229+172+144=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AC90 is #1A536F. Grayscale: #BABABA. Windows color (decimal): -1725296 or 9481445. OLE color: 9481445.
HSL color Cylindrical-coordinate representation of color #E5AC90: hue angle of 19.76º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5AC90 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 172 | 144 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.10 |
| HSL | 19.76º | 0.62% | 0.73% | - |
| HSV(B) | 19.76º | 0.37% | 0.9% | - |
| XYZ | 52.1 | 48.18 | 32.94 | - |
| YUV | 185.85 | 104.38 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 172 | 144 | 0 | 0.25 | 0.37 | 0.10 | 19.76 | 0.62 | 0.73 |
| Hex | E5 | AC | 90 | 0 | 19 | 25 | A | 14 | 3E | 49 |
| Octal | 345 | 254 | 220 | 0 | 31 | 45 | 12 | 24 | 76 | 111 |
| Binary | 11100101 | 10101100 | 10010000 | 0 | 11001 | 100101 | 1010 | 10100 | 111110 | 1001001 |
Color Harmonies of #E5AC90
Complementary color
Monochromatic Colors of #E5AC90
Black with #E5AC90
Text Example
Text Example
White with #E5AC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AC90; }
p { color: rgb(229,172,144); }
H1.HeaderClassName
{
color: #E5AC90;
}
.AnyTagClassName
{
color: #E5AC90;
}
</style>
background-color css
<style>
a { background-color: #E5AC90; }
a { background-color: rgb(229,172,144); }
div.DivClassName
{
background-color: #E5AC90;
}
.BgClassName
{
background-color: #E5AC90;
}
</style>
border-color css
<style>
span { border-color: #E5AC90; }
span { border-color: rgb(229,172,144); }
td.TdClassName
{
border-color: #E5AC90;
}
.TagClassName
{
border-color: #E5AC90;
}
</style>