Shades of Tea Rose #E788CF
Tints of Tea Rose #E788CF
RGB
CMYK
RGB Variations
Color information
#E788CF (or 0xE788CF) is known color: Tea Rose. HEX triplet: E7, 88 and CF. RGB value is (231,136,207). Sum of RGB (Red+Green+Blue) = 231+136+207=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 136 (53.52% from 255 or 23.69% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 231 - color contains mainly: red. Hex color #E788CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E788CF is #187730. Grayscale: #ACACAC. Windows color (decimal): -1603377 or 13600999. OLE color: 13600999.
HSL color Cylindrical-coordinate representation of color #E788CF: hue angle of 315.16º 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 #E788CF is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 136 | 207 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.09 |
| HSL | 315.16º | 0.66% | 0.72% | - |
| HSV(B) | 315.16º | 0.41% | 0.91% | - |
| XYZ | 53.02 | 39.1 | 63.78 | - |
| YUV | 172.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 136 | 207 | 0 | 0.41 | 0.10 | 0.09 | 315.16 | 0.66 | 0.72 |
| Hex | E7 | 88 | CF | 0 | 29 | A | 9 | 13B | 42 | 48 |
| Octal | 347 | 210 | 317 | 0 | 51 | 12 | 11 | 473 | 102 | 110 |
| Binary | 11100111 | 10001000 | 11001111 | 0 | 101001 | 1010 | 1001 | 100111011 | 1000010 | 1001000 |
Color Harmonies of #E788CF
Complementary color
Monochromatic Colors of #E788CF
Black with #E788CF
Text Example
Text Example
White with #E788CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E788CF; }
p { color: rgb(231,136,207); }
H1.HeaderClassName
{
color: #E788CF;
}
.AnyTagClassName
{
color: #E788CF;
}
</style>
background-color css
<style>
a { background-color: #E788CF; }
a { background-color: rgb(231,136,207); }
div.DivClassName
{
background-color: #E788CF;
}
.BgClassName
{
background-color: #E788CF;
}
</style>
border-color css
<style>
span { border-color: #E788CF; }
span { border-color: rgb(231,136,207); }
td.TdClassName
{
border-color: #E788CF;
}
.TagClassName
{
border-color: #E788CF;
}
</style>