Shades of Tea Rose #E77BCA
Tints of Tea Rose #E77BCA
RGB
CMYK
RGB Variations
Color information
#E77BCA (or 0xE77BCA) is known color: Tea Rose. HEX triplet: E7, 7B and CA. RGB value is (231,123,202). Sum of RGB (Red+Green+Blue) = 231+123+202=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E77BCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77BCA is #188435. Grayscale: #A4A4A4. Windows color (decimal): -1606710 or 13269991. OLE color: 13269991.
HSL color Cylindrical-coordinate representation of color #E77BCA: hue angle of 316.11º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77BCA is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 123 | 202 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.09 |
| HSL | 316.11º | 0.69% | 0.69% | - |
| HSV(B) | 316.11º | 0.47% | 0.91% | - |
| XYZ | 50.7 | 35.42 | 60.04 | - |
| YUV | 164.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 123 | 202 | 0 | 0.47 | 0.13 | 0.09 | 316.11 | 0.69 | 0.69 |
| Hex | E7 | 7B | CA | 0 | 2F | D | 9 | 13C | 45 | 45 |
| Octal | 347 | 173 | 312 | 0 | 57 | 15 | 11 | 474 | 105 | 105 |
| Binary | 11100111 | 1111011 | 11001010 | 0 | 101111 | 1101 | 1001 | 100111100 | 1000101 | 1000101 |
Color Harmonies of #E77BCA
Complementary color
Monochromatic Colors of #E77BCA
Black with #E77BCA
Text Example
Text Example
White with #E77BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77BCA; }
p { color: rgb(231,123,202); }
H1.HeaderClassName
{
color: #E77BCA;
}
.AnyTagClassName
{
color: #E77BCA;
}
</style>
background-color css
<style>
a { background-color: #E77BCA; }
a { background-color: rgb(231,123,202); }
div.DivClassName
{
background-color: #E77BCA;
}
.BgClassName
{
background-color: #E77BCA;
}
</style>
border-color css
<style>
span { border-color: #E77BCA; }
span { border-color: rgb(231,123,202); }
td.TdClassName
{
border-color: #E77BCA;
}
.TagClassName
{
border-color: #E77BCA;
}
</style>