Shades of Tea Rose #EC90CF
Tints of Tea Rose #EC90CF
RGB
CMYK
RGB Variations
Color information
#EC90CF (or 0xEC90CF) is known color: Tea Rose. HEX triplet: EC, 90 and CF. RGB value is (236,144,207). Sum of RGB (Red+Green+Blue) = 236+144+207=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #EC90CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC90CF is #136F30. Grayscale: #B2B2B2. Windows color (decimal): -1273649 or 13603052. OLE color: 13603052.
HSL color Cylindrical-coordinate representation of color #EC90CF: hue angle of 318.91º 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 #EC90CF is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 207 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.07 |
| HSL | 318.91º | 0.71% | 0.75% | - |
| HSV(B) | 318.91º | 0.39% | 0.93% | - |
| XYZ | 55.83 | 42.28 | 64.25 | - |
| YUV | 178.69 | 143.98 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 207 | 0 | 0.39 | 0.12 | 0.07 | 318.91 | 0.71 | 0.75 |
| Hex | EC | 90 | CF | 0 | 27 | C | 7 | 13F | 47 | 4B |
| Octal | 354 | 220 | 317 | 0 | 47 | 14 | 7 | 477 | 107 | 113 |
| Binary | 11101100 | 10010000 | 11001111 | 0 | 100111 | 1100 | 111 | 100111111 | 1000111 | 1001011 |
Color Harmonies of #EC90CF
Complementary color
Monochromatic Colors of #EC90CF
Black with #EC90CF
Text Example
Text Example
White with #EC90CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC90CF; }
p { color: rgb(236,144,207); }
H1.HeaderClassName
{
color: #EC90CF;
}
.AnyTagClassName
{
color: #EC90CF;
}
</style>
background-color css
<style>
a { background-color: #EC90CF; }
a { background-color: rgb(236,144,207); }
div.DivClassName
{
background-color: #EC90CF;
}
.BgClassName
{
background-color: #EC90CF;
}
</style>
border-color css
<style>
span { border-color: #EC90CF; }
span { border-color: rgb(236,144,207); }
td.TdClassName
{
border-color: #EC90CF;
}
.TagClassName
{
border-color: #EC90CF;
}
</style>