Shades of Tea Rose #E884CD
Tints of Tea Rose #E884CD
RGB
CMYK
RGB Variations
Color information
#E884CD (or 0xE884CD) is known color: Tea Rose. HEX triplet: E8, 84 and CD. RGB value is (232,132,205). Sum of RGB (Red+Green+Blue) = 232+132+205=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 232 - color contains mainly: red. Hex color #E884CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E884CD is #177B32. Grayscale: #AAAAAA. Windows color (decimal): -1538867 or 13468904. OLE color: 13468904.
HSL color Cylindrical-coordinate representation of color #E884CD: hue angle of 316.2º 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 #E884CD is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 132 | 205 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.09 |
| HSL | 316.2º | 0.68% | 0.71% | - |
| HSV(B) | 316.2º | 0.43% | 0.91% | - |
| XYZ | 52.55 | 38.07 | 62.34 | - |
| YUV | 170.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 132 | 205 | 0 | 0.43 | 0.12 | 0.09 | 316.2 | 0.68 | 0.71 |
| Hex | E8 | 84 | CD | 0 | 2B | C | 9 | 13C | 44 | 47 |
| Octal | 350 | 204 | 315 | 0 | 53 | 14 | 11 | 474 | 104 | 107 |
| Binary | 11101000 | 10000100 | 11001101 | 0 | 101011 | 1100 | 1001 | 100111100 | 1000100 | 1000111 |
Color Harmonies of #E884CD
Complementary color
Monochromatic Colors of #E884CD
Black with #E884CD
Text Example
Text Example
White with #E884CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E884CD; }
p { color: rgb(232,132,205); }
H1.HeaderClassName
{
color: #E884CD;
}
.AnyTagClassName
{
color: #E884CD;
}
</style>
background-color css
<style>
a { background-color: #E884CD; }
a { background-color: rgb(232,132,205); }
div.DivClassName
{
background-color: #E884CD;
}
.BgClassName
{
background-color: #E884CD;
}
</style>
border-color css
<style>
span { border-color: #E884CD; }
span { border-color: rgb(232,132,205); }
td.TdClassName
{
border-color: #E884CD;
}
.TagClassName
{
border-color: #E884CD;
}
</style>