Shades of Tea Rose #EC8FCE
Tints of Tea Rose #EC8FCE
RGB
CMYK
RGB Variations
Color information
#EC8FCE (or 0xEC8FCE) is known color: Tea Rose. HEX triplet: EC, 8F and CE. RGB value is (236,143,206). Sum of RGB (Red+Green+Blue) = 236+143+206=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8FCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8FCE is #137031. Grayscale: #B1B1B1. Windows color (decimal): -1273906 or 13537260. OLE color: 13537260.
HSL color Cylindrical-coordinate representation of color #EC8FCE: hue angle of 319.35º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC8FCE is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 206 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.07 |
| HSL | 319.35º | 0.71% | 0.74% | - |
| HSV(B) | 319.35º | 0.39% | 0.93% | - |
| XYZ | 55.56 | 41.93 | 63.56 | - |
| YUV | 177.99 | 143.81 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 206 | 0 | 0.39 | 0.13 | 0.07 | 319.35 | 0.71 | 0.74 |
| Hex | EC | 8F | CE | 0 | 27 | D | 7 | 13F | 47 | 4A |
| Octal | 354 | 217 | 316 | 0 | 47 | 15 | 7 | 477 | 107 | 112 |
| Binary | 11101100 | 10001111 | 11001110 | 0 | 100111 | 1101 | 111 | 100111111 | 1000111 | 1001010 |
Color Harmonies of #EC8FCE
Complementary color
Monochromatic Colors of #EC8FCE
Black with #EC8FCE
Text Example
Text Example
White with #EC8FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8FCE; }
p { color: rgb(236,143,206); }
H1.HeaderClassName
{
color: #EC8FCE;
}
.AnyTagClassName
{
color: #EC8FCE;
}
</style>
background-color css
<style>
a { background-color: #EC8FCE; }
a { background-color: rgb(236,143,206); }
div.DivClassName
{
background-color: #EC8FCE;
}
.BgClassName
{
background-color: #EC8FCE;
}
</style>
border-color css
<style>
span { border-color: #EC8FCE; }
span { border-color: rgb(236,143,206); }
td.TdClassName
{
border-color: #EC8FCE;
}
.TagClassName
{
border-color: #EC8FCE;
}
</style>