Shades of Tea Rose #E77FCD
Tints of Tea Rose #E77FCD
RGB
CMYK
RGB Variations
Color information
#E77FCD (or 0xE77FCD) is known color: Tea Rose. HEX triplet: E7, 7F and CD. RGB value is (231,127,205). Sum of RGB (Red+Green+Blue) = 231+127+205=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E77FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77FCD is #188032. Grayscale: #A6A6A6. Windows color (decimal): -1605683 or 13467623. OLE color: 13467623.
HSL color Cylindrical-coordinate representation of color #E77FCD: hue angle of 315º 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 #E77FCD is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 205 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.09 |
| HSL | 315º | 0.68% | 0.7% | - |
| HSV(B) | 315º | 0.45% | 0.91% | - |
| XYZ | 51.56 | 36.58 | 62.1 | - |
| YUV | 166.99 | 149.46 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 205 | 0 | 0.45 | 0.11 | 0.09 | 315 | 0.68 | 0.7 |
| Hex | E7 | 7F | CD | 0 | 2D | B | 9 | 13B | 44 | 46 |
| Octal | 347 | 177 | 315 | 0 | 55 | 13 | 11 | 473 | 104 | 106 |
| Binary | 11100111 | 1111111 | 11001101 | 0 | 101101 | 1011 | 1001 | 100111011 | 1000100 | 1000110 |
Color Harmonies of #E77FCD
Complementary color
Monochromatic Colors of #E77FCD
Black with #E77FCD
Text Example
Text Example
White with #E77FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77FCD; }
p { color: rgb(231,127,205); }
H1.HeaderClassName
{
color: #E77FCD;
}
.AnyTagClassName
{
color: #E77FCD;
}
</style>
background-color css
<style>
a { background-color: #E77FCD; }
a { background-color: rgb(231,127,205); }
div.DivClassName
{
background-color: #E77FCD;
}
.BgClassName
{
background-color: #E77FCD;
}
</style>
border-color css
<style>
span { border-color: #E77FCD; }
span { border-color: rgb(231,127,205); }
td.TdClassName
{
border-color: #E77FCD;
}
.TagClassName
{
border-color: #E77FCD;
}
</style>