Shades of Tea Rose #EA82C1
Tints of Tea Rose #EA82C1
RGB
CMYK
RGB Variations
Color information
#EA82C1 (or 0xEA82C1) is known color: Tea Rose. HEX triplet: EA, 82 and C1. RGB value is (234,130,193). Sum of RGB (Red+Green+Blue) = 234+130+193=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA82C1 is #157D3E. Grayscale: #A8A8A8. Windows color (decimal): -1408319 or 12681962. OLE color: 12681962.
HSL color Cylindrical-coordinate representation of color #EA82C1: hue angle of 323.65º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA82C1 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 193 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.08 |
| HSL | 323.65º | 0.71% | 0.71% | - |
| HSV(B) | 323.65º | 0.44% | 0.92% | - |
| XYZ | 51.54 | 37.31 | 54.94 | - |
| YUV | 168.28 | 141.96 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 193 | 0 | 0.44 | 0.18 | 0.08 | 323.65 | 0.71 | 0.71 |
| Hex | EA | 82 | C1 | 0 | 2C | 12 | 8 | 144 | 47 | 47 |
| Octal | 352 | 202 | 301 | 0 | 54 | 22 | 10 | 504 | 107 | 107 |
| Binary | 11101010 | 10000010 | 11000001 | 0 | 101100 | 10010 | 1000 | 101000100 | 1000111 | 1000111 |
Color Harmonies of #EA82C1
Complementary color
Monochromatic Colors of #EA82C1
Black with #EA82C1
Text Example
Text Example
White with #EA82C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA82C1; }
p { color: rgb(234,130,193); }
H1.HeaderClassName
{
color: #EA82C1;
}
.AnyTagClassName
{
color: #EA82C1;
}
</style>
background-color css
<style>
a { background-color: #EA82C1; }
a { background-color: rgb(234,130,193); }
div.DivClassName
{
background-color: #EA82C1;
}
.BgClassName
{
background-color: #EA82C1;
}
</style>
border-color css
<style>
span { border-color: #EA82C1; }
span { border-color: rgb(234,130,193); }
td.TdClassName
{
border-color: #EA82C1;
}
.TagClassName
{
border-color: #EA82C1;
}
</style>