Shades of Tea Rose #EC8BCB
Tints of Tea Rose #EC8BCB
RGB
CMYK
RGB Variations
Color information
#EC8BCB (or 0xEC8BCB) is known color: Tea Rose. HEX triplet: EC, 8B and CB. RGB value is (236,139,203). Sum of RGB (Red+Green+Blue) = 236+139+203=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BCB is #137434. Grayscale: #AFAFAF. Windows color (decimal): -1274933 or 13339628. OLE color: 13339628.
HSL color Cylindrical-coordinate representation of color #EC8BCB: hue angle of 320.41º 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 #EC8BCB is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 203 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.07 |
| HSL | 320.41º | 0.72% | 0.74% | - |
| HSV(B) | 320.41º | 0.41% | 0.93% | - |
| XYZ | 54.6 | 40.61 | 61.46 | - |
| YUV | 175.3 | 143.64 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 203 | 0 | 0.41 | 0.14 | 0.07 | 320.41 | 0.72 | 0.74 |
| Hex | EC | 8B | CB | 0 | 29 | E | 7 | 140 | 48 | 4A |
| Octal | 354 | 213 | 313 | 0 | 51 | 16 | 7 | 500 | 110 | 112 |
| Binary | 11101100 | 10001011 | 11001011 | 0 | 101001 | 1110 | 111 | 101000000 | 1001000 | 1001010 |
Color Harmonies of #EC8BCB
Complementary color
Monochromatic Colors of #EC8BCB
Black with #EC8BCB
Text Example
Text Example
White with #EC8BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BCB; }
p { color: rgb(236,139,203); }
H1.HeaderClassName
{
color: #EC8BCB;
}
.AnyTagClassName
{
color: #EC8BCB;
}
</style>
background-color css
<style>
a { background-color: #EC8BCB; }
a { background-color: rgb(236,139,203); }
div.DivClassName
{
background-color: #EC8BCB;
}
.BgClassName
{
background-color: #EC8BCB;
}
</style>
border-color css
<style>
span { border-color: #EC8BCB; }
span { border-color: rgb(236,139,203); }
td.TdClassName
{
border-color: #EC8BCB;
}
.TagClassName
{
border-color: #EC8BCB;
}
</style>