Shades of Tea Rose #EB8FCD
Tints of Tea Rose #EB8FCD
RGB
CMYK
RGB Variations
Color information
#EB8FCD (or 0xEB8FCD) is known color: Tea Rose. HEX triplet: EB, 8F and CD. RGB value is (235,143,205). Sum of RGB (Red+Green+Blue) = 235+143+205=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8FCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8FCD is #147032. Grayscale: #B1B1B1. Windows color (decimal): -1339443 or 13471723. OLE color: 13471723.
HSL color Cylindrical-coordinate representation of color #EB8FCD: hue angle of 319.57º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB8FCD is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 143 | 205 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.08 |
| HSL | 319.57º | 0.7% | 0.74% | - |
| HSV(B) | 319.57º | 0.39% | 0.92% | - |
| XYZ | 55.1 | 41.71 | 62.91 | - |
| YUV | 177.58 | 143.48 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 143 | 205 | 0 | 0.39 | 0.13 | 0.08 | 319.57 | 0.7 | 0.74 |
| Hex | EB | 8F | CD | 0 | 27 | D | 8 | 140 | 46 | 4A |
| Octal | 353 | 217 | 315 | 0 | 47 | 15 | 10 | 500 | 106 | 112 |
| Binary | 11101011 | 10001111 | 11001101 | 0 | 100111 | 1101 | 1000 | 101000000 | 1000110 | 1001010 |
Color Harmonies of #EB8FCD
Complementary color
Monochromatic Colors of #EB8FCD
Black with #EB8FCD
Text Example
Text Example
White with #EB8FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8FCD; }
p { color: rgb(235,143,205); }
H1.HeaderClassName
{
color: #EB8FCD;
}
.AnyTagClassName
{
color: #EB8FCD;
}
</style>
background-color css
<style>
a { background-color: #EB8FCD; }
a { background-color: rgb(235,143,205); }
div.DivClassName
{
background-color: #EB8FCD;
}
.BgClassName
{
background-color: #EB8FCD;
}
</style>
border-color css
<style>
span { border-color: #EB8FCD; }
span { border-color: rgb(235,143,205); }
td.TdClassName
{
border-color: #EB8FCD;
}
.TagClassName
{
border-color: #EB8FCD;
}
</style>