Shades of Tea Rose #E77ECC
Tints of Tea Rose #E77ECC
RGB
CMYK
RGB Variations
Color information
#E77ECC (or 0xE77ECC) is known color: Tea Rose. HEX triplet: E7, 7E and CC. RGB value is (231,126,204). Sum of RGB (Red+Green+Blue) = 231+126+204=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E77ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77ECC is #188133. Grayscale: #A6A6A6. Windows color (decimal): -1605940 or 13401831. OLE color: 13401831.
HSL color Cylindrical-coordinate representation of color #E77ECC: hue angle of 315.43º degrees, saturation: 0.69, 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 #E77ECC is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 126 | 204 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.09 |
| HSL | 315.43º | 0.69% | 0.7% | - |
| HSV(B) | 315.43º | 0.45% | 0.91% | - |
| XYZ | 51.31 | 36.27 | 61.42 | - |
| YUV | 166.29 | 149.29 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 126 | 204 | 0 | 0.45 | 0.12 | 0.09 | 315.43 | 0.69 | 0.7 |
| Hex | E7 | 7E | CC | 0 | 2D | C | 9 | 13B | 45 | 46 |
| Octal | 347 | 176 | 314 | 0 | 55 | 14 | 11 | 473 | 105 | 106 |
| Binary | 11100111 | 1111110 | 11001100 | 0 | 101101 | 1100 | 1001 | 100111011 | 1000101 | 1000110 |
Color Harmonies of #E77ECC
Complementary color
Monochromatic Colors of #E77ECC
Black with #E77ECC
Text Example
Text Example
White with #E77ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77ECC; }
p { color: rgb(231,126,204); }
H1.HeaderClassName
{
color: #E77ECC;
}
.AnyTagClassName
{
color: #E77ECC;
}
</style>
background-color css
<style>
a { background-color: #E77ECC; }
a { background-color: rgb(231,126,204); }
div.DivClassName
{
background-color: #E77ECC;
}
.BgClassName
{
background-color: #E77ECC;
}
</style>
border-color css
<style>
span { border-color: #E77ECC; }
span { border-color: rgb(231,126,204); }
td.TdClassName
{
border-color: #E77ECC;
}
.TagClassName
{
border-color: #E77ECC;
}
</style>