Shades of Tea Rose #E787BF
Tints of Tea Rose #E787BF
RGB
CMYK
RGB Variations
Color information
#E787BF (or 0xE787BF) is known color: Tea Rose. HEX triplet: E7, 87 and BF. RGB value is (231,135,191). Sum of RGB (Red+Green+Blue) = 231+135+191=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E787BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E787BF is #187840. Grayscale: #A9A9A9. Windows color (decimal): -1603649 or 12552167. OLE color: 12552167.
HSL color Cylindrical-coordinate representation of color #E787BF: hue angle of 325º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E787BF is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 135 | 191 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.09 |
| HSL | 325º | 0.67% | 0.72% | - |
| HSV(B) | 325º | 0.42% | 0.91% | - |
| XYZ | 51.02 | 38.08 | 53.95 | - |
| YUV | 170.09 | 139.8 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 135 | 191 | 0 | 0.42 | 0.17 | 0.09 | 325 | 0.67 | 0.72 |
| Hex | E7 | 87 | BF | 0 | 2A | 11 | 9 | 145 | 43 | 48 |
| Octal | 347 | 207 | 277 | 0 | 52 | 21 | 11 | 505 | 103 | 110 |
| Binary | 11100111 | 10000111 | 10111111 | 0 | 101010 | 10001 | 1001 | 101000101 | 1000011 | 1001000 |
Color Harmonies of #E787BF
Complementary color
Monochromatic Colors of #E787BF
Black with #E787BF
Text Example
Text Example
White with #E787BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E787BF; }
p { color: rgb(231,135,191); }
H1.HeaderClassName
{
color: #E787BF;
}
.AnyTagClassName
{
color: #E787BF;
}
</style>
background-color css
<style>
a { background-color: #E787BF; }
a { background-color: rgb(231,135,191); }
div.DivClassName
{
background-color: #E787BF;
}
.BgClassName
{
background-color: #E787BF;
}
</style>
border-color css
<style>
span { border-color: #E787BF; }
span { border-color: rgb(231,135,191); }
td.TdClassName
{
border-color: #E787BF;
}
.TagClassName
{
border-color: #E787BF;
}
</style>