Shades of Tea Rose #EC8CCE
Tints of Tea Rose #EC8CCE
RGB
CMYK
RGB Variations
Color information
#EC8CCE (or 0xEC8CCE) is known color: Tea Rose. HEX triplet: EC, 8C and CE. RGB value is (236,140,206). Sum of RGB (Red+Green+Blue) = 236+140+206=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 140 (55.08% from 255 or 24.05% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8CCE is #137331. Grayscale: #B0B0B0. Windows color (decimal): -1274674 or 13536492. OLE color: 13536492.
HSL color Cylindrical-coordinate representation of color #EC8CCE: hue angle of 318.75º 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 #EC8CCE is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 206 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.07 |
| HSL | 318.75º | 0.72% | 0.74% | - |
| HSV(B) | 318.75º | 0.41% | 0.93% | - |
| XYZ | 55.11 | 41.05 | 63.41 | - |
| YUV | 176.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 206 | 0 | 0.41 | 0.13 | 0.07 | 318.75 | 0.72 | 0.74 |
| Hex | EC | 8C | CE | 0 | 29 | D | 7 | 13F | 48 | 4A |
| Octal | 354 | 214 | 316 | 0 | 51 | 15 | 7 | 477 | 110 | 112 |
| Binary | 11101100 | 10001100 | 11001110 | 0 | 101001 | 1101 | 111 | 100111111 | 1001000 | 1001010 |
Color Harmonies of #EC8CCE
Complementary color
Monochromatic Colors of #EC8CCE
Black with #EC8CCE
Text Example
Text Example
White with #EC8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8CCE; }
p { color: rgb(236,140,206); }
H1.HeaderClassName
{
color: #EC8CCE;
}
.AnyTagClassName
{
color: #EC8CCE;
}
</style>
background-color css
<style>
a { background-color: #EC8CCE; }
a { background-color: rgb(236,140,206); }
div.DivClassName
{
background-color: #EC8CCE;
}
.BgClassName
{
background-color: #EC8CCE;
}
</style>
border-color css
<style>
span { border-color: #EC8CCE; }
span { border-color: rgb(236,140,206); }
td.TdClassName
{
border-color: #EC8CCE;
}
.TagClassName
{
border-color: #EC8CCE;
}
</style>