Shades of Tonys Pink #E19B8C
Tints of Tonys Pink #E19B8C
RGB
CMYK
RGB Variations
Color information
#E19B8C (or 0xE19B8C) is known color: Tonys Pink. HEX triplet: E1, 9B and 8C. RGB value is (225,155,140). Sum of RGB (Red+Green+Blue) = 225+155+140=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19B8C is #1E6473. Grayscale: #AEAEAE. Windows color (decimal): -1991796 or 9214945. OLE color: 9214945.
HSL color Cylindrical-coordinate representation of color #E19B8C: hue angle of 10.59º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E19B8C is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 140 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.12 |
| HSL | 10.59º | 0.59% | 0.72% | - |
| HSV(B) | 10.59º | 0.38% | 0.88% | - |
| XYZ | 47.51 | 41.34 | 30.29 | - |
| YUV | 174.22 | 108.69 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 140 | 0 | 0.31 | 0.38 | 0.12 | 10.59 | 0.59 | 0.72 |
| Hex | E1 | 9B | 8C | 0 | 1F | 26 | C | B | 3B | 48 |
| Octal | 341 | 233 | 214 | 0 | 37 | 46 | 14 | 13 | 73 | 110 |
| Binary | 11100001 | 10011011 | 10001100 | 0 | 11111 | 100110 | 1100 | 1011 | 111011 | 1001000 |
Color Harmonies of #E19B8C
Complementary color
Monochromatic Colors of #E19B8C
Black with #E19B8C
Text Example
Text Example
White with #E19B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19B8C; }
p { color: rgb(225,155,140); }
H1.HeaderClassName
{
color: #E19B8C;
}
.AnyTagClassName
{
color: #E19B8C;
}
</style>
background-color css
<style>
a { background-color: #E19B8C; }
a { background-color: rgb(225,155,140); }
div.DivClassName
{
background-color: #E19B8C;
}
.BgClassName
{
background-color: #E19B8C;
}
</style>
border-color css
<style>
span { border-color: #E19B8C; }
span { border-color: rgb(225,155,140); }
td.TdClassName
{
border-color: #E19B8C;
}
.TagClassName
{
border-color: #E19B8C;
}
</style>