Shades of Tea Rose #EE8CCF
Tints of Tea Rose #EE8CCF
RGB
CMYK
RGB Variations
Color information
#EE8CCF (or 0xEE8CCF) is known color: Tea Rose. HEX triplet: EE, 8C and CF. RGB value is (238,140,207). Sum of RGB (Red+Green+Blue) = 238+140+207=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 140 (55.08% from 255 or 23.93% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8CCF is #117330. Grayscale: #B0B0B0. Windows color (decimal): -1143601 or 13602030. OLE color: 13602030.
HSL color Cylindrical-coordinate representation of color #EE8CCF: hue angle of 318.98º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE8CCF is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 207 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.07 |
| HSL | 318.98º | 0.74% | 0.74% | - |
| HSV(B) | 318.98º | 0.41% | 0.93% | - |
| XYZ | 55.9 | 41.44 | 64.08 | - |
| YUV | 176.94 | 144.97 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 207 | 0 | 0.41 | 0.13 | 0.07 | 318.98 | 0.74 | 0.74 |
| Hex | EE | 8C | CF | 0 | 29 | D | 7 | 13F | 4A | 4A |
| Octal | 356 | 214 | 317 | 0 | 51 | 15 | 7 | 477 | 112 | 112 |
| Binary | 11101110 | 10001100 | 11001111 | 0 | 101001 | 1101 | 111 | 100111111 | 1001010 | 1001010 |
Color Harmonies of #EE8CCF
Complementary color
Monochromatic Colors of #EE8CCF
Black with #EE8CCF
Text Example
Text Example
White with #EE8CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8CCF; }
p { color: rgb(238,140,207); }
H1.HeaderClassName
{
color: #EE8CCF;
}
.AnyTagClassName
{
color: #EE8CCF;
}
</style>
background-color css
<style>
a { background-color: #EE8CCF; }
a { background-color: rgb(238,140,207); }
div.DivClassName
{
background-color: #EE8CCF;
}
.BgClassName
{
background-color: #EE8CCF;
}
</style>
border-color css
<style>
span { border-color: #EE8CCF; }
span { border-color: rgb(238,140,207); }
td.TdClassName
{
border-color: #EE8CCF;
}
.TagClassName
{
border-color: #EE8CCF;
}
</style>