Shades of Tea Rose #EC8CD1
Tints of Tea Rose #EC8CD1
RGB
CMYK
RGB Variations
Color information
#EC8CD1 (or 0xEC8CD1) is known color: Tea Rose. HEX triplet: EC, 8C and D1. RGB value is (236,140,209). Sum of RGB (Red+Green+Blue) = 236+140+209=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 140 (55.08% from 255 or 23.93% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8CD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8CD1 is #13732E. Grayscale: #B0B0B0. Windows color (decimal): -1274671 or 13733100. OLE color: 13733100.
HSL color Cylindrical-coordinate representation of color #EC8CD1: hue angle of 316.88º 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 #EC8CD1 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 209 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.07 |
| HSL | 316.88º | 0.72% | 0.74% | - |
| HSV(B) | 316.88º | 0.41% | 0.93% | - |
| XYZ | 55.48 | 41.19 | 65.35 | - |
| YUV | 176.57 | 146.3 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 209 | 0 | 0.41 | 0.11 | 0.07 | 316.88 | 0.72 | 0.74 |
| Hex | EC | 8C | D1 | 0 | 29 | B | 7 | 13D | 48 | 4A |
| Octal | 354 | 214 | 321 | 0 | 51 | 13 | 7 | 475 | 110 | 112 |
| Binary | 11101100 | 10001100 | 11010001 | 0 | 101001 | 1011 | 111 | 100111101 | 1001000 | 1001010 |
Color Harmonies of #EC8CD1
Complementary color
Monochromatic Colors of #EC8CD1
Black with #EC8CD1
Text Example
Text Example
White with #EC8CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8CD1; }
p { color: rgb(236,140,209); }
H1.HeaderClassName
{
color: #EC8CD1;
}
.AnyTagClassName
{
color: #EC8CD1;
}
</style>
background-color css
<style>
a { background-color: #EC8CD1; }
a { background-color: rgb(236,140,209); }
div.DivClassName
{
background-color: #EC8CD1;
}
.BgClassName
{
background-color: #EC8CD1;
}
</style>
border-color css
<style>
span { border-color: #EC8CD1; }
span { border-color: rgb(236,140,209); }
td.TdClassName
{
border-color: #EC8CD1;
}
.TagClassName
{
border-color: #EC8CD1;
}
</style>