Shades of Tea Rose #EA82CA
Tints of Tea Rose #EA82CA
RGB
CMYK
RGB Variations
Color information
#EA82CA (or 0xEA82CA) is known color: Tea Rose. HEX triplet: EA, 82 and CA. RGB value is (234,130,202). Sum of RGB (Red+Green+Blue) = 234+130+202=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA82CA is #157D35. Grayscale: #A9A9A9. Windows color (decimal): -1408310 or 13271786. OLE color: 13271786.
HSL color Cylindrical-coordinate representation of color #EA82CA: hue angle of 318.46º 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 #EA82CA is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 202 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.08 |
| HSL | 318.46º | 0.71% | 0.71% | - |
| HSV(B) | 318.46º | 0.44% | 0.92% | - |
| XYZ | 52.57 | 37.72 | 60.39 | - |
| YUV | 169.3 | 146.46 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 202 | 0 | 0.44 | 0.14 | 0.08 | 318.46 | 0.71 | 0.71 |
| Hex | EA | 82 | CA | 0 | 2C | E | 8 | 13E | 47 | 47 |
| Octal | 352 | 202 | 312 | 0 | 54 | 16 | 10 | 476 | 107 | 107 |
| Binary | 11101010 | 10000010 | 11001010 | 0 | 101100 | 1110 | 1000 | 100111110 | 1000111 | 1000111 |
Color Harmonies of #EA82CA
Complementary color
Monochromatic Colors of #EA82CA
Black with #EA82CA
Text Example
Text Example
White with #EA82CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA82CA; }
p { color: rgb(234,130,202); }
H1.HeaderClassName
{
color: #EA82CA;
}
.AnyTagClassName
{
color: #EA82CA;
}
</style>
background-color css
<style>
a { background-color: #EA82CA; }
a { background-color: rgb(234,130,202); }
div.DivClassName
{
background-color: #EA82CA;
}
.BgClassName
{
background-color: #EA82CA;
}
</style>
border-color css
<style>
span { border-color: #EA82CA; }
span { border-color: rgb(234,130,202); }
td.TdClassName
{
border-color: #EA82CA;
}
.TagClassName
{
border-color: #EA82CA;
}
</style>