Shades of Tea Rose #E385CC
Tints of Tea Rose #E385CC
RGB
CMYK
RGB Variations
Color information
#E385CC (or 0xE385CC) is known color: Tea Rose. HEX triplet: E3, 85 and CC. RGB value is (227,133,204). Sum of RGB (Red+Green+Blue) = 227+133+204=564 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.25% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 227 - color contains mainly: red. Hex color #E385CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385CC is #1C7A33. Grayscale: #A9A9A9. Windows color (decimal): -1866292 or 13403619. OLE color: 13403619.
HSL color Cylindrical-coordinate representation of color #E385CC: hue angle of 314.68º 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 #E385CC is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 133 | 204 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.11 |
| HSL | 314.68º | 0.63% | 0.71% | - |
| HSV(B) | 314.68º | 0.41% | 0.89% | - |
| XYZ | 50.97 | 37.47 | 61.67 | - |
| YUV | 169.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 133 | 204 | 0 | 0.41 | 0.10 | 0.11 | 314.68 | 0.63 | 0.71 |
| Hex | E3 | 85 | CC | 0 | 29 | A | B | 13B | 3F | 47 |
| Octal | 343 | 205 | 314 | 0 | 51 | 12 | 13 | 473 | 77 | 107 |
| Binary | 11100011 | 10000101 | 11001100 | 0 | 101001 | 1010 | 1011 | 100111011 | 111111 | 1000111 |
Color Harmonies of #E385CC
Complementary color
Monochromatic Colors of #E385CC
Black with #E385CC
Text Example
Text Example
White with #E385CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E385CC; }
p { color: rgb(227,133,204); }
H1.HeaderClassName
{
color: #E385CC;
}
.AnyTagClassName
{
color: #E385CC;
}
</style>
background-color css
<style>
a { background-color: #E385CC; }
a { background-color: rgb(227,133,204); }
div.DivClassName
{
background-color: #E385CC;
}
.BgClassName
{
background-color: #E385CC;
}
</style>
border-color css
<style>
span { border-color: #E385CC; }
span { border-color: rgb(227,133,204); }
td.TdClassName
{
border-color: #E385CC;
}
.TagClassName
{
border-color: #E385CC;
}
</style>