Shades of Tea Rose #EC91CF
Tints of Tea Rose #EC91CF
RGB
CMYK
RGB Variations
Color information
#EC91CF (or 0xEC91CF) is known color: Tea Rose. HEX triplet: EC, 91 and CF. RGB value is (236,145,207). Sum of RGB (Red+Green+Blue) = 236+145+207=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 145 (57.03% from 255 or 24.66% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 236 - color contains mainly: red. Hex color #EC91CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC91CF is #136E30. Grayscale: #B3B3B3. Windows color (decimal): -1273393 or 13603308. OLE color: 13603308.
HSL color Cylindrical-coordinate representation of color #EC91CF: hue angle of 319.12º 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 #EC91CF is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 207 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.07 |
| HSL | 319.12º | 0.71% | 0.75% | - |
| HSV(B) | 319.12º | 0.39% | 0.93% | - |
| XYZ | 55.98 | 42.59 | 64.3 | - |
| YUV | 179.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 207 | 0 | 0.39 | 0.12 | 0.07 | 319.12 | 0.71 | 0.75 |
| Hex | EC | 91 | CF | 0 | 27 | C | 7 | 13F | 47 | 4B |
| Octal | 354 | 221 | 317 | 0 | 47 | 14 | 7 | 477 | 107 | 113 |
| Binary | 11101100 | 10010001 | 11001111 | 0 | 100111 | 1100 | 111 | 100111111 | 1000111 | 1001011 |
Color Harmonies of #EC91CF
Complementary color
Monochromatic Colors of #EC91CF
Black with #EC91CF
Text Example
Text Example
White with #EC91CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC91CF; }
p { color: rgb(236,145,207); }
H1.HeaderClassName
{
color: #EC91CF;
}
.AnyTagClassName
{
color: #EC91CF;
}
</style>
background-color css
<style>
a { background-color: #EC91CF; }
a { background-color: rgb(236,145,207); }
div.DivClassName
{
background-color: #EC91CF;
}
.BgClassName
{
background-color: #EC91CF;
}
</style>
border-color css
<style>
span { border-color: #EC91CF; }
span { border-color: rgb(236,145,207); }
td.TdClassName
{
border-color: #EC91CF;
}
.TagClassName
{
border-color: #EC91CF;
}
</style>