Shades of Tea Rose #EC8BCE
Tints of Tea Rose #EC8BCE
RGB
CMYK
RGB Variations
Color information
#EC8BCE (or 0xEC8BCE) is known color: Tea Rose. HEX triplet: EC, 8B and CE. RGB value is (236,139,206). Sum of RGB (Red+Green+Blue) = 236+139+206=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BCE is #137431. Grayscale: #AFAFAF. Windows color (decimal): -1274930 or 13536236. OLE color: 13536236.
HSL color Cylindrical-coordinate representation of color #EC8BCE: hue angle of 318.56º 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 #EC8BCE is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 206 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.07 |
| HSL | 318.56º | 0.72% | 0.74% | - |
| HSV(B) | 318.56º | 0.41% | 0.93% | - |
| XYZ | 54.97 | 40.75 | 63.36 | - |
| YUV | 175.64 | 145.14 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 206 | 0 | 0.41 | 0.13 | 0.07 | 318.56 | 0.72 | 0.74 |
| Hex | EC | 8B | CE | 0 | 29 | D | 7 | 13F | 48 | 4A |
| Octal | 354 | 213 | 316 | 0 | 51 | 15 | 7 | 477 | 110 | 112 |
| Binary | 11101100 | 10001011 | 11001110 | 0 | 101001 | 1101 | 111 | 100111111 | 1001000 | 1001010 |
Color Harmonies of #EC8BCE
Complementary color
Monochromatic Colors of #EC8BCE
Black with #EC8BCE
Text Example
Text Example
White with #EC8BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BCE; }
p { color: rgb(236,139,206); }
H1.HeaderClassName
{
color: #EC8BCE;
}
.AnyTagClassName
{
color: #EC8BCE;
}
</style>
background-color css
<style>
a { background-color: #EC8BCE; }
a { background-color: rgb(236,139,206); }
div.DivClassName
{
background-color: #EC8BCE;
}
.BgClassName
{
background-color: #EC8BCE;
}
</style>
border-color css
<style>
span { border-color: #EC8BCE; }
span { border-color: rgb(236,139,206); }
td.TdClassName
{
border-color: #EC8BCE;
}
.TagClassName
{
border-color: #EC8BCE;
}
</style>