Shades of Tea Rose #E385C0
Tints of Tea Rose #E385C0
RGB
CMYK
RGB Variations
Color information
#E385C0 (or 0xE385C0) is known color: Tea Rose. HEX triplet: E3, 85 and C0. RGB value is (227,133,192). Sum of RGB (Red+Green+Blue) = 227+133+192=552 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.12% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 227 - color contains mainly: red. Hex color #E385C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385C0 is #1C7A3F. Grayscale: #A7A7A7. Windows color (decimal): -1866304 or 12617187. OLE color: 12617187.
HSL color Cylindrical-coordinate representation of color #E385C0: hue angle of 322.34º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E385C0 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 133 | 192 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.11 |
| HSL | 322.34º | 0.63% | 0.71% | - |
| HSV(B) | 322.34º | 0.41% | 0.89% | - |
| XYZ | 49.58 | 36.91 | 54.38 | - |
| YUV | 167.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 133 | 192 | 0 | 0.41 | 0.15 | 0.11 | 322.34 | 0.63 | 0.71 |
| Hex | E3 | 85 | C0 | 0 | 29 | F | B | 142 | 3F | 47 |
| Octal | 343 | 205 | 300 | 0 | 51 | 17 | 13 | 502 | 77 | 107 |
| Binary | 11100011 | 10000101 | 11000000 | 0 | 101001 | 1111 | 1011 | 101000010 | 111111 | 1000111 |
Color Harmonies of #E385C0
Complementary color
Monochromatic Colors of #E385C0
Black with #E385C0
Text Example
Text Example
White with #E385C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E385C0; }
p { color: rgb(227,133,192); }
H1.HeaderClassName
{
color: #E385C0;
}
.AnyTagClassName
{
color: #E385C0;
}
</style>
background-color css
<style>
a { background-color: #E385C0; }
a { background-color: rgb(227,133,192); }
div.DivClassName
{
background-color: #E385C0;
}
.BgClassName
{
background-color: #E385C0;
}
</style>
border-color css
<style>
span { border-color: #E385C0; }
span { border-color: rgb(227,133,192); }
td.TdClassName
{
border-color: #E385C0;
}
.TagClassName
{
border-color: #E385C0;
}
</style>