Shades of Tea Rose #EA82C2
Tints of Tea Rose #EA82C2
RGB
CMYK
RGB Variations
Color information
#EA82C2 (or 0xEA82C2) is known color: Tea Rose. HEX triplet: EA, 82 and C2. RGB value is (234,130,194). Sum of RGB (Red+Green+Blue) = 234+130+194=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA82C2 is #157D3D. Grayscale: #A8A8A8. Windows color (decimal): -1408318 or 12747498. OLE color: 12747498.
HSL color Cylindrical-coordinate representation of color #EA82C2: hue angle of 323.08º 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 #EA82C2 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 194 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.08 |
| HSL | 323.08º | 0.71% | 0.71% | - |
| HSV(B) | 323.08º | 0.44% | 0.92% | - |
| XYZ | 51.65 | 37.35 | 55.53 | - |
| YUV | 168.39 | 142.46 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 194 | 0 | 0.44 | 0.17 | 0.08 | 323.08 | 0.71 | 0.71 |
| Hex | EA | 82 | C2 | 0 | 2C | 11 | 8 | 143 | 47 | 47 |
| Octal | 352 | 202 | 302 | 0 | 54 | 21 | 10 | 503 | 107 | 107 |
| Binary | 11101010 | 10000010 | 11000010 | 0 | 101100 | 10001 | 1000 | 101000011 | 1000111 | 1000111 |
Color Harmonies of #EA82C2
Complementary color
Monochromatic Colors of #EA82C2
Black with #EA82C2
Text Example
Text Example
White with #EA82C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA82C2; }
p { color: rgb(234,130,194); }
H1.HeaderClassName
{
color: #EA82C2;
}
.AnyTagClassName
{
color: #EA82C2;
}
</style>
background-color css
<style>
a { background-color: #EA82C2; }
a { background-color: rgb(234,130,194); }
div.DivClassName
{
background-color: #EA82C2;
}
.BgClassName
{
background-color: #EA82C2;
}
</style>
border-color css
<style>
span { border-color: #EA82C2; }
span { border-color: rgb(234,130,194); }
td.TdClassName
{
border-color: #EA82C2;
}
.TagClassName
{
border-color: #EA82C2;
}
</style>