Shades of Tea Rose #EC8BC4
Tints of Tea Rose #EC8BC4
RGB
CMYK
RGB Variations
Color information
#EC8BC4 (or 0xEC8BC4) is known color: Tea Rose. HEX triplet: EC, 8B and C4. RGB value is (236,139,196). Sum of RGB (Red+Green+Blue) = 236+139+196=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BC4 is #13743B. Grayscale: #AEAEAE. Windows color (decimal): -1274940 or 12880876. OLE color: 12880876.
HSL color Cylindrical-coordinate representation of color #EC8BC4: hue angle of 324.74º 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 #EC8BC4 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 196 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.07 |
| HSL | 324.74º | 0.72% | 0.74% | - |
| HSV(B) | 324.74º | 0.41% | 0.93% | - |
| XYZ | 53.79 | 40.28 | 57.17 | - |
| YUV | 174.5 | 140.14 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 196 | 0 | 0.41 | 0.17 | 0.07 | 324.74 | 0.72 | 0.74 |
| Hex | EC | 8B | C4 | 0 | 29 | 11 | 7 | 145 | 48 | 4A |
| Octal | 354 | 213 | 304 | 0 | 51 | 21 | 7 | 505 | 110 | 112 |
| Binary | 11101100 | 10001011 | 11000100 | 0 | 101001 | 10001 | 111 | 101000101 | 1001000 | 1001010 |
Color Harmonies of #EC8BC4
Complementary color
Monochromatic Colors of #EC8BC4
Black with #EC8BC4
Text Example
Text Example
White with #EC8BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BC4; }
p { color: rgb(236,139,196); }
H1.HeaderClassName
{
color: #EC8BC4;
}
.AnyTagClassName
{
color: #EC8BC4;
}
</style>
background-color css
<style>
a { background-color: #EC8BC4; }
a { background-color: rgb(236,139,196); }
div.DivClassName
{
background-color: #EC8BC4;
}
.BgClassName
{
background-color: #EC8BC4;
}
</style>
border-color css
<style>
span { border-color: #EC8BC4; }
span { border-color: rgb(236,139,196); }
td.TdClassName
{
border-color: #EC8BC4;
}
.TagClassName
{
border-color: #EC8BC4;
}
</style>