Shades of Tea Rose #EC8BBF
Tints of Tea Rose #EC8BBF
RGB
CMYK
RGB Variations
Color information
#EC8BBF (or 0xEC8BBF) is known color: Tea Rose. HEX triplet: EC, 8B and BF. RGB value is (236,139,191). Sum of RGB (Red+Green+Blue) = 236+139+191=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BBF is #137440. Grayscale: #ADADAD. Windows color (decimal): -1274945 or 12553196. OLE color: 12553196.
HSL color Cylindrical-coordinate representation of color #EC8BBF: hue angle of 327.84º degrees, saturation: 0.72, 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 #EC8BBF is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 191 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.07 |
| HSL | 327.84º | 0.72% | 0.74% | - |
| HSV(B) | 327.84º | 0.41% | 0.93% | - |
| XYZ | 53.23 | 40.06 | 54.22 | - |
| YUV | 173.93 | 137.64 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 191 | 0 | 0.41 | 0.19 | 0.07 | 327.84 | 0.72 | 0.74 |
| Hex | EC | 8B | BF | 0 | 29 | 13 | 7 | 148 | 48 | 4A |
| Octal | 354 | 213 | 277 | 0 | 51 | 23 | 7 | 510 | 110 | 112 |
| Binary | 11101100 | 10001011 | 10111111 | 0 | 101001 | 10011 | 111 | 101001000 | 1001000 | 1001010 |
Color Harmonies of #EC8BBF
Complementary color
Monochromatic Colors of #EC8BBF
Black with #EC8BBF
Text Example
Text Example
White with #EC8BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BBF; }
p { color: rgb(236,139,191); }
H1.HeaderClassName
{
color: #EC8BBF;
}
.AnyTagClassName
{
color: #EC8BBF;
}
</style>
background-color css
<style>
a { background-color: #EC8BBF; }
a { background-color: rgb(236,139,191); }
div.DivClassName
{
background-color: #EC8BBF;
}
.BgClassName
{
background-color: #EC8BBF;
}
</style>
border-color css
<style>
span { border-color: #EC8BBF; }
span { border-color: rgb(236,139,191); }
td.TdClassName
{
border-color: #EC8BBF;
}
.TagClassName
{
border-color: #EC8BBF;
}
</style>