Shades of Tea Rose #EC90CD
Tints of Tea Rose #EC90CD
RGB
CMYK
RGB Variations
Color information
#EC90CD (or 0xEC90CD) is known color: Tea Rose. HEX triplet: EC, 90 and CD. RGB value is (236,144,205). Sum of RGB (Red+Green+Blue) = 236+144+205=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC90CD is #136F32. Grayscale: #B2B2B2. Windows color (decimal): -1273651 or 13471980. OLE color: 13471980.
HSL color Cylindrical-coordinate representation of color #EC90CD: hue angle of 320.22º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC90CD is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 205 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.07 |
| HSL | 320.22º | 0.71% | 0.75% | - |
| HSV(B) | 320.22º | 0.39% | 0.93% | - |
| XYZ | 55.58 | 42.19 | 62.97 | - |
| YUV | 178.46 | 142.98 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 205 | 0 | 0.39 | 0.13 | 0.07 | 320.22 | 0.71 | 0.75 |
| Hex | EC | 90 | CD | 0 | 27 | D | 7 | 140 | 47 | 4B |
| Octal | 354 | 220 | 315 | 0 | 47 | 15 | 7 | 500 | 107 | 113 |
| Binary | 11101100 | 10010000 | 11001101 | 0 | 100111 | 1101 | 111 | 101000000 | 1000111 | 1001011 |
Color Harmonies of #EC90CD
Complementary color
Monochromatic Colors of #EC90CD
Black with #EC90CD
Text Example
Text Example
White with #EC90CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90CD; }
p { color: rgb(236,144,205); }
H1.HeaderClassName
{
color: #EC90CD;
}
.AnyTagClassName
{
color: #EC90CD;
}
</style>
background-color css
<style>
a { background-color: #EC90CD; }
a { background-color: rgb(236,144,205); }
div.DivClassName
{
background-color: #EC90CD;
}
.BgClassName
{
background-color: #EC90CD;
}
</style>
border-color css
<style>
span { border-color: #EC90CD; }
span { border-color: rgb(236,144,205); }
td.TdClassName
{
border-color: #EC90CD;
}
.TagClassName
{
border-color: #EC90CD;
}
</style>