Shades of Tea Rose #E788BD
Tints of Tea Rose #E788BD
RGB
CMYK
RGB Variations
Color information
#E788BD (or 0xE788BD) is known color: Tea Rose. HEX triplet: E7, 88 and BD. RGB value is (231,136,189). Sum of RGB (Red+Green+Blue) = 231+136+189=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E788BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E788BD is #187742. Grayscale: #AAAAAA. Windows color (decimal): -1603395 or 12421351. OLE color: 12421351.
HSL color Cylindrical-coordinate representation of color #E788BD: hue angle of 326.53º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E788BD is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 136 | 189 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.09 |
| HSL | 326.53º | 0.66% | 0.72% | - |
| HSV(B) | 326.53º | 0.41% | 0.91% | - |
| XYZ | 50.94 | 38.27 | 52.85 | - |
| YUV | 170.45 | 138.47 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 136 | 189 | 0 | 0.41 | 0.18 | 0.09 | 326.53 | 0.66 | 0.72 |
| Hex | E7 | 88 | BD | 0 | 29 | 12 | 9 | 147 | 42 | 48 |
| Octal | 347 | 210 | 275 | 0 | 51 | 22 | 11 | 507 | 102 | 110 |
| Binary | 11100111 | 10001000 | 10111101 | 0 | 101001 | 10010 | 1001 | 101000111 | 1000010 | 1001000 |
Color Harmonies of #E788BD
Complementary color
Monochromatic Colors of #E788BD
Black with #E788BD
Text Example
Text Example
White with #E788BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E788BD; }
p { color: rgb(231,136,189); }
H1.HeaderClassName
{
color: #E788BD;
}
.AnyTagClassName
{
color: #E788BD;
}
</style>
background-color css
<style>
a { background-color: #E788BD; }
a { background-color: rgb(231,136,189); }
div.DivClassName
{
background-color: #E788BD;
}
.BgClassName
{
background-color: #E788BD;
}
</style>
border-color css
<style>
span { border-color: #E788BD; }
span { border-color: rgb(231,136,189); }
td.TdClassName
{
border-color: #E788BD;
}
.TagClassName
{
border-color: #E788BD;
}
</style>