Shades of Tea Rose #E884CC
Tints of Tea Rose #E884CC
RGB
CMYK
RGB Variations
Color information
#E884CC (or 0xE884CC) is known color: Tea Rose. HEX triplet: E8, 84 and CC. RGB value is (232,132,204). Sum of RGB (Red+Green+Blue) = 232+132+204=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 232 - color contains mainly: red. Hex color #E884CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E884CC is #177B33. Grayscale: #A9A9A9. Windows color (decimal): -1538868 or 13403368. OLE color: 13403368.
HSL color Cylindrical-coordinate representation of color #E884CC: hue angle of 316.8º 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 #E884CC is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 132 | 204 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.09 |
| HSL | 316.8º | 0.68% | 0.71% | - |
| HSV(B) | 316.8º | 0.43% | 0.91% | - |
| XYZ | 52.43 | 38.02 | 61.7 | - |
| YUV | 170.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 132 | 204 | 0 | 0.43 | 0.12 | 0.09 | 316.8 | 0.68 | 0.71 |
| Hex | E8 | 84 | CC | 0 | 2B | C | 9 | 13D | 44 | 47 |
| Octal | 350 | 204 | 314 | 0 | 53 | 14 | 11 | 475 | 104 | 107 |
| Binary | 11101000 | 10000100 | 11001100 | 0 | 101011 | 1100 | 1001 | 100111101 | 1000100 | 1000111 |
Color Harmonies of #E884CC
Complementary color
Monochromatic Colors of #E884CC
Black with #E884CC
Text Example
Text Example
White with #E884CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E884CC; }
p { color: rgb(232,132,204); }
H1.HeaderClassName
{
color: #E884CC;
}
.AnyTagClassName
{
color: #E884CC;
}
</style>
background-color css
<style>
a { background-color: #E884CC; }
a { background-color: rgb(232,132,204); }
div.DivClassName
{
background-color: #E884CC;
}
.BgClassName
{
background-color: #E884CC;
}
</style>
border-color css
<style>
span { border-color: #E884CC; }
span { border-color: rgb(232,132,204); }
td.TdClassName
{
border-color: #E884CC;
}
.TagClassName
{
border-color: #E884CC;
}
</style>