Shades of Tea Rose #E778C9
Tints of Tea Rose #E778C9
RGB
CMYK
RGB Variations
Color information
#E778C9 (or 0xE778C9) is known color: Tea Rose. HEX triplet: E7, 78 and C9. RGB value is (231,120,201). Sum of RGB (Red+Green+Blue) = 231+120+201=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E778C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778C9 is #188736. Grayscale: #A2A2A2. Windows color (decimal): -1607479 or 13203687. OLE color: 13203687.
HSL color Cylindrical-coordinate representation of color #E778C9: hue angle of 316.22º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E778C9 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 120 | 201 | - |
CMYK | 0 | 0.48 | 0.13 | 0.09 |
HSL | 316.22º | 0.7% | 0.69% | - |
HSV(B) | 316.22º | 0.48% | 0.91% | - |
XYZ | 50.21 | 34.64 | 59.3 | - |
YUV | 162.42 | 149.77 | 176.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 120 | 201 | 0 | 0.48 | 0.13 | 0.09 | 316.22 | 0.7 | 0.69 |
Hex | E7 | 78 | C9 | 0 | 30 | D | 9 | 13C | 46 | 45 |
Octal | 347 | 170 | 311 | 0 | 60 | 15 | 11 | 474 | 106 | 105 |
Binary | 11100111 | 1111000 | 11001001 | 0 | 110000 | 1101 | 1001 | 100111100 | 1000110 | 1000101 |
Color Harmonies of #E778C9
Complementary color
Monochromatic Colors of #E778C9
Black with #E778C9
Text Example
Text Example
White with #E778C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E778C9; }
p { color: rgb(231,120,201); }
H1.HeaderClassName
{
color: #E778C9;
}
.AnyTagClassName
{
color: #E778C9;
}
</style>
background-color css
<style>
a { background-color: #E778C9; }
a { background-color: rgb(231,120,201); }
div.DivClassName
{
background-color: #E778C9;
}
.BgClassName
{
background-color: #E778C9;
}
</style>
border-color css
<style>
span { border-color: #E778C9; }
span { border-color: rgb(231,120,201); }
td.TdClassName
{
border-color: #E778C9;
}
.TagClassName
{
border-color: #E778C9;
}
</style>