Shades of Tea Rose #EB84C5
Tints of Tea Rose #EB84C5
RGB
CMYK
RGB Variations
Color information
#EB84C5 (or 0xEB84C5) is known color: Tea Rose. HEX triplet: EB, 84 and C5. RGB value is (235,132,197). Sum of RGB (Red+Green+Blue) = 235+132+197=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB84C5 is #147B3A. Grayscale: #AAAAAA. Windows color (decimal): -1342267 or 12944619. OLE color: 12944619.
HSL color Cylindrical-coordinate representation of color #EB84C5: hue angle of 322.14º 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 #EB84C5 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 132 | 197 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.08 |
| HSL | 322.14º | 0.72% | 0.72% | - |
| HSV(B) | 322.14º | 0.44% | 0.92% | - |
| XYZ | 52.59 | 38.2 | 57.42 | - |
| YUV | 170.21 | 143.12 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 132 | 197 | 0 | 0.44 | 0.16 | 0.08 | 322.14 | 0.72 | 0.72 |
| Hex | EB | 84 | C5 | 0 | 2C | 10 | 8 | 142 | 48 | 48 |
| Octal | 353 | 204 | 305 | 0 | 54 | 20 | 10 | 502 | 110 | 110 |
| Binary | 11101011 | 10000100 | 11000101 | 0 | 101100 | 10000 | 1000 | 101000010 | 1001000 | 1001000 |
Color Harmonies of #EB84C5
Complementary color
Monochromatic Colors of #EB84C5
Black with #EB84C5
Text Example
Text Example
White with #EB84C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB84C5; }
p { color: rgb(235,132,197); }
H1.HeaderClassName
{
color: #EB84C5;
}
.AnyTagClassName
{
color: #EB84C5;
}
</style>
background-color css
<style>
a { background-color: #EB84C5; }
a { background-color: rgb(235,132,197); }
div.DivClassName
{
background-color: #EB84C5;
}
.BgClassName
{
background-color: #EB84C5;
}
</style>
border-color css
<style>
span { border-color: #EB84C5; }
span { border-color: rgb(235,132,197); }
td.TdClassName
{
border-color: #EB84C5;
}
.TagClassName
{
border-color: #EB84C5;
}
</style>