Shades of Tea Rose #EC92D0
Tints of Tea Rose #EC92D0
RGB
CMYK
RGB Variations
Color information
#EC92D0 (or 0xEC92D0) is known color: Tea Rose. HEX triplet: EC, 92 and D0. RGB value is (236,146,208). Sum of RGB (Red+Green+Blue) = 236+146+208=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #EC92D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC92D0 is #136D2F. Grayscale: #B3B3B3. Windows color (decimal): -1273136 or 13669100. OLE color: 13669100.
HSL color Cylindrical-coordinate representation of color #EC92D0: hue angle of 318.67º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EC92D0 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 146 | 208 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.07 |
| HSL | 318.67º | 0.7% | 0.75% | - |
| HSV(B) | 318.67º | 0.38% | 0.93% | - |
| XYZ | 56.26 | 42.94 | 65 | - |
| YUV | 179.98 | 143.82 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 146 | 208 | 0 | 0.38 | 0.12 | 0.07 | 318.67 | 0.7 | 0.75 |
| Hex | EC | 92 | D0 | 0 | 26 | C | 7 | 13F | 46 | 4B |
| Octal | 354 | 222 | 320 | 0 | 46 | 14 | 7 | 477 | 106 | 113 |
| Binary | 11101100 | 10010010 | 11010000 | 0 | 100110 | 1100 | 111 | 100111111 | 1000110 | 1001011 |
Color Harmonies of #EC92D0
Complementary color
Monochromatic Colors of #EC92D0
Black with #EC92D0
Text Example
Text Example
White with #EC92D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC92D0; }
p { color: rgb(236,146,208); }
H1.HeaderClassName
{
color: #EC92D0;
}
.AnyTagClassName
{
color: #EC92D0;
}
</style>
background-color css
<style>
a { background-color: #EC92D0; }
a { background-color: rgb(236,146,208); }
div.DivClassName
{
background-color: #EC92D0;
}
.BgClassName
{
background-color: #EC92D0;
}
</style>
border-color css
<style>
span { border-color: #EC92D0; }
span { border-color: rgb(236,146,208); }
td.TdClassName
{
border-color: #EC92D0;
}
.TagClassName
{
border-color: #EC92D0;
}
</style>