Shades of Tonys Pink #E6988B
Tints of Tonys Pink #E6988B
RGB
CMYK
RGB Variations
Color information
#E6988B (or 0xE6988B) is known color: Tonys Pink. HEX triplet: E6, 98 and 8B. RGB value is (230,152,139). Sum of RGB (Red+Green+Blue) = 230+152+139=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E6988B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6988B is #196774. Grayscale: #ADADAD. Windows color (decimal): -1664885 or 9148646. OLE color: 9148646.
HSL color Cylindrical-coordinate representation of color #E6988B: hue angle of 8.57º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6988B is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 152 | 139 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.10 |
| HSL | 8.57º | 0.65% | 0.72% | - |
| HSV(B) | 8.57º | 0.4% | 0.9% | - |
| XYZ | 48.52 | 41.14 | 29.81 | - |
| YUV | 173.84 | 108.34 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 139 | 0 | 0.34 | 0.40 | 0.10 | 8.57 | 0.65 | 0.72 |
| Hex | E6 | 98 | 8B | 0 | 22 | 28 | A | 9 | 41 | 48 |
| Octal | 346 | 230 | 213 | 0 | 42 | 50 | 12 | 11 | 101 | 110 |
| Binary | 11100110 | 10011000 | 10001011 | 0 | 100010 | 101000 | 1010 | 1001 | 1000001 | 1001000 |
Color Harmonies of #E6988B
Complementary color
Monochromatic Colors of #E6988B
Black with #E6988B
Text Example
Text Example
White with #E6988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6988B; }
p { color: rgb(230,152,139); }
H1.HeaderClassName
{
color: #E6988B;
}
.AnyTagClassName
{
color: #E6988B;
}
</style>
background-color css
<style>
a { background-color: #E6988B; }
a { background-color: rgb(230,152,139); }
div.DivClassName
{
background-color: #E6988B;
}
.BgClassName
{
background-color: #E6988B;
}
</style>
border-color css
<style>
span { border-color: #E6988B; }
span { border-color: rgb(230,152,139); }
td.TdClassName
{
border-color: #E6988B;
}
.TagClassName
{
border-color: #E6988B;
}
</style>