Shades of Tea Rose #EB7BCC
Tints of Tea Rose #EB7BCC
RGB
CMYK
RGB Variations
Color information
#EB7BCC (or 0xEB7BCC) is known color: Tea Rose. HEX triplet: EB, 7B and CC. RGB value is (235,123,204). Sum of RGB (Red+Green+Blue) = 235+123+204=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7BCC is #148433. Grayscale: #A5A5A5. Windows color (decimal): -1344564 or 13401067. OLE color: 13401067.
HSL color Cylindrical-coordinate representation of color #EB7BCC: hue angle of 316.61º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EB7BCC is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 123 | 204 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.08 |
| HSL | 316.61º | 0.74% | 0.7% | - |
| HSV(B) | 316.61º | 0.48% | 0.92% | - |
| XYZ | 52.24 | 36.19 | 61.36 | - |
| YUV | 165.72 | 149.61 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 123 | 204 | 0 | 0.48 | 0.13 | 0.08 | 316.61 | 0.74 | 0.7 |
| Hex | EB | 7B | CC | 0 | 30 | D | 8 | 13D | 4A | 46 |
| Octal | 353 | 173 | 314 | 0 | 60 | 15 | 10 | 475 | 112 | 106 |
| Binary | 11101011 | 1111011 | 11001100 | 0 | 110000 | 1101 | 1000 | 100111101 | 1001010 | 1000110 |
Color Harmonies of #EB7BCC
Complementary color
Monochromatic Colors of #EB7BCC
Black with #EB7BCC
Text Example
Text Example
White with #EB7BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7BCC; }
p { color: rgb(235,123,204); }
H1.HeaderClassName
{
color: #EB7BCC;
}
.AnyTagClassName
{
color: #EB7BCC;
}
</style>
background-color css
<style>
a { background-color: #EB7BCC; }
a { background-color: rgb(235,123,204); }
div.DivClassName
{
background-color: #EB7BCC;
}
.BgClassName
{
background-color: #EB7BCC;
}
</style>
border-color css
<style>
span { border-color: #EB7BCC; }
span { border-color: rgb(235,123,204); }
td.TdClassName
{
border-color: #EB7BCC;
}
.TagClassName
{
border-color: #EB7BCC;
}
</style>