Shades of Tea Rose #E885C3
Tints of Tea Rose #E885C3
RGB
CMYK
RGB Variations
Color information
#E885C3 (or 0xE885C3) is known color: Tea Rose. HEX triplet: E8, 85 and C3. RGB value is (232,133,195). Sum of RGB (Red+Green+Blue) = 232+133+195=560 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.43% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 232 - color contains mainly: red. Hex color #E885C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885C3 is #177A3C. Grayscale: #A9A9A9. Windows color (decimal): -1538621 or 12813800. OLE color: 12813800.
HSL color Cylindrical-coordinate representation of color #E885C3: hue angle of 322.42º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E885C3 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 133 | 195 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.09 |
| HSL | 322.42º | 0.68% | 0.72% | - |
| HSV(B) | 322.42º | 0.43% | 0.91% | - |
| XYZ | 51.52 | 37.87 | 56.22 | - |
| YUV | 169.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 133 | 195 | 0 | 0.43 | 0.16 | 0.09 | 322.42 | 0.68 | 0.72 |
| Hex | E8 | 85 | C3 | 0 | 2B | 10 | 9 | 142 | 44 | 48 |
| Octal | 350 | 205 | 303 | 0 | 53 | 20 | 11 | 502 | 104 | 110 |
| Binary | 11101000 | 10000101 | 11000011 | 0 | 101011 | 10000 | 1001 | 101000010 | 1000100 | 1001000 |
Color Harmonies of #E885C3
Complementary color
Monochromatic Colors of #E885C3
Black with #E885C3
Text Example
Text Example
White with #E885C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E885C3; }
p { color: rgb(232,133,195); }
H1.HeaderClassName
{
color: #E885C3;
}
.AnyTagClassName
{
color: #E885C3;
}
</style>
background-color css
<style>
a { background-color: #E885C3; }
a { background-color: rgb(232,133,195); }
div.DivClassName
{
background-color: #E885C3;
}
.BgClassName
{
background-color: #E885C3;
}
</style>
border-color css
<style>
span { border-color: #E885C3; }
span { border-color: rgb(232,133,195); }
td.TdClassName
{
border-color: #E885C3;
}
.TagClassName
{
border-color: #E885C3;
}
</style>