Shades of Tea Rose #EE8AC6
Tints of Tea Rose #EE8AC6
RGB
CMYK
RGB Variations
Color information
#EE8AC6 (or 0xEE8AC6) is known color: Tea Rose. HEX triplet: EE, 8A and C6. RGB value is (238,138,198). Sum of RGB (Red+Green+Blue) = 238+138+198=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8AC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8AC6 is #117539. Grayscale: #AEAEAE. Windows color (decimal): -1144122 or 13011694. OLE color: 13011694.
HSL color Cylindrical-coordinate representation of color #EE8AC6: hue angle of 324º 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 #EE8AC6 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 138 | 198 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.07 |
| HSL | 324º | 0.75% | 0.74% | - |
| HSV(B) | 324º | 0.42% | 0.93% | - |
| XYZ | 54.54 | 40.43 | 58.36 | - |
| YUV | 174.74 | 141.13 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 198 | 0 | 0.42 | 0.17 | 0.07 | 324 | 0.75 | 0.74 |
| Hex | EE | 8A | C6 | 0 | 2A | 11 | 7 | 144 | 4B | 4A |
| Octal | 356 | 212 | 306 | 0 | 52 | 21 | 7 | 504 | 113 | 112 |
| Binary | 11101110 | 10001010 | 11000110 | 0 | 101010 | 10001 | 111 | 101000100 | 1001011 | 1001010 |
Color Harmonies of #EE8AC6
Complementary color
Monochromatic Colors of #EE8AC6
Black with #EE8AC6
Text Example
Text Example
White with #EE8AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8AC6; }
p { color: rgb(238,138,198); }
H1.HeaderClassName
{
color: #EE8AC6;
}
.AnyTagClassName
{
color: #EE8AC6;
}
</style>
background-color css
<style>
a { background-color: #EE8AC6; }
a { background-color: rgb(238,138,198); }
div.DivClassName
{
background-color: #EE8AC6;
}
.BgClassName
{
background-color: #EE8AC6;
}
</style>
border-color css
<style>
span { border-color: #EE8AC6; }
span { border-color: rgb(238,138,198); }
td.TdClassName
{
border-color: #EE8AC6;
}
.TagClassName
{
border-color: #EE8AC6;
}
</style>