Shades of Tea Rose #E77FC5
Tints of Tea Rose #E77FC5
RGB
CMYK
RGB Variations
Color information
#E77FC5 (or 0xE77FC5) is known color: Tea Rose. HEX triplet: E7, 7F and C5. RGB value is (231,127,197). Sum of RGB (Red+Green+Blue) = 231+127+197=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E77FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77FC5 is #18803A. Grayscale: #A5A5A5. Windows color (decimal): -1605691 or 12943335. OLE color: 12943335.
HSL color Cylindrical-coordinate representation of color #E77FC5: hue angle of 319.62º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E77FC5 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 197 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.09 |
| HSL | 319.62º | 0.68% | 0.7% | - |
| HSV(B) | 319.62º | 0.45% | 0.91% | - |
| XYZ | 50.62 | 36.2 | 57.14 | - |
| YUV | 166.08 | 145.46 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 197 | 0 | 0.45 | 0.15 | 0.09 | 319.62 | 0.68 | 0.7 |
| Hex | E7 | 7F | C5 | 0 | 2D | F | 9 | 140 | 44 | 46 |
| Octal | 347 | 177 | 305 | 0 | 55 | 17 | 11 | 500 | 104 | 106 |
| Binary | 11100111 | 1111111 | 11000101 | 0 | 101101 | 1111 | 1001 | 101000000 | 1000100 | 1000110 |
Color Harmonies of #E77FC5
Complementary color
Monochromatic Colors of #E77FC5
Black with #E77FC5
Text Example
Text Example
White with #E77FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77FC5; }
p { color: rgb(231,127,197); }
H1.HeaderClassName
{
color: #E77FC5;
}
.AnyTagClassName
{
color: #E77FC5;
}
</style>
background-color css
<style>
a { background-color: #E77FC5; }
a { background-color: rgb(231,127,197); }
div.DivClassName
{
background-color: #E77FC5;
}
.BgClassName
{
background-color: #E77FC5;
}
</style>
border-color css
<style>
span { border-color: #E77FC5; }
span { border-color: rgb(231,127,197); }
td.TdClassName
{
border-color: #E77FC5;
}
.TagClassName
{
border-color: #E77FC5;
}
</style>