Shades of Tea Rose #EC8CCF
Tints of Tea Rose #EC8CCF
RGB
CMYK
RGB Variations
Color information
#EC8CCF (or 0xEC8CCF) is known color: Tea Rose. HEX triplet: EC, 8C and CF. RGB value is (236,140,207). Sum of RGB (Red+Green+Blue) = 236+140+207=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8CCF is #137330. Grayscale: #B0B0B0. Windows color (decimal): -1274673 or 13602028. OLE color: 13602028.
HSL color Cylindrical-coordinate representation of color #EC8CCF: hue angle of 318.12º 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 #EC8CCF is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 207 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.07 |
| HSL | 318.13º | 0.72% | 0.74% | - |
| HSV(B) | 318.13º | 0.41% | 0.93% | - |
| XYZ | 55.23 | 41.09 | 64.05 | - |
| YUV | 176.34 | 145.3 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 207 | 0 | 0.41 | 0.12 | 0.07 | 318.13 | 0.72 | 0.74 |
| Hex | EC | 8C | CF | 0 | 29 | C | 7 | 13E | 48 | 4A |
| Octal | 354 | 214 | 317 | 0 | 51 | 14 | 7 | 476 | 110 | 112 |
| Binary | 11101100 | 10001100 | 11001111 | 0 | 101001 | 1100 | 111 | 100111110 | 1001000 | 1001010 |
Color Harmonies of #EC8CCF
Complementary color
Monochromatic Colors of #EC8CCF
Black with #EC8CCF
Text Example
Text Example
White with #EC8CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8CCF; }
p { color: rgb(236,140,207); }
H1.HeaderClassName
{
color: #EC8CCF;
}
.AnyTagClassName
{
color: #EC8CCF;
}
</style>
background-color css
<style>
a { background-color: #EC8CCF; }
a { background-color: rgb(236,140,207); }
div.DivClassName
{
background-color: #EC8CCF;
}
.BgClassName
{
background-color: #EC8CCF;
}
</style>
border-color css
<style>
span { border-color: #EC8CCF; }
span { border-color: rgb(236,140,207); }
td.TdClassName
{
border-color: #EC8CCF;
}
.TagClassName
{
border-color: #EC8CCF;
}
</style>