Shades of Tea Rose #EB8BCD
Tints of Tea Rose #EB8BCD
RGB
CMYK
RGB Variations
Color information
#EB8BCD (or 0xEB8BCD) is known color: Tea Rose. HEX triplet: EB, 8B and CD. RGB value is (235,139,205). Sum of RGB (Red+Green+Blue) = 235+139+205=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8BCD is #147432. Grayscale: #AFAFAF. Windows color (decimal): -1340467 or 13470699. OLE color: 13470699.
HSL color Cylindrical-coordinate representation of color #EB8BCD: hue angle of 318.75º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8BCD is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 139 | 205 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.08 |
| HSL | 318.75º | 0.71% | 0.73% | - |
| HSV(B) | 318.75º | 0.41% | 0.92% | - |
| XYZ | 54.51 | 40.54 | 62.71 | - |
| YUV | 175.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 139 | 205 | 0 | 0.41 | 0.13 | 0.08 | 318.75 | 0.71 | 0.73 |
| Hex | EB | 8B | CD | 0 | 29 | D | 8 | 13F | 47 | 49 |
| Octal | 353 | 213 | 315 | 0 | 51 | 15 | 10 | 477 | 107 | 111 |
| Binary | 11101011 | 10001011 | 11001101 | 0 | 101001 | 1101 | 1000 | 100111111 | 1000111 | 1001001 |
Color Harmonies of #EB8BCD
Complementary color
Monochromatic Colors of #EB8BCD
Black with #EB8BCD
Text Example
Text Example
White with #EB8BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8BCD; }
p { color: rgb(235,139,205); }
H1.HeaderClassName
{
color: #EB8BCD;
}
.AnyTagClassName
{
color: #EB8BCD;
}
</style>
background-color css
<style>
a { background-color: #EB8BCD; }
a { background-color: rgb(235,139,205); }
div.DivClassName
{
background-color: #EB8BCD;
}
.BgClassName
{
background-color: #EB8BCD;
}
</style>
border-color css
<style>
span { border-color: #EB8BCD; }
span { border-color: rgb(235,139,205); }
td.TdClassName
{
border-color: #EB8BCD;
}
.TagClassName
{
border-color: #EB8BCD;
}
</style>