Shades of Tea Rose #E888BD
Tints of Tea Rose #E888BD
RGB
CMYK
RGB Variations
Color information
#E888BD (or 0xE888BD) is known color: Tea Rose. HEX triplet: E8, 88 and BD. RGB value is (232,136,189). Sum of RGB (Red+Green+Blue) = 232+136+189=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E888BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E888BD is #177742. Grayscale: #AAAAAA. Windows color (decimal): -1537859 or 12421352. OLE color: 12421352.
HSL color Cylindrical-coordinate representation of color #E888BD: hue angle of 326.88º degrees, saturation: 0.68, 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 #E888BD is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 136 | 189 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.09 |
| HSL | 326.88º | 0.68% | 0.72% | - |
| HSV(B) | 326.88º | 0.41% | 0.91% | - |
| XYZ | 51.27 | 38.44 | 52.86 | - |
| YUV | 170.75 | 138.3 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 136 | 189 | 0 | 0.41 | 0.19 | 0.09 | 326.88 | 0.68 | 0.72 |
| Hex | E8 | 88 | BD | 0 | 29 | 13 | 9 | 147 | 44 | 48 |
| Octal | 350 | 210 | 275 | 0 | 51 | 23 | 11 | 507 | 104 | 110 |
| Binary | 11101000 | 10001000 | 10111101 | 0 | 101001 | 10011 | 1001 | 101000111 | 1000100 | 1001000 |
Color Harmonies of #E888BD
Complementary color
Monochromatic Colors of #E888BD
Black with #E888BD
Text Example
Text Example
White with #E888BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E888BD; }
p { color: rgb(232,136,189); }
H1.HeaderClassName
{
color: #E888BD;
}
.AnyTagClassName
{
color: #E888BD;
}
</style>
background-color css
<style>
a { background-color: #E888BD; }
a { background-color: rgb(232,136,189); }
div.DivClassName
{
background-color: #E888BD;
}
.BgClassName
{
background-color: #E888BD;
}
</style>
border-color css
<style>
span { border-color: #E888BD; }
span { border-color: rgb(232,136,189); }
td.TdClassName
{
border-color: #E888BD;
}
.TagClassName
{
border-color: #E888BD;
}
</style>