Shades of Tea Rose #EB83C1
Tints of Tea Rose #EB83C1
RGB
CMYK
RGB Variations
Color information
#EB83C1 (or 0xEB83C1) is known color: Tea Rose. HEX triplet: EB, 83 and C1. RGB value is (235,131,193). Sum of RGB (Red+Green+Blue) = 235+131+193=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EB83C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB83C1 is #147C3E. Grayscale: #A9A9A9. Windows color (decimal): -1342527 or 12682219. OLE color: 12682219.
HSL color Cylindrical-coordinate representation of color #EB83C1: hue angle of 324.23º 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 #EB83C1 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 131 | 193 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.08 |
| HSL | 324.23º | 0.72% | 0.72% | - |
| HSV(B) | 324.23º | 0.44% | 0.92% | - |
| XYZ | 52 | 37.75 | 55 | - |
| YUV | 169.16 | 141.46 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 131 | 193 | 0 | 0.44 | 0.18 | 0.08 | 324.23 | 0.72 | 0.72 |
| Hex | EB | 83 | C1 | 0 | 2C | 12 | 8 | 144 | 48 | 48 |
| Octal | 353 | 203 | 301 | 0 | 54 | 22 | 10 | 504 | 110 | 110 |
| Binary | 11101011 | 10000011 | 11000001 | 0 | 101100 | 10010 | 1000 | 101000100 | 1001000 | 1001000 |
Color Harmonies of #EB83C1
Complementary color
Monochromatic Colors of #EB83C1
Black with #EB83C1
Text Example
Text Example
White with #EB83C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB83C1; }
p { color: rgb(235,131,193); }
H1.HeaderClassName
{
color: #EB83C1;
}
.AnyTagClassName
{
color: #EB83C1;
}
</style>
background-color css
<style>
a { background-color: #EB83C1; }
a { background-color: rgb(235,131,193); }
div.DivClassName
{
background-color: #EB83C1;
}
.BgClassName
{
background-color: #EB83C1;
}
</style>
border-color css
<style>
span { border-color: #EB83C1; }
span { border-color: rgb(235,131,193); }
td.TdClassName
{
border-color: #EB83C1;
}
.TagClassName
{
border-color: #EB83C1;
}
</style>