Shades of Tea Rose #E387CC
Tints of Tea Rose #E387CC
RGB
CMYK
RGB Variations
Color information
#E387CC (or 0xE387CC) is known color: Tea Rose. HEX triplet: E3, 87 and CC. RGB value is (227,135,204). Sum of RGB (Red+Green+Blue) = 227+135+204=566 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.11% from 566); Green value is 135 (53.12% from 255 or 23.85% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 227 - color contains mainly: red. Hex color #E387CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E387CC is #1C7833. Grayscale: #AAAAAA. Windows color (decimal): -1865780 or 13404131. OLE color: 13404131.
HSL color Cylindrical-coordinate representation of color #E387CC: hue angle of 315º degrees, saturation: 0.62, 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 #E387CC is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 135 | 204 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.11 |
| HSL | 315º | 0.62% | 0.71% | - |
| HSV(B) | 315º | 0.41% | 0.89% | - |
| XYZ | 51.24 | 38.02 | 61.76 | - |
| YUV | 170.37 | 146.98 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 135 | 204 | 0 | 0.41 | 0.10 | 0.11 | 315 | 0.62 | 0.71 |
| Hex | E3 | 87 | CC | 0 | 29 | A | B | 13B | 3E | 47 |
| Octal | 343 | 207 | 314 | 0 | 51 | 12 | 13 | 473 | 76 | 107 |
| Binary | 11100011 | 10000111 | 11001100 | 0 | 101001 | 1010 | 1011 | 100111011 | 111110 | 1000111 |
Color Harmonies of #E387CC
Complementary color
Monochromatic Colors of #E387CC
Black with #E387CC
Text Example
Text Example
White with #E387CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E387CC; }
p { color: rgb(227,135,204); }
H1.HeaderClassName
{
color: #E387CC;
}
.AnyTagClassName
{
color: #E387CC;
}
</style>
background-color css
<style>
a { background-color: #E387CC; }
a { background-color: rgb(227,135,204); }
div.DivClassName
{
background-color: #E387CC;
}
.BgClassName
{
background-color: #E387CC;
}
</style>
border-color css
<style>
span { border-color: #E387CC; }
span { border-color: rgb(227,135,204); }
td.TdClassName
{
border-color: #E387CC;
}
.TagClassName
{
border-color: #E387CC;
}
</style>