Shades of Tea Rose #EC8BC7
Tints of Tea Rose #EC8BC7
RGB
CMYK
RGB Variations
Color information
#EC8BC7 (or 0xEC8BC7) is known color: Tea Rose. HEX triplet: EC, 8B and C7. RGB value is (236,139,199). Sum of RGB (Red+Green+Blue) = 236+139+199=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BC7 is #137438. Grayscale: #AEAEAE. Windows color (decimal): -1274937 or 13077484. OLE color: 13077484.
HSL color Cylindrical-coordinate representation of color #EC8BC7: hue angle of 322.89º 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 #EC8BC7 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 199 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.07 |
| HSL | 322.89º | 0.72% | 0.74% | - |
| HSV(B) | 322.89º | 0.41% | 0.93% | - |
| XYZ | 54.13 | 40.42 | 58.98 | - |
| YUV | 174.84 | 141.64 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 199 | 0 | 0.41 | 0.16 | 0.07 | 322.89 | 0.72 | 0.74 |
| Hex | EC | 8B | C7 | 0 | 29 | 10 | 7 | 143 | 48 | 4A |
| Octal | 354 | 213 | 307 | 0 | 51 | 20 | 7 | 503 | 110 | 112 |
| Binary | 11101100 | 10001011 | 11000111 | 0 | 101001 | 10000 | 111 | 101000011 | 1001000 | 1001010 |
Color Harmonies of #EC8BC7
Complementary color
Monochromatic Colors of #EC8BC7
Black with #EC8BC7
Text Example
Text Example
White with #EC8BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BC7; }
p { color: rgb(236,139,199); }
H1.HeaderClassName
{
color: #EC8BC7;
}
.AnyTagClassName
{
color: #EC8BC7;
}
</style>
background-color css
<style>
a { background-color: #EC8BC7; }
a { background-color: rgb(236,139,199); }
div.DivClassName
{
background-color: #EC8BC7;
}
.BgClassName
{
background-color: #EC8BC7;
}
</style>
border-color css
<style>
span { border-color: #EC8BC7; }
span { border-color: rgb(236,139,199); }
td.TdClassName
{
border-color: #EC8BC7;
}
.TagClassName
{
border-color: #EC8BC7;
}
</style>