Shades of Tea Rose #EC8CCB
Tints of Tea Rose #EC8CCB
RGB
CMYK
RGB Variations
Color information
#EC8CCB (or 0xEC8CCB) is known color: Tea Rose. HEX triplet: EC, 8C and CB. RGB value is (236,140,203). Sum of RGB (Red+Green+Blue) = 236+140+203=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8CCB is #137334. Grayscale: #AFAFAF. Windows color (decimal): -1274677 or 13339884. OLE color: 13339884.
HSL color Cylindrical-coordinate representation of color #EC8CCB: hue angle of 320.62º 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 #EC8CCB is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 203 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.07 |
| HSL | 320.63º | 0.72% | 0.74% | - |
| HSV(B) | 320.63º | 0.41% | 0.93% | - |
| XYZ | 54.75 | 40.9 | 61.51 | - |
| YUV | 175.89 | 143.3 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 203 | 0 | 0.41 | 0.14 | 0.07 | 320.63 | 0.72 | 0.74 |
| Hex | EC | 8C | CB | 0 | 29 | E | 7 | 141 | 48 | 4A |
| Octal | 354 | 214 | 313 | 0 | 51 | 16 | 7 | 501 | 110 | 112 |
| Binary | 11101100 | 10001100 | 11001011 | 0 | 101001 | 1110 | 111 | 101000001 | 1001000 | 1001010 |
Color Harmonies of #EC8CCB
Complementary color
Monochromatic Colors of #EC8CCB
Black with #EC8CCB
Text Example
Text Example
White with #EC8CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8CCB; }
p { color: rgb(236,140,203); }
H1.HeaderClassName
{
color: #EC8CCB;
}
.AnyTagClassName
{
color: #EC8CCB;
}
</style>
background-color css
<style>
a { background-color: #EC8CCB; }
a { background-color: rgb(236,140,203); }
div.DivClassName
{
background-color: #EC8CCB;
}
.BgClassName
{
background-color: #EC8CCB;
}
</style>
border-color css
<style>
span { border-color: #EC8CCB; }
span { border-color: rgb(236,140,203); }
td.TdClassName
{
border-color: #EC8CCB;
}
.TagClassName
{
border-color: #EC8CCB;
}
</style>