Shades of Tonys Pink #E6998E
Tints of Tonys Pink #E6998E
RGB
CMYK
RGB Variations
Color information
#E6998E (or 0xE6998E) is known color: Tonys Pink. HEX triplet: E6, 99 and 8E. RGB value is (230,153,142). Sum of RGB (Red+Green+Blue) = 230+153+142=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E6998E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6998E is #196671. Grayscale: #AEAEAE. Windows color (decimal): -1664626 or 9345510. OLE color: 9345510.
HSL color Cylindrical-coordinate representation of color #E6998E: hue angle of 7.5º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E6998E is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 142 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.10 |
| HSL | 7.5º | 0.64% | 0.73% | - |
| HSV(B) | 7.5º | 0.38% | 0.9% | - |
| XYZ | 48.91 | 41.56 | 31.04 | - |
| YUV | 174.77 | 109.51 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 142 | 0 | 0.33 | 0.38 | 0.10 | 7.5 | 0.64 | 0.73 |
| Hex | E6 | 99 | 8E | 0 | 21 | 26 | A | 8 | 40 | 49 |
| Octal | 346 | 231 | 216 | 0 | 41 | 46 | 12 | 10 | 100 | 111 |
| Binary | 11100110 | 10011001 | 10001110 | 0 | 100001 | 100110 | 1010 | 1000 | 1000000 | 1001001 |
Color Harmonies of #E6998E
Complementary color
Monochromatic Colors of #E6998E
Black with #E6998E
Text Example
Text Example
White with #E6998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6998E; }
p { color: rgb(230,153,142); }
H1.HeaderClassName
{
color: #E6998E;
}
.AnyTagClassName
{
color: #E6998E;
}
</style>
background-color css
<style>
a { background-color: #E6998E; }
a { background-color: rgb(230,153,142); }
div.DivClassName
{
background-color: #E6998E;
}
.BgClassName
{
background-color: #E6998E;
}
</style>
border-color css
<style>
span { border-color: #E6998E; }
span { border-color: rgb(230,153,142); }
td.TdClassName
{
border-color: #E6998E;
}
.TagClassName
{
border-color: #E6998E;
}
</style>