Shades of Tea Rose #E77FCA
Tints of Tea Rose #E77FCA
RGB
CMYK
RGB Variations
Color information
#E77FCA (or 0xE77FCA) is known color: Tea Rose. HEX triplet: E7, 7F and CA. RGB value is (231,127,202). Sum of RGB (Red+Green+Blue) = 231+127+202=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 231 - color contains mainly: red. Hex color #E77FCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77FCA is #188035. Grayscale: #A6A6A6. Windows color (decimal): -1605686 or 13271015. OLE color: 13271015.
HSL color Cylindrical-coordinate representation of color #E77FCA: hue angle of 316.73º 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 #E77FCA is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 202 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.09 |
| HSL | 316.73º | 0.68% | 0.7% | - |
| HSV(B) | 316.73º | 0.45% | 0.91% | - |
| XYZ | 51.21 | 36.43 | 60.21 | - |
| YUV | 166.65 | 147.96 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 202 | 0 | 0.45 | 0.13 | 0.09 | 316.73 | 0.68 | 0.7 |
| Hex | E7 | 7F | CA | 0 | 2D | D | 9 | 13D | 44 | 46 |
| Octal | 347 | 177 | 312 | 0 | 55 | 15 | 11 | 475 | 104 | 106 |
| Binary | 11100111 | 1111111 | 11001010 | 0 | 101101 | 1101 | 1001 | 100111101 | 1000100 | 1000110 |
Color Harmonies of #E77FCA
Complementary color
Monochromatic Colors of #E77FCA
Black with #E77FCA
Text Example
Text Example
White with #E77FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77FCA; }
p { color: rgb(231,127,202); }
H1.HeaderClassName
{
color: #E77FCA;
}
.AnyTagClassName
{
color: #E77FCA;
}
</style>
background-color css
<style>
a { background-color: #E77FCA; }
a { background-color: rgb(231,127,202); }
div.DivClassName
{
background-color: #E77FCA;
}
.BgClassName
{
background-color: #E77FCA;
}
</style>
border-color css
<style>
span { border-color: #E77FCA; }
span { border-color: rgb(231,127,202); }
td.TdClassName
{
border-color: #E77FCA;
}
.TagClassName
{
border-color: #E77FCA;
}
</style>