Shades of Tea Rose #EC91D0
Tints of Tea Rose #EC91D0
RGB
CMYK
RGB Variations
Color information
#EC91D0 (or 0xEC91D0) is known color: Tea Rose. HEX triplet: EC, 91 and D0. RGB value is (236,145,208). Sum of RGB (Red+Green+Blue) = 236+145+208=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #EC91D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC91D0 is #136E2F. Grayscale: #B3B3B3. Windows color (decimal): -1273392 or 13668844. OLE color: 13668844.
HSL color Cylindrical-coordinate representation of color #EC91D0: hue angle of 318.46º 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 #EC91D0 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 208 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.07 |
| HSL | 318.46º | 0.71% | 0.75% | - |
| HSV(B) | 318.46º | 0.39% | 0.93% | - |
| XYZ | 56.1 | 42.64 | 64.95 | - |
| YUV | 179.39 | 144.15 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 208 | 0 | 0.39 | 0.12 | 0.07 | 318.46 | 0.71 | 0.75 |
| Hex | EC | 91 | D0 | 0 | 27 | C | 7 | 13E | 47 | 4B |
| Octal | 354 | 221 | 320 | 0 | 47 | 14 | 7 | 476 | 107 | 113 |
| Binary | 11101100 | 10010001 | 11010000 | 0 | 100111 | 1100 | 111 | 100111110 | 1000111 | 1001011 |
Color Harmonies of #EC91D0
Complementary color
Monochromatic Colors of #EC91D0
Black with #EC91D0
Text Example
Text Example
White with #EC91D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC91D0; }
p { color: rgb(236,145,208); }
H1.HeaderClassName
{
color: #EC91D0;
}
.AnyTagClassName
{
color: #EC91D0;
}
</style>
background-color css
<style>
a { background-color: #EC91D0; }
a { background-color: rgb(236,145,208); }
div.DivClassName
{
background-color: #EC91D0;
}
.BgClassName
{
background-color: #EC91D0;
}
</style>
border-color css
<style>
span { border-color: #EC91D0; }
span { border-color: rgb(236,145,208); }
td.TdClassName
{
border-color: #EC91D0;
}
.TagClassName
{
border-color: #EC91D0;
}
</style>