Shades of Tonys Pink #E6AB91
Tints of Tonys Pink #E6AB91
RGB
CMYK
RGB Variations
Color information
#E6AB91 (or 0xE6AB91) is known color: Tonys Pink. HEX triplet: E6, AB and 91. RGB value is (230,171,145). Sum of RGB (Red+Green+Blue) = 230+171+145=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AB91 is #19546E. Grayscale: #B9B9B9. Windows color (decimal): -1660015 or 9546726. OLE color: 9546726.
HSL color Cylindrical-coordinate representation of color #E6AB91: hue angle of 18.35º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6AB91 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 145 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.10 |
| HSL | 18.35º | 0.63% | 0.74% | - |
| HSV(B) | 18.35º | 0.37% | 0.9% | - |
| XYZ | 52.31 | 47.99 | 33.29 | - |
| YUV | 185.68 | 105.05 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 145 | 0 | 0.26 | 0.37 | 0.10 | 18.35 | 0.63 | 0.74 |
| Hex | E6 | AB | 91 | 0 | 1A | 25 | A | 12 | 3F | 4A |
| Octal | 346 | 253 | 221 | 0 | 32 | 45 | 12 | 22 | 77 | 112 |
| Binary | 11100110 | 10101011 | 10010001 | 0 | 11010 | 100101 | 1010 | 10010 | 111111 | 1001010 |
Color Harmonies of #E6AB91
Complementary color
Monochromatic Colors of #E6AB91
Black with #E6AB91
Text Example
Text Example
White with #E6AB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AB91; }
p { color: rgb(230,171,145); }
H1.HeaderClassName
{
color: #E6AB91;
}
.AnyTagClassName
{
color: #E6AB91;
}
</style>
background-color css
<style>
a { background-color: #E6AB91; }
a { background-color: rgb(230,171,145); }
div.DivClassName
{
background-color: #E6AB91;
}
.BgClassName
{
background-color: #E6AB91;
}
</style>
border-color css
<style>
span { border-color: #E6AB91; }
span { border-color: rgb(230,171,145); }
td.TdClassName
{
border-color: #E6AB91;
}
.TagClassName
{
border-color: #E6AB91;
}
</style>