Shades of Tea Rose #E788C9
Tints of Tea Rose #E788C9
RGB
CMYK
RGB Variations
Color information
#E788C9 (or 0xE788C9) is known color: Tea Rose. HEX triplet: E7, 88 and C9. RGB value is (231,136,201). Sum of RGB (Red+Green+Blue) = 231+136+201=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E788C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E788C9 is #187736. Grayscale: #ABABAB. Windows color (decimal): -1603383 or 13207783. OLE color: 13207783.
HSL color Cylindrical-coordinate representation of color #E788C9: hue angle of 318.95º 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 #E788C9 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 136 | 201 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.09 |
| HSL | 318.95º | 0.66% | 0.72% | - |
| HSV(B) | 318.95º | 0.41% | 0.91% | - |
| XYZ | 52.3 | 38.81 | 59.99 | - |
| YUV | 171.82 | 144.47 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 136 | 201 | 0 | 0.41 | 0.13 | 0.09 | 318.95 | 0.66 | 0.72 |
| Hex | E7 | 88 | C9 | 0 | 29 | D | 9 | 13F | 42 | 48 |
| Octal | 347 | 210 | 311 | 0 | 51 | 15 | 11 | 477 | 102 | 110 |
| Binary | 11100111 | 10001000 | 11001001 | 0 | 101001 | 1101 | 1001 | 100111111 | 1000010 | 1001000 |
Color Harmonies of #E788C9
Complementary color
Monochromatic Colors of #E788C9
Black with #E788C9
Text Example
Text Example
White with #E788C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E788C9; }
p { color: rgb(231,136,201); }
H1.HeaderClassName
{
color: #E788C9;
}
.AnyTagClassName
{
color: #E788C9;
}
</style>
background-color css
<style>
a { background-color: #E788C9; }
a { background-color: rgb(231,136,201); }
div.DivClassName
{
background-color: #E788C9;
}
.BgClassName
{
background-color: #E788C9;
}
</style>
border-color css
<style>
span { border-color: #E788C9; }
span { border-color: rgb(231,136,201); }
td.TdClassName
{
border-color: #E788C9;
}
.TagClassName
{
border-color: #E788C9;
}
</style>