Shades of Tea Rose #E884CE
Tints of Tea Rose #E884CE
RGB
CMYK
RGB Variations
Color information
#E884CE (or 0xE884CE) is known color: Tea Rose. HEX triplet: E8, 84 and CE. RGB value is (232,132,206). Sum of RGB (Red+Green+Blue) = 232+132+206=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 232 - color contains mainly: red. Hex color #E884CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E884CE is #177B31. Grayscale: #AAAAAA. Windows color (decimal): -1538866 or 13534440. OLE color: 13534440.
HSL color Cylindrical-coordinate representation of color #E884CE: hue angle of 315.6º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E884CE is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 132 | 206 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.09 |
| HSL | 315.6º | 0.68% | 0.71% | - |
| HSV(B) | 315.6º | 0.43% | 0.91% | - |
| XYZ | 52.67 | 38.11 | 62.97 | - |
| YUV | 170.34 | 148.13 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 132 | 206 | 0 | 0.43 | 0.11 | 0.09 | 315.6 | 0.68 | 0.71 |
| Hex | E8 | 84 | CE | 0 | 2B | B | 9 | 13C | 44 | 47 |
| Octal | 350 | 204 | 316 | 0 | 53 | 13 | 11 | 474 | 104 | 107 |
| Binary | 11101000 | 10000100 | 11001110 | 0 | 101011 | 1011 | 1001 | 100111100 | 1000100 | 1000111 |
Color Harmonies of #E884CE
Complementary color
Monochromatic Colors of #E884CE
Black with #E884CE
Text Example
Text Example
White with #E884CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E884CE; }
p { color: rgb(232,132,206); }
H1.HeaderClassName
{
color: #E884CE;
}
.AnyTagClassName
{
color: #E884CE;
}
</style>
background-color css
<style>
a { background-color: #E884CE; }
a { background-color: rgb(232,132,206); }
div.DivClassName
{
background-color: #E884CE;
}
.BgClassName
{
background-color: #E884CE;
}
</style>
border-color css
<style>
span { border-color: #E884CE; }
span { border-color: rgb(232,132,206); }
td.TdClassName
{
border-color: #E884CE;
}
.TagClassName
{
border-color: #E884CE;
}
</style>