Shades of Tea Rose #EC8BCA
Tints of Tea Rose #EC8BCA
RGB
CMYK
RGB Variations
Color information
#EC8BCA (or 0xEC8BCA) is known color: Tea Rose. HEX triplet: EC, 8B and CA. RGB value is (236,139,202). Sum of RGB (Red+Green+Blue) = 236+139+202=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 139 (54.69% from 255 or 24.09% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BCA is #137435. Grayscale: #AFAFAF. Windows color (decimal): -1274934 or 13274092. OLE color: 13274092.
HSL color Cylindrical-coordinate representation of color #EC8BCA: hue angle of 321.03º 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 #EC8BCA is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 202 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.07 |
| HSL | 321.03º | 0.72% | 0.74% | - |
| HSV(B) | 321.03º | 0.41% | 0.93% | - |
| XYZ | 54.49 | 40.56 | 60.83 | - |
| YUV | 175.19 | 143.14 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 202 | 0 | 0.41 | 0.14 | 0.07 | 321.03 | 0.72 | 0.74 |
| Hex | EC | 8B | CA | 0 | 29 | E | 7 | 141 | 48 | 4A |
| Octal | 354 | 213 | 312 | 0 | 51 | 16 | 7 | 501 | 110 | 112 |
| Binary | 11101100 | 10001011 | 11001010 | 0 | 101001 | 1110 | 111 | 101000001 | 1001000 | 1001010 |
Color Harmonies of #EC8BCA
Complementary color
Monochromatic Colors of #EC8BCA
Black with #EC8BCA
Text Example
Text Example
White with #EC8BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BCA; }
p { color: rgb(236,139,202); }
H1.HeaderClassName
{
color: #EC8BCA;
}
.AnyTagClassName
{
color: #EC8BCA;
}
</style>
background-color css
<style>
a { background-color: #EC8BCA; }
a { background-color: rgb(236,139,202); }
div.DivClassName
{
background-color: #EC8BCA;
}
.BgClassName
{
background-color: #EC8BCA;
}
</style>
border-color css
<style>
span { border-color: #EC8BCA; }
span { border-color: rgb(236,139,202); }
td.TdClassName
{
border-color: #EC8BCA;
}
.TagClassName
{
border-color: #EC8BCA;
}
</style>