Shades of Tea Rose #EE8FC6
Tints of Tea Rose #EE8FC6
RGB
CMYK
RGB Variations
Color information
#EE8FC6 (or 0xEE8FC6) is known color: Tea Rose. HEX triplet: EE, 8F and C6. RGB value is (238,143,198). Sum of RGB (Red+Green+Blue) = 238+143+198=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8FC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8FC6 is #117039. Grayscale: #B1B1B1. Windows color (decimal): -1142842 or 13012974. OLE color: 13012974.
HSL color Cylindrical-coordinate representation of color #EE8FC6: hue angle of 325.26º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE8FC6 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 143 | 198 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.07 |
| HSL | 325.26º | 0.74% | 0.75% | - |
| HSV(B) | 325.26º | 0.4% | 0.93% | - |
| XYZ | 55.28 | 41.9 | 58.6 | - |
| YUV | 177.68 | 139.47 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 143 | 198 | 0 | 0.40 | 0.17 | 0.07 | 325.26 | 0.74 | 0.75 |
| Hex | EE | 8F | C6 | 0 | 28 | 11 | 7 | 145 | 4A | 4B |
| Octal | 356 | 217 | 306 | 0 | 50 | 21 | 7 | 505 | 112 | 113 |
| Binary | 11101110 | 10001111 | 11000110 | 0 | 101000 | 10001 | 111 | 101000101 | 1001010 | 1001011 |
Color Harmonies of #EE8FC6
Complementary color
Monochromatic Colors of #EE8FC6
Black with #EE8FC6
Text Example
Text Example
White with #EE8FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8FC6; }
p { color: rgb(238,143,198); }
H1.HeaderClassName
{
color: #EE8FC6;
}
.AnyTagClassName
{
color: #EE8FC6;
}
</style>
background-color css
<style>
a { background-color: #EE8FC6; }
a { background-color: rgb(238,143,198); }
div.DivClassName
{
background-color: #EE8FC6;
}
.BgClassName
{
background-color: #EE8FC6;
}
</style>
border-color css
<style>
span { border-color: #EE8FC6; }
span { border-color: rgb(238,143,198); }
td.TdClassName
{
border-color: #EE8FC6;
}
.TagClassName
{
border-color: #EE8FC6;
}
</style>