Shades of Tea Rose #EE8BBC
Tints of Tea Rose #EE8BBC
RGB
CMYK
RGB Variations
Color information
#EE8BBC (or 0xEE8BBC) is known color: Tea Rose. HEX triplet: EE, 8B and BC. RGB value is (238,139,188). Sum of RGB (Red+Green+Blue) = 238+139+188=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8BBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8BBC is #117443. Grayscale: #AEAEAE. Windows color (decimal): -1143876 or 12356590. OLE color: 12356590.
HSL color Cylindrical-coordinate representation of color #EE8BBC: hue angle of 330.3º 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 #EE8BBC is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 139 | 188 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.07 |
| HSL | 330.3º | 0.74% | 0.74% | - |
| HSV(B) | 330.3º | 0.42% | 0.93% | - |
| XYZ | 53.57 | 40.27 | 52.53 | - |
| YUV | 174.19 | 135.8 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 188 | 0 | 0.42 | 0.21 | 0.07 | 330.3 | 0.74 | 0.74 |
| Hex | EE | 8B | BC | 0 | 2A | 15 | 7 | 14A | 4A | 4A |
| Octal | 356 | 213 | 274 | 0 | 52 | 25 | 7 | 512 | 112 | 112 |
| Binary | 11101110 | 10001011 | 10111100 | 0 | 101010 | 10101 | 111 | 101001010 | 1001010 | 1001010 |
Color Harmonies of #EE8BBC
Complementary color
Monochromatic Colors of #EE8BBC
Black with #EE8BBC
Text Example
Text Example
White with #EE8BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8BBC; }
p { color: rgb(238,139,188); }
H1.HeaderClassName
{
color: #EE8BBC;
}
.AnyTagClassName
{
color: #EE8BBC;
}
</style>
background-color css
<style>
a { background-color: #EE8BBC; }
a { background-color: rgb(238,139,188); }
div.DivClassName
{
background-color: #EE8BBC;
}
.BgClassName
{
background-color: #EE8BBC;
}
</style>
border-color css
<style>
span { border-color: #EE8BBC; }
span { border-color: rgb(238,139,188); }
td.TdClassName
{
border-color: #EE8BBC;
}
.TagClassName
{
border-color: #EE8BBC;
}
</style>