Shades of Tea Rose #EB84C8
Tints of Tea Rose #EB84C8
RGB
CMYK
RGB Variations
Color information
#EB84C8 (or 0xEB84C8) is known color: Tea Rose. HEX triplet: EB, 84 and C8. RGB value is (235,132,200). Sum of RGB (Red+Green+Blue) = 235+132+200=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB84C8 is #147B37. Grayscale: #AAAAAA. Windows color (decimal): -1342264 or 13141227. OLE color: 13141227.
HSL color Cylindrical-coordinate representation of color #EB84C8: hue angle of 320.39º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EB84C8 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 132 | 200 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.08 |
| HSL | 320.39º | 0.72% | 0.72% | - |
| HSV(B) | 320.39º | 0.44% | 0.92% | - |
| XYZ | 52.94 | 38.33 | 59.25 | - |
| YUV | 170.55 | 144.62 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 132 | 200 | 0 | 0.44 | 0.15 | 0.08 | 320.39 | 0.72 | 0.72 |
| Hex | EB | 84 | C8 | 0 | 2C | F | 8 | 140 | 48 | 48 |
| Octal | 353 | 204 | 310 | 0 | 54 | 17 | 10 | 500 | 110 | 110 |
| Binary | 11101011 | 10000100 | 11001000 | 0 | 101100 | 1111 | 1000 | 101000000 | 1001000 | 1001000 |
Color Harmonies of #EB84C8
Complementary color
Monochromatic Colors of #EB84C8
Black with #EB84C8
Text Example
Text Example
White with #EB84C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB84C8; }
p { color: rgb(235,132,200); }
H1.HeaderClassName
{
color: #EB84C8;
}
.AnyTagClassName
{
color: #EB84C8;
}
</style>
background-color css
<style>
a { background-color: #EB84C8; }
a { background-color: rgb(235,132,200); }
div.DivClassName
{
background-color: #EB84C8;
}
.BgClassName
{
background-color: #EB84C8;
}
</style>
border-color css
<style>
span { border-color: #EB84C8; }
span { border-color: rgb(235,132,200); }
td.TdClassName
{
border-color: #EB84C8;
}
.TagClassName
{
border-color: #EB84C8;
}
</style>