Shades of Tea Rose #EC8FCD
Tints of Tea Rose #EC8FCD
RGB
CMYK
RGB Variations
Color information
#EC8FCD (or 0xEC8FCD) is known color: Tea Rose. HEX triplet: EC, 8F and CD. RGB value is (236,143,205). Sum of RGB (Red+Green+Blue) = 236+143+205=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8FCD is #137032. Grayscale: #B1B1B1. Windows color (decimal): -1273907 or 13471724. OLE color: 13471724.
HSL color Cylindrical-coordinate representation of color #EC8FCD: hue angle of 320º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC8FCD is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 205 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.07 |
| HSL | 320º | 0.71% | 0.74% | - |
| HSV(B) | 320º | 0.39% | 0.93% | - |
| XYZ | 55.43 | 41.89 | 62.92 | - |
| YUV | 177.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 205 | 0 | 0.39 | 0.13 | 0.07 | 320 | 0.71 | 0.74 |
| Hex | EC | 8F | CD | 0 | 27 | D | 7 | 140 | 47 | 4A |
| Octal | 354 | 217 | 315 | 0 | 47 | 15 | 7 | 500 | 107 | 112 |
| Binary | 11101100 | 10001111 | 11001101 | 0 | 100111 | 1101 | 111 | 101000000 | 1000111 | 1001010 |
Color Harmonies of #EC8FCD
Complementary color
Monochromatic Colors of #EC8FCD
Black with #EC8FCD
Text Example
Text Example
White with #EC8FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8FCD; }
p { color: rgb(236,143,205); }
H1.HeaderClassName
{
color: #EC8FCD;
}
.AnyTagClassName
{
color: #EC8FCD;
}
</style>
background-color css
<style>
a { background-color: #EC8FCD; }
a { background-color: rgb(236,143,205); }
div.DivClassName
{
background-color: #EC8FCD;
}
.BgClassName
{
background-color: #EC8FCD;
}
</style>
border-color css
<style>
span { border-color: #EC8FCD; }
span { border-color: rgb(236,143,205); }
td.TdClassName
{
border-color: #EC8FCD;
}
.TagClassName
{
border-color: #EC8FCD;
}
</style>