Shades of Tea Rose #EE87C6
Tints of Tea Rose #EE87C6
RGB
CMYK
RGB Variations
Color information
#EE87C6 (or 0xEE87C6) is known color: Tea Rose. HEX triplet: EE, 87 and C6. RGB value is (238,135,198). Sum of RGB (Red+Green+Blue) = 238+135+198=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 135 (53.12% from 255 or 23.64% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EE87C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE87C6 is #117839. Grayscale: #ACACAC. Windows color (decimal): -1144890 or 13010926. OLE color: 13010926.
HSL color Cylindrical-coordinate representation of color #EE87C6: hue angle of 323.3º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EE87C6 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 135 | 198 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.07 |
| HSL | 323.3º | 0.75% | 0.73% | - |
| HSV(B) | 323.3º | 0.43% | 0.93% | - |
| XYZ | 54.12 | 39.58 | 58.21 | - |
| YUV | 172.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 135 | 198 | 0 | 0.43 | 0.17 | 0.07 | 323.3 | 0.75 | 0.73 |
| Hex | EE | 87 | C6 | 0 | 2B | 11 | 7 | 143 | 4B | 49 |
| Octal | 356 | 207 | 306 | 0 | 53 | 21 | 7 | 503 | 113 | 111 |
| Binary | 11101110 | 10000111 | 11000110 | 0 | 101011 | 10001 | 111 | 101000011 | 1001011 | 1001001 |
Color Harmonies of #EE87C6
Complementary color
Monochromatic Colors of #EE87C6
Black with #EE87C6
Text Example
Text Example
White with #EE87C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE87C6; }
p { color: rgb(238,135,198); }
H1.HeaderClassName
{
color: #EE87C6;
}
.AnyTagClassName
{
color: #EE87C6;
}
</style>
background-color css
<style>
a { background-color: #EE87C6; }
a { background-color: rgb(238,135,198); }
div.DivClassName
{
background-color: #EE87C6;
}
.BgClassName
{
background-color: #EE87C6;
}
</style>
border-color css
<style>
span { border-color: #EE87C6; }
span { border-color: rgb(238,135,198); }
td.TdClassName
{
border-color: #EE87C6;
}
.TagClassName
{
border-color: #EE87C6;
}
</style>