Shades of Tonys Pink #E7A293
Tints of Tonys Pink #E7A293
RGB
CMYK
RGB Variations
Color information
#E7A293 (or 0xE7A293) is known color: Tonys Pink. HEX triplet: E7, A2 and 93. RGB value is (231,162,147). Sum of RGB (Red+Green+Blue) = 231+162+147=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A293 is #185D6C. Grayscale: #B5B5B5. Windows color (decimal): -1596781 or 9675495. OLE color: 9675495.
HSL color Cylindrical-coordinate representation of color #E7A293: hue angle of 10.71º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E7A293 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 162 | 147 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.09 |
| HSL | 10.71º | 0.64% | 0.74% | - |
| HSV(B) | 10.71º | 0.36% | 0.91% | - |
| XYZ | 51.14 | 44.94 | 33.58 | - |
| YUV | 180.92 | 108.86 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 162 | 147 | 0 | 0.30 | 0.36 | 0.09 | 10.71 | 0.64 | 0.74 |
| Hex | E7 | A2 | 93 | 0 | 1E | 24 | 9 | B | 40 | 4A |
| Octal | 347 | 242 | 223 | 0 | 36 | 44 | 11 | 13 | 100 | 112 |
| Binary | 11100111 | 10100010 | 10010011 | 0 | 11110 | 100100 | 1001 | 1011 | 1000000 | 1001010 |
Color Harmonies of #E7A293
Complementary color
Monochromatic Colors of #E7A293
Black with #E7A293
Text Example
Text Example
White with #E7A293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A293; }
p { color: rgb(231,162,147); }
H1.HeaderClassName
{
color: #E7A293;
}
.AnyTagClassName
{
color: #E7A293;
}
</style>
background-color css
<style>
a { background-color: #E7A293; }
a { background-color: rgb(231,162,147); }
div.DivClassName
{
background-color: #E7A293;
}
.BgClassName
{
background-color: #E7A293;
}
</style>
border-color css
<style>
span { border-color: #E7A293; }
span { border-color: rgb(231,162,147); }
td.TdClassName
{
border-color: #E7A293;
}
.TagClassName
{
border-color: #E7A293;
}
</style>