Shades of Tonys Pink #E19782
Tints of Tonys Pink #E19782
RGB
CMYK
RGB Variations
Color information
#E19782 (or 0xE19782) is known color: Tonys Pink. HEX triplet: E1, 97 and 82. RGB value is (225,151,130). Sum of RGB (Red+Green+Blue) = 225+151+130=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E19782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19782 is #1E687D. Grayscale: #AAAAAA. Windows color (decimal): -1992830 or 8558561. OLE color: 8558561.
HSL color Cylindrical-coordinate representation of color #E19782: hue angle of 13.26º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E19782 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 151 | 130 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.12 |
| HSL | 13.26º | 0.61% | 0.7% | - |
| HSV(B) | 13.26º | 0.42% | 0.88% | - |
| XYZ | 46.15 | 39.75 | 26.36 | - |
| YUV | 170.73 | 105.02 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 151 | 130 | 0 | 0.33 | 0.42 | 0.12 | 13.26 | 0.61 | 0.7 |
| Hex | E1 | 97 | 82 | 0 | 21 | 2A | C | D | 3D | 46 |
| Octal | 341 | 227 | 202 | 0 | 41 | 52 | 14 | 15 | 75 | 106 |
| Binary | 11100001 | 10010111 | 10000010 | 0 | 100001 | 101010 | 1100 | 1101 | 111101 | 1000110 |
Color Harmonies of #E19782
Complementary color
Monochromatic Colors of #E19782
Black with #E19782
Text Example
Text Example
White with #E19782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19782; }
p { color: rgb(225,151,130); }
H1.HeaderClassName
{
color: #E19782;
}
.AnyTagClassName
{
color: #E19782;
}
</style>
background-color css
<style>
a { background-color: #E19782; }
a { background-color: rgb(225,151,130); }
div.DivClassName
{
background-color: #E19782;
}
.BgClassName
{
background-color: #E19782;
}
</style>
border-color css
<style>
span { border-color: #E19782; }
span { border-color: rgb(225,151,130); }
td.TdClassName
{
border-color: #E19782;
}
.TagClassName
{
border-color: #E19782;
}
</style>