Shades of Tea Rose #EE8CBF
Tints of Tea Rose #EE8CBF
RGB
CMYK
RGB Variations
Color information
#EE8CBF (or 0xEE8CBF) is known color: Tea Rose. HEX triplet: EE, 8C and BF. RGB value is (238,140,191). Sum of RGB (Red+Green+Blue) = 238+140+191=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8CBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8CBF is #117340. Grayscale: #AFAFAF. Windows color (decimal): -1143617 or 12553454. OLE color: 12553454.
HSL color Cylindrical-coordinate representation of color #EE8CBF: hue angle of 328.78º 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 #EE8CBF is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 191 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.07 |
| HSL | 328.78º | 0.74% | 0.74% | - |
| HSV(B) | 328.78º | 0.41% | 0.93% | - |
| XYZ | 54.04 | 40.69 | 54.3 | - |
| YUV | 175.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 191 | 0 | 0.41 | 0.20 | 0.07 | 328.78 | 0.74 | 0.74 |
| Hex | EE | 8C | BF | 0 | 29 | 14 | 7 | 149 | 4A | 4A |
| Octal | 356 | 214 | 277 | 0 | 51 | 24 | 7 | 511 | 112 | 112 |
| Binary | 11101110 | 10001100 | 10111111 | 0 | 101001 | 10100 | 111 | 101001001 | 1001010 | 1001010 |
Color Harmonies of #EE8CBF
Complementary color
Monochromatic Colors of #EE8CBF
Black with #EE8CBF
Text Example
Text Example
White with #EE8CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8CBF; }
p { color: rgb(238,140,191); }
H1.HeaderClassName
{
color: #EE8CBF;
}
.AnyTagClassName
{
color: #EE8CBF;
}
</style>
background-color css
<style>
a { background-color: #EE8CBF; }
a { background-color: rgb(238,140,191); }
div.DivClassName
{
background-color: #EE8CBF;
}
.BgClassName
{
background-color: #EE8CBF;
}
</style>
border-color css
<style>
span { border-color: #EE8CBF; }
span { border-color: rgb(238,140,191); }
td.TdClassName
{
border-color: #EE8CBF;
}
.TagClassName
{
border-color: #EE8CBF;
}
</style>