Shades of Tonys Pink #E6988C
Tints of Tonys Pink #E6988C
RGB
CMYK
RGB Variations
Color information
#E6988C (or 0xE6988C) is known color: Tonys Pink. HEX triplet: E6, 98 and 8C. RGB value is (230,152,140). Sum of RGB (Red+Green+Blue) = 230+152+140=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E6988C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6988C is #196773. Grayscale: #AEAEAE. Windows color (decimal): -1664884 or 9214182. OLE color: 9214182.
HSL color Cylindrical-coordinate representation of color #E6988C: hue angle of 8º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E6988C is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 152 | 140 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.10 |
| HSL | 8º | 0.64% | 0.73% | - |
| HSV(B) | 8º | 0.39% | 0.9% | - |
| XYZ | 48.59 | 41.17 | 30.2 | - |
| YUV | 173.95 | 108.84 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 140 | 0 | 0.34 | 0.39 | 0.10 | 8 | 0.64 | 0.73 |
| Hex | E6 | 98 | 8C | 0 | 22 | 27 | A | 8 | 40 | 49 |
| Octal | 346 | 230 | 214 | 0 | 42 | 47 | 12 | 10 | 100 | 111 |
| Binary | 11100110 | 10011000 | 10001100 | 0 | 100010 | 100111 | 1010 | 1000 | 1000000 | 1001001 |
Color Harmonies of #E6988C
Complementary color
Monochromatic Colors of #E6988C
Black with #E6988C
Text Example
Text Example
White with #E6988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6988C; }
p { color: rgb(230,152,140); }
H1.HeaderClassName
{
color: #E6988C;
}
.AnyTagClassName
{
color: #E6988C;
}
</style>
background-color css
<style>
a { background-color: #E6988C; }
a { background-color: rgb(230,152,140); }
div.DivClassName
{
background-color: #E6988C;
}
.BgClassName
{
background-color: #E6988C;
}
</style>
border-color css
<style>
span { border-color: #E6988C; }
span { border-color: rgb(230,152,140); }
td.TdClassName
{
border-color: #E6988C;
}
.TagClassName
{
border-color: #E6988C;
}
</style>