Shades of Tea Rose #EE8BCF
Tints of Tea Rose #EE8BCF
RGB
CMYK
RGB Variations
Color information
#EE8BCF (or 0xEE8BCF) is known color: Tea Rose. HEX triplet: EE, 8B and CF. RGB value is (238,139,207). Sum of RGB (Red+Green+Blue) = 238+139+207=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8BCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8BCF is #117430. Grayscale: #B0B0B0. Windows color (decimal): -1143857 or 13601774. OLE color: 13601774.
HSL color Cylindrical-coordinate representation of color #EE8BCF: hue angle of 318.79º degrees, saturation: 0.74, 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 #EE8BCF is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 139 | 207 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.07 |
| HSL | 318.79º | 0.74% | 0.74% | - |
| HSV(B) | 318.79º | 0.42% | 0.93% | - |
| XYZ | 55.76 | 41.15 | 64.04 | - |
| YUV | 176.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 207 | 0 | 0.42 | 0.13 | 0.07 | 318.79 | 0.74 | 0.74 |
| Hex | EE | 8B | CF | 0 | 2A | D | 7 | 13F | 4A | 4A |
| Octal | 356 | 213 | 317 | 0 | 52 | 15 | 7 | 477 | 112 | 112 |
| Binary | 11101110 | 10001011 | 11001111 | 0 | 101010 | 1101 | 111 | 100111111 | 1001010 | 1001010 |
Color Harmonies of #EE8BCF
Complementary color
Monochromatic Colors of #EE8BCF
Black with #EE8BCF
Text Example
Text Example
White with #EE8BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8BCF; }
p { color: rgb(238,139,207); }
H1.HeaderClassName
{
color: #EE8BCF;
}
.AnyTagClassName
{
color: #EE8BCF;
}
</style>
background-color css
<style>
a { background-color: #EE8BCF; }
a { background-color: rgb(238,139,207); }
div.DivClassName
{
background-color: #EE8BCF;
}
.BgClassName
{
background-color: #EE8BCF;
}
</style>
border-color css
<style>
span { border-color: #EE8BCF; }
span { border-color: rgb(238,139,207); }
td.TdClassName
{
border-color: #EE8BCF;
}
.TagClassName
{
border-color: #EE8BCF;
}
</style>