Shades of Tea Rose #E783CC
Tints of Tea Rose #E783CC
RGB
CMYK
RGB Variations
Color information
#E783CC (or 0xE783CC) is known color: Tea Rose. HEX triplet: E7, 83 and CC. RGB value is (231,131,204). Sum of RGB (Red+Green+Blue) = 231+131+204=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E783CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E783CC is #187C33. Grayscale: #A9A9A9. Windows color (decimal): -1604660 or 13403111. OLE color: 13403111.
HSL color Cylindrical-coordinate representation of color #E783CC: hue angle of 316.2º 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 #E783CC is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 131 | 204 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.09 |
| HSL | 316.2º | 0.68% | 0.71% | - |
| HSV(B) | 316.2º | 0.43% | 0.91% | - |
| XYZ | 51.97 | 37.58 | 61.64 | - |
| YUV | 169.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 131 | 204 | 0 | 0.43 | 0.12 | 0.09 | 316.2 | 0.68 | 0.71 |
| Hex | E7 | 83 | CC | 0 | 2B | C | 9 | 13C | 44 | 47 |
| Octal | 347 | 203 | 314 | 0 | 53 | 14 | 11 | 474 | 104 | 107 |
| Binary | 11100111 | 10000011 | 11001100 | 0 | 101011 | 1100 | 1001 | 100111100 | 1000100 | 1000111 |
Color Harmonies of #E783CC
Complementary color
Monochromatic Colors of #E783CC
Black with #E783CC
Text Example
Text Example
White with #E783CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E783CC; }
p { color: rgb(231,131,204); }
H1.HeaderClassName
{
color: #E783CC;
}
.AnyTagClassName
{
color: #E783CC;
}
</style>
background-color css
<style>
a { background-color: #E783CC; }
a { background-color: rgb(231,131,204); }
div.DivClassName
{
background-color: #E783CC;
}
.BgClassName
{
background-color: #E783CC;
}
</style>
border-color css
<style>
span { border-color: #E783CC; }
span { border-color: rgb(231,131,204); }
td.TdClassName
{
border-color: #E783CC;
}
.TagClassName
{
border-color: #E783CC;
}
</style>