Shades of Tea Rose #E77CCB
Tints of Tea Rose #E77CCB
RGB
CMYK
RGB Variations
Color information
#E77CCB (or 0xE77CCB) is known color: Tea Rose. HEX triplet: E7, 7C and CB. RGB value is (231,124,203). Sum of RGB (Red+Green+Blue) = 231+124+203=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E77CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77CCB is #188334. Grayscale: #A4A4A4. Windows color (decimal): -1606453 or 13335783. OLE color: 13335783.
HSL color Cylindrical-coordinate representation of color #E77CCB: hue angle of 315.7º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E77CCB is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 124 | 203 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.09 |
| HSL | 315.7º | 0.69% | 0.7% | - |
| HSV(B) | 315.7º | 0.46% | 0.91% | - |
| XYZ | 50.94 | 35.72 | 60.71 | - |
| YUV | 165 | 149.45 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 203 | 0 | 0.46 | 0.12 | 0.09 | 315.7 | 0.69 | 0.7 |
| Hex | E7 | 7C | CB | 0 | 2E | C | 9 | 13C | 45 | 46 |
| Octal | 347 | 174 | 313 | 0 | 56 | 14 | 11 | 474 | 105 | 106 |
| Binary | 11100111 | 1111100 | 11001011 | 0 | 101110 | 1100 | 1001 | 100111100 | 1000101 | 1000110 |
Color Harmonies of #E77CCB
Complementary color
Monochromatic Colors of #E77CCB
Black with #E77CCB
Text Example
Text Example
White with #E77CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77CCB; }
p { color: rgb(231,124,203); }
H1.HeaderClassName
{
color: #E77CCB;
}
.AnyTagClassName
{
color: #E77CCB;
}
</style>
background-color css
<style>
a { background-color: #E77CCB; }
a { background-color: rgb(231,124,203); }
div.DivClassName
{
background-color: #E77CCB;
}
.BgClassName
{
background-color: #E77CCB;
}
</style>
border-color css
<style>
span { border-color: #E77CCB; }
span { border-color: rgb(231,124,203); }
td.TdClassName
{
border-color: #E77CCB;
}
.TagClassName
{
border-color: #E77CCB;
}
</style>