Shades of Tea Rose #E882CE
Tints of Tea Rose #E882CE
RGB
CMYK
RGB Variations
Color information
#E882CE (or 0xE882CE) is known color: Tea Rose. HEX triplet: E8, 82 and CE. RGB value is (232,130,206). Sum of RGB (Red+Green+Blue) = 232+130+206=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 232 - color contains mainly: red. Hex color #E882CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E882CE is #177D31. Grayscale: #A8A8A8. Windows color (decimal): -1539378 or 13533928. OLE color: 13533928.
HSL color Cylindrical-coordinate representation of color #E882CE: hue angle of 315.29º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E882CE is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 130 | 206 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.09 |
| HSL | 315.29º | 0.69% | 0.71% | - |
| HSV(B) | 315.29º | 0.44% | 0.91% | - |
| XYZ | 52.4 | 37.58 | 62.88 | - |
| YUV | 169.16 | 148.79 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 130 | 206 | 0 | 0.44 | 0.11 | 0.09 | 315.29 | 0.69 | 0.71 |
| Hex | E8 | 82 | CE | 0 | 2C | B | 9 | 13B | 45 | 47 |
| Octal | 350 | 202 | 316 | 0 | 54 | 13 | 11 | 473 | 105 | 107 |
| Binary | 11101000 | 10000010 | 11001110 | 0 | 101100 | 1011 | 1001 | 100111011 | 1000101 | 1000111 |
Color Harmonies of #E882CE
Complementary color
Monochromatic Colors of #E882CE
Black with #E882CE
Text Example
Text Example
White with #E882CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E882CE; }
p { color: rgb(232,130,206); }
H1.HeaderClassName
{
color: #E882CE;
}
.AnyTagClassName
{
color: #E882CE;
}
</style>
background-color css
<style>
a { background-color: #E882CE; }
a { background-color: rgb(232,130,206); }
div.DivClassName
{
background-color: #E882CE;
}
.BgClassName
{
background-color: #E882CE;
}
</style>
border-color css
<style>
span { border-color: #E882CE; }
span { border-color: rgb(232,130,206); }
td.TdClassName
{
border-color: #E882CE;
}
.TagClassName
{
border-color: #E882CE;
}
</style>