Shades of Tea Rose #EB8CCC
Tints of Tea Rose #EB8CCC
RGB
CMYK
RGB Variations
Color information
#EB8CCC (or 0xEB8CCC) is known color: Tea Rose. HEX triplet: EB, 8C and CC. RGB value is (235,140,204). Sum of RGB (Red+Green+Blue) = 235+140+204=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8CCC is #147333. Grayscale: #AFAFAF. Windows color (decimal): -1340212 or 13405419. OLE color: 13405419.
HSL color Cylindrical-coordinate representation of color #EB8CCC: hue angle of 319.58º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8CCC is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 204 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.08 |
| HSL | 319.58º | 0.7% | 0.74% | - |
| HSV(B) | 319.58º | 0.4% | 0.92% | - |
| XYZ | 54.54 | 40.78 | 62.12 | - |
| YUV | 175.7 | 143.97 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 204 | 0 | 0.40 | 0.13 | 0.08 | 319.58 | 0.7 | 0.74 |
| Hex | EB | 8C | CC | 0 | 28 | D | 8 | 140 | 46 | 4A |
| Octal | 353 | 214 | 314 | 0 | 50 | 15 | 10 | 500 | 106 | 112 |
| Binary | 11101011 | 10001100 | 11001100 | 0 | 101000 | 1101 | 1000 | 101000000 | 1000110 | 1001010 |
Color Harmonies of #EB8CCC
Complementary color
Monochromatic Colors of #EB8CCC
Black with #EB8CCC
Text Example
Text Example
White with #EB8CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8CCC; }
p { color: rgb(235,140,204); }
H1.HeaderClassName
{
color: #EB8CCC;
}
.AnyTagClassName
{
color: #EB8CCC;
}
</style>
background-color css
<style>
a { background-color: #EB8CCC; }
a { background-color: rgb(235,140,204); }
div.DivClassName
{
background-color: #EB8CCC;
}
.BgClassName
{
background-color: #EB8CCC;
}
</style>
border-color css
<style>
span { border-color: #EB8CCC; }
span { border-color: rgb(235,140,204); }
td.TdClassName
{
border-color: #EB8CCC;
}
.TagClassName
{
border-color: #EB8CCC;
}
</style>