Shades of Tea Rose #E783C9
Tints of Tea Rose #E783C9
RGB
CMYK
RGB Variations
Color information
#E783C9 (or 0xE783C9) is known color: Tea Rose. HEX triplet: E7, 83 and C9. RGB value is (231,131,201). Sum of RGB (Red+Green+Blue) = 231+131+201=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 131 (51.56% from 255 or 23.27% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E783C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E783C9 is #187C36. Grayscale: #A8A8A8. Windows color (decimal): -1604663 or 13206503. OLE color: 13206503.
HSL color Cylindrical-coordinate representation of color #E783C9: hue angle of 318º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E783C9 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 131 | 201 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.09 |
| HSL | 318º | 0.68% | 0.71% | - |
| HSV(B) | 318º | 0.43% | 0.91% | - |
| XYZ | 51.61 | 37.44 | 59.76 | - |
| YUV | 168.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 131 | 201 | 0 | 0.43 | 0.13 | 0.09 | 318 | 0.68 | 0.71 |
| Hex | E7 | 83 | C9 | 0 | 2B | D | 9 | 13E | 44 | 47 |
| Octal | 347 | 203 | 311 | 0 | 53 | 15 | 11 | 476 | 104 | 107 |
| Binary | 11100111 | 10000011 | 11001001 | 0 | 101011 | 1101 | 1001 | 100111110 | 1000100 | 1000111 |
Color Harmonies of #E783C9
Complementary color
Monochromatic Colors of #E783C9
Black with #E783C9
Text Example
Text Example
White with #E783C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E783C9; }
p { color: rgb(231,131,201); }
H1.HeaderClassName
{
color: #E783C9;
}
.AnyTagClassName
{
color: #E783C9;
}
</style>
background-color css
<style>
a { background-color: #E783C9; }
a { background-color: rgb(231,131,201); }
div.DivClassName
{
background-color: #E783C9;
}
.BgClassName
{
background-color: #E783C9;
}
</style>
border-color css
<style>
span { border-color: #E783C9; }
span { border-color: rgb(231,131,201); }
td.TdClassName
{
border-color: #E783C9;
}
.TagClassName
{
border-color: #E783C9;
}
</style>