Shades of Tea Rose #E387CA
Tints of Tea Rose #E387CA
RGB
CMYK
RGB Variations
Color information
#E387CA (or 0xE387CA) is known color: Tea Rose. HEX triplet: E3, 87 and CA. RGB value is (227,135,202). Sum of RGB (Red+Green+Blue) = 227+135+202=564 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.25% from 564); Green value is 135 (53.12% from 255 or 23.94% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 227 - color contains mainly: red. Hex color #E387CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E387CA is #1C7835. Grayscale: #A9A9A9. Windows color (decimal): -1865782 or 13273059. OLE color: 13273059.
HSL color Cylindrical-coordinate representation of color #E387CA: hue angle of 316.3º 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 #E387CA is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 135 | 202 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.11 |
| HSL | 316.3º | 0.62% | 0.71% | - |
| HSV(B) | 316.3º | 0.41% | 0.89% | - |
| XYZ | 51 | 37.92 | 60.51 | - |
| YUV | 170.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 135 | 202 | 0 | 0.41 | 0.11 | 0.11 | 316.3 | 0.62 | 0.71 |
| Hex | E3 | 87 | CA | 0 | 29 | B | B | 13C | 3E | 47 |
| Octal | 343 | 207 | 312 | 0 | 51 | 13 | 13 | 474 | 76 | 107 |
| Binary | 11100011 | 10000111 | 11001010 | 0 | 101001 | 1011 | 1011 | 100111100 | 111110 | 1000111 |
Color Harmonies of #E387CA
Complementary color
Monochromatic Colors of #E387CA
Black with #E387CA
Text Example
Text Example
White with #E387CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E387CA; }
p { color: rgb(227,135,202); }
H1.HeaderClassName
{
color: #E387CA;
}
.AnyTagClassName
{
color: #E387CA;
}
</style>
background-color css
<style>
a { background-color: #E387CA; }
a { background-color: rgb(227,135,202); }
div.DivClassName
{
background-color: #E387CA;
}
.BgClassName
{
background-color: #E387CA;
}
</style>
border-color css
<style>
span { border-color: #E387CA; }
span { border-color: rgb(227,135,202); }
td.TdClassName
{
border-color: #E387CA;
}
.TagClassName
{
border-color: #E387CA;
}
</style>