Shades of Tonys Pink #EE998A
Tints of Tonys Pink #EE998A
RGB
CMYK
RGB Variations
Color information
#EE998A (or 0xEE998A) is known color: Tonys Pink. HEX triplet: EE, 99 and 8A. RGB value is (238,153,138). Sum of RGB (Red+Green+Blue) = 238+153+138=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EE998A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE998A is #116675. Grayscale: #B0B0B0. Windows color (decimal): -1140342 or 9083374. OLE color: 9083374.
HSL color Cylindrical-coordinate representation of color #EE998A: hue angle of 9º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE998A is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 138 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.07 |
| HSL | 9º | 0.75% | 0.74% | - |
| HSV(B) | 9º | 0.42% | 0.93% | - |
| XYZ | 51.24 | 42.79 | 29.6 | - |
| YUV | 176.71 | 106.16 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 138 | 0 | 0.36 | 0.42 | 0.07 | 9 | 0.75 | 0.74 |
| Hex | EE | 99 | 8A | 0 | 24 | 2A | 7 | 9 | 4B | 4A |
| Octal | 356 | 231 | 212 | 0 | 44 | 52 | 7 | 11 | 113 | 112 |
| Binary | 11101110 | 10011001 | 10001010 | 0 | 100100 | 101010 | 111 | 1001 | 1001011 | 1001010 |
Color Harmonies of #EE998A
Complementary color
Monochromatic Colors of #EE998A
Black with #EE998A
Text Example
Text Example
White with #EE998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE998A; }
p { color: rgb(238,153,138); }
H1.HeaderClassName
{
color: #EE998A;
}
.AnyTagClassName
{
color: #EE998A;
}
</style>
background-color css
<style>
a { background-color: #EE998A; }
a { background-color: rgb(238,153,138); }
div.DivClassName
{
background-color: #EE998A;
}
.BgClassName
{
background-color: #EE998A;
}
</style>
border-color css
<style>
span { border-color: #EE998A; }
span { border-color: rgb(238,153,138); }
td.TdClassName
{
border-color: #EE998A;
}
.TagClassName
{
border-color: #EE998A;
}
</style>