Shades of Tea Rose #EC8CCA
Tints of Tea Rose #EC8CCA
RGB
CMYK
RGB Variations
Color information
#EC8CCA (or 0xEC8CCA) is known color: Tea Rose. HEX triplet: EC, 8C and CA. RGB value is (236,140,202). Sum of RGB (Red+Green+Blue) = 236+140+202=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8CCA is #137335. Grayscale: #AFAFAF. Windows color (decimal): -1274678 or 13274348. OLE color: 13274348.
HSL color Cylindrical-coordinate representation of color #EC8CCA: hue angle of 321.25º 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 #EC8CCA is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 202 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.07 |
| HSL | 321.25º | 0.72% | 0.74% | - |
| HSV(B) | 321.25º | 0.41% | 0.93% | - |
| XYZ | 54.63 | 40.85 | 60.88 | - |
| YUV | 175.77 | 142.8 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 202 | 0 | 0.41 | 0.14 | 0.07 | 321.25 | 0.72 | 0.74 |
| Hex | EC | 8C | CA | 0 | 29 | E | 7 | 141 | 48 | 4A |
| Octal | 354 | 214 | 312 | 0 | 51 | 16 | 7 | 501 | 110 | 112 |
| Binary | 11101100 | 10001100 | 11001010 | 0 | 101001 | 1110 | 111 | 101000001 | 1001000 | 1001010 |
Color Harmonies of #EC8CCA
Complementary color
Monochromatic Colors of #EC8CCA
Black with #EC8CCA
Text Example
Text Example
White with #EC8CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8CCA; }
p { color: rgb(236,140,202); }
H1.HeaderClassName
{
color: #EC8CCA;
}
.AnyTagClassName
{
color: #EC8CCA;
}
</style>
background-color css
<style>
a { background-color: #EC8CCA; }
a { background-color: rgb(236,140,202); }
div.DivClassName
{
background-color: #EC8CCA;
}
.BgClassName
{
background-color: #EC8CCA;
}
</style>
border-color css
<style>
span { border-color: #EC8CCA; }
span { border-color: rgb(236,140,202); }
td.TdClassName
{
border-color: #EC8CCA;
}
.TagClassName
{
border-color: #EC8CCA;
}
</style>